- 24 Nov, 2011 40 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111511 0039d316-1c4b-4281-b951-d872f2087c98
-
jnd@chromium.org authored
The initialization code on Android needs to access AtExitManager before initializing TestEnvironment. BUG=None Test=Layout Tests on Android. Review URL: http://codereview.chromium.org/8638006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111504 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111503 0039d316-1c4b-4281-b951-d872f2087c98
-
qsr@chromium.org authored
BUG=105053 TEST=Compiling breakpad tests does not generate issues about mktemp Review URL: http://codereview.chromium.org/8681010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111502 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Is failing consistently on Windows, looks like a specific check-in r111480, suspect author is out for the holiday. TBR=dmich@chromium.org BUG=105356 Review URL: http://codereview.chromium.org/8681028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111501 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
Example output (two devices found on Windows 7 machine): device_name: Microphone (6- SB Arena Headset) unique_id: {0.0.1.00000000}.{24515814-26fd-4382-b4bc-0a8d847ed853} device_name: Microphone (Realtek High Definition Audio) unique_id: {0.0.1.00000000}.{8db6020f-18e3-4f25-b6f5-7726c9122574} BUG=None TEST=audio_input_device_unittest.cc Review URL: http://codereview.chromium.org/8606006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111500 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Start downloading glibc toolchain in chrome. Adding pymox to chrome for sdk. Adding duplicate of nacl's site_scons for the sdk. BUG=None TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/8677032 TBR=bradnelson@google.com Review URL: http://codereview.chromium.org/8677033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111499 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
The tests run fine without this check, and we've filed a bug to investigate further. BUG=chromium-os:23416 TEST=browser_tests Review URL: http://codereview.chromium.org/8682028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111498 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Start downloading glibc toolchain in chrome. Adding pymox to chrome for sdk. Adding duplicate of nacl's site_scons for the sdk. BUG=None TEST=None R=noelallen@google.com Review URL: http://codereview.chromium.org/8677032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111497 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111496 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
TBR=aklein Review URL: http://codereview.chromium.org/8678039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111495 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
and separate the API into a "sync" and a "local" namespace. Make calls into the "local" namespace not synced. BUG=103863 TEST=*ExtensionSetting* (browser_tests, unit_tests) Review URL: http://codereview.chromium.org/8670012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111494 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Designed by groby,binji,csilv,jhawkins. BUG=96749 TEST=CancelableCallbackTest.* R=ajwong@chromium.org,darin@chromium.org Review URL: http://codereview.chromium.org/8673008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111493 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org,thestig@chromium.org Review URL: http://codereview.chromium.org/8662031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111490 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8677030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111489 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
R=robertshield@chromium.org,rogerm@chromium.org Review URL: http://codereview.chromium.org/8685001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111488 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=chromium-os:23241 TEST=Unit tests and manual testing on device. Change-Id: I4d665897687030f4ab2379e4f6ddb9b3ebe02af4 Review URL: http://codereview.chromium.org/8637002 TBR=vlaviano@chromium.org Review URL: http://codereview.chromium.org/8682032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111487 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
The original CL was: http://src.chromium.org/viewvc/chrome?view=rev&revision=111270 Codereview: http://codereview.chromium.org/8632005/ Review URL: http://codereview.chromium.org/8662002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111485 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/8680016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111484 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
There's no need to wait for the GPU process to finish processing the commands before we inform the compositor and allow it to composite, so inform it immediately on swapbuffers. BUG= TEST= Review URL: http://codereview.chromium.org/8678001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111483 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
(See crbug.com/105340 for reverting reason and how to reproduce the issue locally) 1. Move ownership of the InMemoryURLIndex from the InMemoryHistoryBackend to the HistoryService, where it truly belongs. 2. Handle (by notification) URL visits, updates and deletes. Refactor use of NOTIFICATION_HISTORY_URLS_DELETED to provide the deleted URLRow so that row ID is available. 3. Correctly handle the adding and removing of page title words when a URL change is detected. 4. Other small cleanups. BUG=96731, 92718 TEST=Unit tests updated. TBR=atwilson (for profile_sync_service_typed_url_unittest.cc) Previously reviewed as: http://codereview.chromium.org/8384024/ Review URL: http://codereview.chromium.org/8451009 TBR=mrossetti@chromium.org Review URL: http://codereview.chromium.org/8662035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111482 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=105339,105341,105342 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/8676033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111481 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=102708 TEST=PanelBrowserTest.SizeClamping This patch does not attempt to calculate the actual size of titlebar and text line on a particular machine, just changes defaults to more accommodating. Instead of 100x100 we now have 100x20. Width of 100 seems to be a good arbitrary value that allows reasonable rendering of titlebar with close button, favicon and few characters of title text. Height of 20 allows auto-sizing to tightly wrap around small content (like a text line) Review URL: http://codereview.chromium.org/8621002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111480 0039d316-1c4b-4281-b951-d872f2087c98
-
vlaviano@chromium.org authored
BUG=chromium-os:23241 TEST=Unit tests and manual testing on device. Change-Id: I4d665897687030f4ab2379e4f6ddb9b3ebe02af4 Review URL: http://codereview.chromium.org/8637002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111479 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8682011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111478 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111477 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=koz Review URL: http://codereview.chromium.org/8681023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111476 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=jhawkins@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8680024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111475 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=105326 TEST=Ensure unit_tests do not crash on chromeos Review URL: http://codereview.chromium.org/8676028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111474 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
or use JobObject to kill child servers on quitting in Win32. Sometime, unexpected existing WebSocket servers cause continuous test failures because they prevent to launch new WebSocket server using the same port. This change kills orphaned WebSocket servers before launching new one in POSIX, or use JobObject to register the server processes must be killed after parent process quit. This mechanism works fine in net/test/test_server_{posix|win}.cc for HTTP servers. BUG=91058 TEST=third_party/WebKit/Tools/Script/new-run-webkit-websocketserver --server=start; ui_tests --gtest_filter="*WorkerWebSocket*" --gtest_also_run_disabled_tests (ui_tests must run by killing existing WebSocket server) Review URL: http://codereview.chromium.org/8633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111473 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Heapchecker: Disable DirectoryListerTest.BigDirRecursiveTest and BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket. BUG=61908,105335 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/8676031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111472 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move ResourceResponse struct into the Content API, since it's used in Chrome. While at it, I also made the ResourceResponse wrapper just derive from ResourceResponseHead, so that the parameters are accessed directly, instead of having to go through a member variable. BUG=98716 Review URL: http://codereview.chromium.org/8680036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111471 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
Re-enable WebUIBidiCheckerBrowserTestRTL::TestNewTabPage, previous re-factoring should eliminate DCHECK that was being hit. BUG=97453 TEST=Green bots TBR=ofri@chromium.org Review URL: http://codereview.chromium.org/8680026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111470 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previous the webapp specified jabberId in the update request when a host is rename. To the directory this looks as updated jabberId, and so the status is set to ONLINE. Another problem was that update request was also setting the status field, but it shouldn't. Review URL: http://codereview.chromium.org/8679017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111469 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:22024 TEST=compiles, tests run. Review URL: http://codereview.chromium.org/8667001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111468 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-