| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove chrome/browser/browser_navigator.* and references. | jhawkins@chromium.org | 2010-11-12 | 2 | -2/+2 |
* | Revise the omnibox extension API so that specifying descriptionStyles is easier. | mpcomplete@chromium.org | 2010-11-11 | 1 | -4/+2 |
* | Implements a C++ version of JSONSchemaValidator. | aa@chromium.org | 2010-11-11 | 6 | -0/+75 |
* | Restrict file protocol on chromeos to certain whitelisted directories. Disabl... | achuith@chromium.org | 2010-11-11 | 2 | -0/+6 |
* | Fix autofill pyauto tests to deal with invalid credit card numbers | nirnimesh@chromium.org | 2010-11-11 | 2 | -13/+25 |
* | Disable failing themes sync integration tests. | rsimha@chromium.org | 2010-11-11 | 2 | -4/+8 |
* | Provide sync integration tests with a way to set a favicon for a bookmark. | rsimha@chromium.org | 2010-11-11 | 4 | -20/+146 |
* | All SSL UI tests work with ephemeral ports. | cbentzel@chromium.org | 2010-11-11 | 2 | -4/+4 |
* | Move base::ThreadLocalPlatform to base::internal::ThreadLocalPlatform. | willchan@chromium.org | 2010-11-11 | 1 | -1/+1 |
* | Add device management test server to net infrastructure. | mnissler@chromium.org | 2010-11-11 | 1 | -0/+3 |
* | Find in page tests by Rohit | nirnimesh@chromium.org | 2010-11-11 | 7 | -5871/+280 |
* | Split the private webstore install API into two parts. | asargent@chromium.org | 2010-11-10 | 5 | -48/+64 |
* | DownloadItem::NeedsRename should not return true for dangerous downloads. | kinuko@chromium.org | 2010-11-10 | 1 | -5/+1 |
* | sync: bake 'explicit' passphrases into the nigori specifics, rather | tim@chromium.org | 2010-11-10 | 1 | -6/+8 |
* | Part 2 of reapplying r64637. | erg@google.com | 2010-11-10 | 18 | -2171/+20 |
* | Added support for displaying BackgroundContents in the task manager. | atwilson@chromium.org | 2010-11-10 | 1 | -1/+1 |
* | Fix a typo | nirnimesh@chromium.org | 2010-11-10 | 1 | -1/+1 |
* | Add facilities to fetch username/passwd credentials from private data | nirnimesh@chromium.org | 2010-11-10 | 2 | -9/+20 |
* | Moved --use-gl=osmesa to UITest::SetUp so it is not visible to pyautolib. | apatrick@chromium.org | 2010-11-10 | 1 | -8/+11 |
* | Moved --use-gl=osmesa switch out of test_launcher_utils. | apatrick@chromium.org | 2010-11-10 | 3 | -10/+20 |
* | Make browser_tests obey BROWSER_WRAPPER, like how ui_tests do. | evan@chromium.org | 2010-11-10 | 1 | -0/+7 |
* | Remove some obsolete FLAKY_ markers, and add some missing bug references | stuartmorgan@chromium.org | 2010-11-09 | 3 | -4/+5 |
* | BUG=43066 | ahendrickson@chromium.org | 2010-11-09 | 1 | -4/+26 |
* | Implement device management policy provider | danno@chromium.org | 2010-11-09 | 3 | -0/+70 |
* | FileSystem code cleanup 1st cut - does some class renaming. | kinuko@chromium.org | 2010-11-09 | 1 | -1/+1 |
* | Exploratory Tool for long running and adhoc testing. | nirnimesh@chromium.org | 2010-11-09 | 3 | -0/+413 |
* | Fix pyauto tests, to refer to chrome_command_ids.h. | nirnimesh@chromium.org | 2010-11-09 | 1 | -1/+1 |
* | Add a script to fetch prebuilt binaries for running PyAuto. | nirnimesh@chromium.org | 2010-11-09 | 2 | -0/+178 |
* | Initialize download path_uniquifier for saved download history items. | kinuko@chromium.org | 2010-11-09 | 1 | -1/+0 |
* | Enabled GPUBrowserTest.BrowserTestLaunchedWithOSMesa on mac and windows. | apatrick@chromium.org | 2010-11-09 | 1 | -9/+1 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 16 | -16/+16 |
* | Made OSMesa work on Mac for WebGL. | apatrick@chromium.org | 2010-11-08 | 2 | -11/+5 |
* | base: Remove 'using' declaration of SStringPrintf. | tfarina@chromium.org | 2010-11-08 | 1 | -3/+4 |
* | 5 new bookmark sync tests | rsimha@chromium.org | 2010-11-08 | 4 | -3/+186 |
* | * Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a... | brettw@chromium.org | 2010-11-08 | 1 | -2/+1 |
* | Disable failing testDownloadsPersistence, testNoUnsafeDownloadsOnRestart tests | nirnimesh@chromium.org | 2010-11-08 | 1 | -1/+6 |
* | Add api method to get an installed extension by ID. | tessamac@google.com | 2010-11-08 | 2 | -16/+29 |
* | Reapply part of r64637, which caused mysterious failures on mac waterfall. | erg@google.com | 2010-11-08 | 2 | -4/+4 |
* | RenderViewHostManagerTest works with a testserver that listens on ephemeral p... | cbentzel@chromium.org | 2010-11-08 | 1 | -4/+5 |
* | Add pinned property to tabs.update and create. | jstritar@chromium.org | 2010-11-08 | 2 | -0/+86 |
* | Mark following tests as flaky due to an assertion failure: | phajdan.jr@chromium.org | 2010-11-08 | 1 | -3/+5 |
* | GTTF: Disable tests that flakily time out: | phajdan.jr@chromium.org | 2010-11-08 | 1 | -2/+4 |
* | SSLUITest's work with ephemeral port testserver. | cbentzel@chromium.org | 2010-11-06 | 5 | -7/+7 |
* | Made changes to suggestions made in review. | nirnimesh@chromium.org | 2010-11-05 | 1 | -0/+14 |
* | Add support for returning the session_id in both CreateExternalTab and Connec... | hansl@google.com | 2010-11-05 | 3 | -6/+11 |
* | Enabled GPUUITest.UITestLaunchedWithOSMesa on windows. | apatrick@chromium.org | 2010-11-05 | 1 | -2/+2 |
* | Don't whitelist extensions with NPAPI from no-prompt install. | asargent@chromium.org | 2010-11-05 | 2 | -0/+15 |
* | Implement onCompleted event for the webNavigation API | jochen@chromium.org | 2010-11-05 | 2 | -1/+91 |
* | Mark ExternalTabUITest.HostNetworkStackAbortRequest and HostNetworkStackUnres... | mattm@chromium.org | 2010-11-05 | 1 | -2/+4 |
* | Revert 63447 - sync: enable password sync by default. | tim@chromium.org | 2010-11-04 | 1 | -0/+5 |