- 24 Nov, 2011 17 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111467 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1097: Make dump_dependency_json work on Mac and possibly other OSs. 1098: make: Remove a few unused imports. BUG=103273 TEST=none Review URL: http://codereview.chromium.org/8662026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111466 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This can prevent a possible race condition. This can cause an issue for NaCl where the command buffer swap will occur even if the callback returns an error, but that just matches the normal pepper proxy's behavior, and shouldn't really cause any issues in practice. BUG=99643 TEST= Review URL: http://codereview.chromium.org/8678028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111465 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
This is the second and final patch of changes for implementing the per datatype throttling feature. Includes the tests. This consumes the throttled datatypes set in the context and uses that to filter the unsynced handles that we use for committing. BUG=104819 TEST=unit_tests.exe, sync_unit_tests.exe, sync_integration_tests.exe, manual test cases Review URL: http://codereview.chromium.org/8631021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111464 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
This reverts r111410. Doing this increased Win builder cycle time by about 10s on incrementals (eyeballed from stats dashboard). Alas, 11 proved to be too high for us. BUG=98542 TEST=none Review URL: http://codereview.chromium.org/8682030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111463 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=63671 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/8681022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111462 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
NewRunnableMethod() -> base::Bind() for tasks. Review URL: http://codereview.chromium.org/8677020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111461 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
BUG=chromium-os:21115 TEST=Note the time. Suspend for 5 minutes. Resume. The time should have advanced 5 minutes. Signed-off-by:
Simon Que <sque@chromium.org> R=satorux@chromium.org,stevenjb@chromium.org Review URL: http://codereview.chromium.org/8666007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111460 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
BUG=103982 TEST=Go to a page with mouse lock and allow full screen & mouse lock; Remove permission for full screen only from content settings; test trying to go full screen and mouselock forces you to "accept" in the infobubble and isn't automatically approved. Review URL: http://codereview.chromium.org/8598027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111459 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
Missed adding this file's change to the CL. BUG=97535 TEST= TBR=kbr Review URL: http://codereview.chromium.org/8680039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111458 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Store the referrer policy in the web url loader and use it during redirects BUG=10502 TEST=none Review URL: http://codereview.chromium.org/8616006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111457 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
DataFetcher is the hardware and platform-specific data getter that talks to OS level interfaces for each platform and fill in a structure provided to it. Currently only Windows is here. Provider is a manager for the background thread that the DataFetcher runs on, and interacts with the rest of browser. This is part of a larger patch, the remainder of which is at http://codereview.chromium.org/8345027/ BUG=79050 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111189 Review URL: http://codereview.chromium.org/8568029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111456 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=104579 TEST=gles2 still works. Review URL: http://codereview.chromium.org/8678027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111455 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
These have been crashing "Linux Clang (ChromeOS dbg)". BUG=105326 Review URL: http://codereview.chromium.org/8677029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111454 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
tbr=rtenneti Review URL: http://codereview.chromium.org/8680037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111453 0039d316-1c4b-4281-b951-d872f2087c98
-
polina@google.com authored
BUG=none TEST=ppapi/tests/test_url_loader enabled out-of-process in a diff CL Review URL: http://codereview.chromium.org/8682022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111452 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
There was a Thread Local Store regression, wherein thread cleanup notifcation was not sent to TLS users. This CL ensures that when this happens, that Chrome will crash. For now, I'm landed with a short-circuit (returns true all the time) in the test. I'll remove the TODO when we have XP properly supported. r=rtenneti BUG=103209 Review URL: http://codereview.chromium.org/8606001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111451 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Nov, 2011 23 commits
-
-
dbeam@chromium.org authored
Clean-up: Change chrome/browser's CSS time units from s to ms if >= 1s duration (according to new web dev style guidance). R=estade@chromium.org,jhawkins@chromium.org BUG=None TEST=Nothing WebUI acts differently, everything's easier to read. Review URL: http://codereview.chromium.org/8680003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111450 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=104851 TBR=robertshield@chromium.org Review URL: http://codereview.chromium.org/8662034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111449 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.nagy@gmail.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/8681005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111448 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=none TEST=normal browsing on m17 Review URL: http://codereview.chromium.org/8585013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111447 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=104142 TBR=zmo@chromium.org Review URL: http://codereview.chromium.org/8678030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111446 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
CRLFs and when landed from Linux they would be converted to CRs. TBR=maruel BUG=None TEST=RenderViewHostTest.BaseURLParam should pass. Review URL: http://codereview.chromium.org/8678014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111445 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Review URL: http://codereview.chromium.org/8662020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111444 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This gets rid of the DesktopEnvironment::OnPause() notification from the Host. Instead, that code is moved to DesktopEnvironment::ContinueSession() and provided as a callback function parameter to ContinueWindow::Show(). This will simplify a future CL to move the ContinueWindow/DisconnectWindow code into an IT2Me-specific HostObserver subclass. BUG=None TEST=No change in functionality. Review URL: http://codereview.chromium.org/8624009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111443 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111442 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
For now, Chromium have five same code in various place to handle JobObject as KILL_ON_JOB_CLOSE. This change provide a common utility function to be used by them. BUG=n/a TEST=n/a; run existing unit tests because this is just a refactoring change Review URL: http://codereview.chromium.org/8667006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111441 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=koz Review URL: http://codereview.chromium.org/8677016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111440 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=105070 TEST=Manual Review URL: http://codereview.chromium.org/8670005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111439 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. R=imasaki@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8672007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111438 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
I looked into switching it over to the low latency based controller, but the setup for low latency is pretty significant. Large portions of AudioRenderImpl and AudioRendererHost would have to be cribbed and tweaked. BUG=96789 TEST=Ran player_x11 --audio Review URL: http://codereview.chromium.org/8631001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111437 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This is the first step in splitting up the circular dependencies between DRT, webkit_support, and webkit. This change should be a no-op for now. R=tony@chromium.org BUG=https://bugs.webkit.org/show_bug.cgi?id=68463 Review URL: http://codereview.chromium.org/8589013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111436 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=11139,105323 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/8662032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111435 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8679018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111434 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
Revert 111386 - Add a field trial for using lower sqlite cache sizes. There are a few relevant histograms that I annotated with the field trial name, and I added a new AddPage histogram. TEST=none BUG=none Review URL: http://codereview.chromium.org/8379009 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/8677025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111433 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8566033 TBR=groby@chromium.org Review URL: http://codereview.chromium.org/8677024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111432 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8676024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111431 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8672006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111430 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8678018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111429 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Convert LoginPromptTest.SupplyRedundantAuths and LoginPromptTest.CancelRedundantAuths to browser_tests. BUG=95175 TEST=Open same site in two profiles (or normal and incognito window) and try authenticating. The window(s) for the other profile should be unaffected. Review URL: http://codereview.chromium.org/8305004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111428 0039d316-1c4b-4281-b951-d872f2087c98
-