- 17 Aug, 2011 1 commit
-
-
scherkus@chromium.org authored
Review URL: http://codereview.chromium.org/7658020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97061 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 Aug, 2011 39 commits
-
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Review URL: http://codereview.chromium.org/7635030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97060 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move download UMA functions to their own file in content. Also fire the chrome-only notification for download initiated in chrome code from the chrome delegate. BUG=82782 Review URL: http://codereview.chromium.org/7664019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97059 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7671011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97058 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=93006 TBR=timur Review URL: http://codereview.chromium.org/7621028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97057 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Reserve 1GB at the base of the address space of linux nacl_helper for Native Client module. Use PathService instead of command line flag to enable helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. See http://codereview.chromium.org/7599011 for extended revision history. This is a gyp fix following a revert. TBR=agl,bradnelson BUG=92964, nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7670011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97056 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
TEST=run dbus_unittests BUG=none Review URL: http://codereview.chromium.org/7669006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97055 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
This issue was originally http://codereview.chromium.org/7584007/ BUG=none TEST=none Review URL: http://codereview.chromium.org/7663001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97054 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96981 Review URL: http://codereview.chromium.org/7635030 TBR=sergeyu@chromium.org Review URL: http://codereview.chromium.org/7655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97053 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This patch depends on landing this WebKit patch first: https://bugs.webkit.org/show_bug.cgi?id=66067 BUG=none TEST=manually Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96694 Review URL: http://codereview.chromium.org/7619015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97052 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=93158 TEST=none TBR=michaeln@chromium.org Review URL: http://codereview.chromium.org/7624008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97051 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new class will also be used in the client plugin for the main plugin thread. BUG=None TEST=Everything works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96981 Review URL: http://codereview.chromium.org/7635030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97050 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This also changes ProfileManager::GetProfileInfoCache() to be GetProfileInfo() and returning the ProfileInfoInterface, making it easier to mock out for testing. In the few places that require the full ProfileInfoCache, GetMutableProfileInfo() was added. Because a handful of Mac unittests make calls into g_browser_process for the ProfileManager, BrowserTestHelper was expanded to set that up with a TestingProfile and a FakeProfileInfo so that tests continue to pass. BUG=60105 TEST=Multi-profiles is on by default. Review URL: http://codereview.chromium.org/7648037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97049 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=55200 TEST=MagicIframeBrowserTest.TransferIframeCloseWindow Review URL: http://codereview.chromium.org/7647003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97048 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=82782 TBR=rdsmith Review URL: http://codereview.chromium.org/7631009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97047 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=92353 TEST=Start up remoting session with mac as host. Start changing the resolution. Review URL: http://codereview.chromium.org/7649025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97046 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97045 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: http://codereview.chromium.org/7624003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97044 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
TBR=steveblock Review URL: http://codereview.chromium.org/7664016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97043 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 TBR=bradchen@google.com Review URL: http://codereview.chromium.org/7669004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97042 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Ensure that webkit ASSERTION's don't fire during CRT cleanup in debug runs of the chrome frame net tests suite by terminating the exe using ExitProcess in debug builds. These cause the exe to crash during exit, thus turning the windows try bot runs red. BUG=none TEST=chrome frame net tests should run to completion without crashing in debug runs. Review URL: http://codereview.chromium.org/7663015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97041 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Use PathService instead of command line flag to obtain path for helper. Adds a nacl_helper_bootstrap executable that implements the actual space reservation. BUG=nativeclient:480 TEST=manual for now Review URL: http://codereview.chromium.org/7599011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97040 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97039 0039d316-1c4b-4281-b951-d872f2087c98
-
ctguil@chromium.org authored
Whitespace change: http://codereview.chromium.org/7664017/ Review URL: http://codereview.chromium.org/7661030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97038 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
It took me a while to understand this function because filters_ and filters represented two very different things. Review URL: http://codereview.chromium.org/7670006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97037 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
Update content_api to match naming conventions, style in ui_api.h, make work for linux build as well. R=jam@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/7482022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97036 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
TEST=Ensure all TemplateURLService related unit tests pass. BUG=15548 Review URL: http://codereview.chromium.org/7566036 TBR=stevet@chromium.org Review URL: http://codereview.chromium.org/7670007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97035 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=None R=stevenjb@chromium.org Review URL: http://codereview.chromium.org/7672002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97034 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97032 0039d316-1c4b-4281-b951-d872f2087c98
-
rginda@chromium.org authored
BUG=chromium-os:17870 TEST=manual testing on chromeos-chrome on linux Review URL: http://codereview.chromium.org/7658001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97030 0039d316-1c4b-4281-b951-d872f2087c98
-
xji@google.com authored
Remove const from GetIndexOfPreviousGrapheme() so the override function could update local data. Construct SelectionModel correctly in unittest. BUG=90426 TEST=--use-pure-view. Review URL: http://codereview.chromium.org/7607018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97029 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
BUG=93062 TEST= TBR=mpcomplete@chromium.org, jochen@chromium.org Review URL: http://codereview.chromium.org/7673001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97025 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Packaged apps (and extensions) can declare themselves to be offline-enabled. BUG=89655 TEST=added ExtensionManifestTest.OfflineEnabled Review URL: http://codereview.chromium.org/7645033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97024 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=93094, 90196 TEST=as in bug 93094 Review URL: http://codereview.chromium.org/7661029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97023 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Heavily based on code by Alexei Svitkine <asvitkine@chromium.org> BUG=90228 TEST=two-finger history scroll. get some ui feedback. Review URL: http://codereview.chromium.org/7645041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97022 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Review URL: http://codereview.chromium.org/7661031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97021 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 proxy settings from being queried. This should be merged into both beta and stable. BUG=91744 Review URL: http://codereview.chromium.org/7621026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97020 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Also removed redundant enums from the API. Review URL: http://codereview.chromium.org/7576012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97019 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
TEST=manual Review URL: http://codereview.chromium.org/7664015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97018 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=tree green TBR=vangelis git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97017 0039d316-1c4b-4281-b951-d872f2087c98
-