| Commit message (Expand) | Author | Age | Files | Lines |
* | GTTF: Increase the timeout for medium tests to one minute. | phajdan.jr@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Establish new debug switches to manipulate the token service from the command... | johnnyg@chromium.org | 2010-09-14 | 4 | -9/+50 |
* | Revert 59417 - Failing fairly often due to tab->NavigateToURL(...) failing. | vandebo@chromium.org | 2010-09-14 | 1 | -9/+1 |
* | Land implementation part of cl 3352009 (that cl was just data | aa@chromium.org | 2010-09-14 | 3 | -0/+74 |
* | Failing fairly often due to tab->NavigateToURL(...) failing. | vandebo@chromium.org | 2010-09-14 | 1 | -1/+9 |
* | Roll webkit 67459:67471 | johnnyg@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | GTTF: Move browser_tests test launcher timeout to chrome/test/test_timeouts | phajdan.jr@chromium.org | 2010-09-14 | 9 | -65/+21 |
* | Forgot to add this to the commit enabling code coverage in the chrome_frame.g... | mad@google.com | 2010-09-14 | 1 | -0/+122 |
* | Move blob URL scheme registration from test_shell.cc to | mihaip@chromium.org | 2010-09-14 | 3 | -14/+16 |
* | Add a presubmit check to look for duplicate Valgrind/Heapchecker suppression ... | thestig@chromium.org | 2010-09-14 | 2 | -2/+27 |
* | FTP: fix parsing error on ftp.dell.com | phajdan.jr@chromium.org | 2010-09-14 | 3 | -9/+21 |
* | Fixes bug in WindowSimulateDrag that was leading to test flake. The | sky@chromium.org | 2010-09-14 | 2 | -12/+20 |
* | Fixed crash in AudioOutputController. | sergeyu@chromium.org | 2010-09-14 | 3 | -24/+50 |
* | Updates to NTP per UI review: | aa@chromium.org | 2010-09-14 | 10 | -48/+67 |
* | Linux: More gcc 4.5 NULL versus 0 fixes. | craig.schlenter@chromium.org | 2010-09-14 | 5 | -18/+18 |
* | Minor cleanup in PepperPluginDelegate. | darin@chromium.org | 2010-09-14 | 1 | -3/+4 |
* | Temporarily add failing websocket tests to expectations | podivilov@chromium.org | 2010-09-14 | 1 | -0/+4 |
* | The LSID for Cloud Print can now be supplied on the command line even if Clou... | sanjeevr@chromium.org | 2010-09-14 | 4 | -21/+29 |
* | Work around windows handles to temp files while deleting them. | nirnimesh@chromium.org | 2010-09-14 | 1 | -2/+5 |
* | Fix several spelling mistakes, mostly in comments. | mdm@chromium.org | 2010-09-14 | 5 | -5/+5 |
* | Fix for frame buffer resizing when new size is less than 8 bytes larger than ... | cdn@chromium.org | 2010-09-14 | 1 | -8/+7 |
* | Add tests to verify that non-ASCII passwords (and other password form data) c... | mdm@chromium.org | 2010-09-14 | 1 | -23/+68 |
* | Reland "Make AutomationProvider fail fast on messages it doesn't understand." | shess@chromium.org | 2010-09-14 | 2 | -0/+16 |
* | Add a helper class to use with SignedSettings. | xiyuan@chromium.org | 2010-09-14 | 8 | -16/+682 |
* | Eliminate the 8-sockets-per-proxy field trial. Reduce the percentage | mbelshe@chromium.org | 2010-09-14 | 1 | -16/+5 |
* | Fix TestShell to forward-delete on eventSender.keyDown('delete') to | tony@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | WebKit roll 67439 -> 67459 | podivilov@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Trying to green up the tree, lots of mac and win red around this cl. | thomasvl@chromium.org | 2010-09-14 | 14 | -24/+31 |
* | NSS: Call handshake callback with False Start and Snap Start. | agl@chromium.org | 2010-09-14 | 1 | -20/+14 |
* | Add support for running Chromium tests under TSan in RaceVerifier mode. | timurrrr@chromium.org | 2010-09-14 | 2 | -7/+76 |
* | Updating trunk VERSION from 524.0 to 525.0 | chrome-release@google.com | 2010-09-14 | 1 | -1/+1 |
* | Add to the task manager the v8 column on mac and the javascript column on mac... | thakis@chromium.org | 2010-09-14 | 3 | -1/+46 |
* | Trailing slash in custom gallery URLs entered by users should not cause the l... | finnur@chromium.org | 2010-09-14 | 2 | -2/+5 |
* | Enumerate layered service providers and namespace providers under Windows and... | mmenke@chromium.org | 2010-09-14 | 8 | -2/+369 |
* | net: Rename ProxyService::CreateNull to ProxyService::CreateDirect. | tfarina@chromium.org | 2010-09-14 | 14 | -31/+24 |
* | [Linux] Don't send a key event to browser window for pre-handling if it's han... | satorux@chromium.org | 2010-09-14 | 1 | -13/+16 |
* | Show these two cert errors as warnings, not errors (as requested by Ian): | finnur@chromium.org | 2010-09-14 | 2 | -9/+45 |
* | Fix a stupid bug in GetRunningOnValgrind, this is a copy of TSan r2453 change | timurrrr@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Suppress a memory leak on CrOS valgrind bot | timurrrr@chromium.org | 2010-09-14 | 1 | -0/+9 |
* | gtk: Show the page info icon for the first visit on Page Info Bubble. | tfarina@chromium.org | 2010-09-14 | 1 | -0/+9 |
* | Modify candidate window to adjust shortcut and candidate column width. | yusukes@chromium.org | 2010-09-14 | 1 | -117/+252 |
* | Removes the suppression for Bug 54689. | hbono@chromium.org | 2010-09-14 | 1 | -34/+0 |
* | test_shell: use WebDeviceOrientationClientMock::create(). | hans@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Revert 52446 - Supports High DPI mode. | hbono@google.com | 2010-09-14 | 3 | -29/+0 |
* | Handle return value from HANDLE_EINTR in process_singleton_linux_uitest.cc. | hans@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Don't run PlatformFile.TouchGetInfoPlatformFile under Valgrind | timurrrr@chromium.org | 2010-09-14 | 1 | -0/+3 |
* | Fix SessionStorage | jorlow@chromium.org | 2010-09-14 | 42 | -93/+208 |
* | Change wording of "allow only sandboxed plugins" radio button. | bauerb@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Add more useful metrics to "Languages and Input" page in Chrome OS. | satorux@chromium.org | 2010-09-14 | 3 | -17/+425 |
* | Create a DefaultPrefStore to hold registered application-default preference v... | pam@chromium.org | 2010-09-14 | 18 | -451/+493 |