- 23 Nov, 2011 40 commits
-
-
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
-
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. * Do not fix them all at once otherwise the CL would be too large. TBR=jamiewalch@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8665013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111427 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
textures, and added Mac OS X-specific extension for binding IOSurfaces to textures. This is infrastructure work for rendering Core Animation plugins via Chrome's compositor. Refactored the texture initialization in the command buffer and associated unit tests. Added unit tests for rectangular textures. These changes will be hooked up in a subsequent CL. They were split off for easier review. There are ongoing discussions about unifying the various mechanisms for sharing textures across processes, but it's been agreed that those should not block this work. BUG=38967 TEST=GPU unit tests; manual testing with forthcoming changes Review URL: http://codereview.chromium.org/8680002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111426 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8566033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111425 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/8680017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111424 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Error messages like "Requested to remove an unknown match rule: type='signal', interface='...'" were emitted at shutdown of Bus object if an object proxy was connected to more than one signal of the same interface. TEST=changed the end_to_end_async_unittest to reproduce this bug, and confirm that the error messages were gone after fixing object_proxy.{cc,h} BUG=chromium-os:23382 Review URL: http://codereview.chromium.org/8681002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111423 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111422 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@google.com authored
more robust by using time rather than bytes downloaded to determine when to fire another event. BUG=none TEST=manual, working on an example. Review URL: http://codereview.chromium.org/8548018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111421 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
Without this, building with ninja fails because the libppapi_cpp.a library is put in a different path under PRODUCT_DIR than it would be with make, and ppapi_tests was hard-coded to expect that path. TEST=Building with 'ninja all' doesn't give dependency errors. Review URL: http://codereview.chromium.org/8673007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111420 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Fixes problem of Sad Tab appearing before window has a chance to animate offscreen. BUG=105144 TEST=Open a panel and close it. Ensure no sad tab appears before window disappears. Review URL: http://codereview.chromium.org/8676016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111419 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=105234 Review URL: http://codereview.chromium.org/8662029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111418 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move sensors interface into content/public/browser (since it's only used by browser directory). Move everything into the content namespace and make the enums conform to the Content API convention. BUG=98716 Review URL: http://codereview.chromium.org/8678019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111417 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8678015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111415 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8662023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111414 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8681014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111413 0039d316-1c4b-4281-b951-d872f2087c98
-
polina@google.com authored
Commit bot does not like polina@google.com. Review URL: http://codereview.chromium.org/8662027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111412 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 TEST=no change Review URL: http://codereview.chromium.org/8684001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111411 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
This is only for a build time stress test only. I will revert back to 6 after getting the data. 11 allows for binding of 11 arguments to a function, and 10 arguments to a method. 10 seemed like a nice round number to try (MSVC's tr1::bind() only supports 10). Template Growth rate (n == arity): bind.h: n bind_internal.h: (n^2 + 20n)/2 bind_internal_win.h: n callback.h: n Template growth equation: (n^2 + 26n) / 2 Template growth: 96 -> 203 types BUG=98542 TEST=try bots. Then we get to watch the bot cycle times. Review URL: http://codereview.chromium.org/8682015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111410 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Had to convert ViewCacheHelper at the same time. BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8680015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111409 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
Parse and Store the throttled datatypes and the unthrottling time, which is obtained from the server response, in the sync_session_context. This is the first patch for per datatype throttling feature. The next patch would consume this data to decide what items to commit. BUG=104819 TEST=sync_unit_tests.exe, sync_integration_tests.exe, unit_tests.exe Review URL: http://codereview.chromium.org/8595023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111408 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
I left a few unconverted in this one, because they made my head hurt. BUG=none TEST=base_unittests Review URL: http://codereview.chromium.org/8653006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111407 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=105306 TEST=NONE TBR=jamiewalch Review URL: http://codereview.chromium.org/8676021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111406 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=willchan@chromium.org Review URL: http://codereview.chromium.org/8677015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111405 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This fixes a subtle behavior that drops RemoveObserver operations when the current() loop is NULL. Now those operations will always succeed. BUG=104826 TEST=base_unittests Review URL: http://codereview.chromium.org/8635002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111404 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Applied patch from http://codereview.chromium.org/8665006/ BUG=none TEST=duh TBR=ben@chromium.org Review URL: http://codereview.chromium.org/8677014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111403 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=91241 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111254 Review URL: http://codereview.chromium.org/8587023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111401 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
BUG=103032 TEST=none Review URL: http://codereview.chromium.org/8566026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111400 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make sure that: - shebang is only present for executable files - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. * Doing it separately since the CQ cannot process it. TBR=robertshield@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8662025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111399 0039d316-1c4b-4281-b951-d872f2087c98
-