summaryrefslogtreecommitdiffstats
path: root/chrome/test
Commit message (Expand)AuthorAgeFilesLines
* Implement CreateDirectoryOperation on Drive API v2.hidehiko@chromium.org2013-01-301-0/+46
* UI to printing selection with print preview.vitalybuka@chromium.org2013-01-301-1/+4
* [net] Add a new load state for "Downloading Proxy script".eroman@chromium.org2013-01-301-1/+2
* [ChromeDriver] Fix python tests that broke with the switch from about:blank t...craigdh@chromium.org2013-01-304-6/+4
* Use WebInputElement.isCheckbox() and isRadioButton() API being exposed by htt...ramankk@chromium.org2013-01-3058-2/+197
* Reland 178902 Implementation of sessionRestore apis.ncj674@motorola.com2013-01-298-0/+365
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-292-5/+7
* Make <webview> speech bubble work in platform apps.lazyboy@chromium.org2013-01-295-0/+78
* Refactor BrowserWindow fullscreen and presentation on Mac to be consistent wi...scheib@chromium.org2013-01-292-6/+8
* Fix for debug assert that looks timing related after r179271.jam@chromium.org2013-01-291-0/+5
* Revert 179347 can't repro this.jam@chromium.org2013-01-2912-8/+1127
* Revert 179271bshe@chromium.org2013-01-2912-1127/+8
* Simplify how TestChromeWebUIControllerFactory is registered now that multiple...jam@chromium.org2013-01-2912-8/+1127
* Move ChromeWebUIControllerFactory to before PostProfileInit, so that login ui...jam@chromium.org2013-01-292-3/+12
* History: Fix DCHECK triggered by some unnecessary code.dubroy@chromium.org2013-01-281-3/+2
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-288-28/+34
* History: Add browser test for deleting history.dubroy@chromium.org2013-01-281-44/+152
* Added support for an arbitrary number of data channels for an arbitrary numbe...phoglund@chromium.org2013-01-282-20/+162
* Fix TestChromeWebUIFactory using tests. Now that the object is constructed be...jam@chromium.org2013-01-281-0/+3
* Register ChromeWebUIControllerFactory at ChromeContentBrowserClient to try to...jam@chromium.org2013-01-281-12/+0
* Allow multiple WebUIControllerFactory objects to be registered. This makes is...jam@chromium.org2013-01-281-0/+12
* - Rename notification.show to notification.create.miket@chromium.org2013-01-281-7/+8
* Revert 179077jvoung@google.com2013-01-273-33/+3
* Test that pnacl translates and loads in incognito (and with ASAN).jvoung@chromium.org2013-01-273-3/+33
* Implement the basic declarativeContent API.jyasskin@chromium.org2013-01-262-0/+36
* PPAPI/NaCl: Strip the test nexesdmichael@chromium.org2013-01-261-0/+3
* Multi-monitor extension API.hshi@google.com2013-01-262-23/+22
* [ChromeDriver] Add navigation tracking to chromedriver.craigdh@chromium.org2013-01-2627-80/+613
* Move all <webview> tests to web_view directoryfsamuel@chromium.org2013-01-2617-7/+7
* Adding WebP to image decoding benchmark.bulach@chromium.org2013-01-261-0/+0
* Revert 178902zea@chromium.org2013-01-268-384/+0
* Reenables some long disabled bookmark bar tests. These were failingsky@chromium.org2013-01-261-12/+3
* Disable failing testsjasneet@google.com2013-01-251-3/+10
* [chromedriver] Implement commands: mouseClick, mouseDoubleClick, mouseButtonD...chrisgao@chromium.org2013-01-2511-93/+387
* Implementation of sessionRestore apis.ncj674@motorola.com2013-01-258-0/+384
* Declarative Web Request: firstPartyForCookiesUrlvabr@chromium.org2013-01-251-11/+49
* Change the one-click sign in confirmation bubble into a modal dialogrogerta@chromium.org2013-01-251-0/+1
* Add a config.js file that is required by the Chrome Endure graphs.dennisjeffrey@chromium.org2013-01-251-0/+8
* Replace parent_content_url in DriveServiceInterface with parent_resource_id.hidehiko@chromium.org2013-01-251-3/+3
* Adding WebP to image decoding benchmark.mdw@google.com2013-01-251-0/+0
* drive: Replace local FakeDriveService with google_apis::FakeDriveService part 3satorux@chromium.org2013-01-253-119/+46
* history: Rename history.h to history_service.htfarina@chromium.org2013-01-252-2/+2
* Make PPAPI test servers start in paralleldmichael@chromium.org2013-01-252-32/+53
* Autotest: Add telemetry dep to the chrome repo.sbasi@google.com2013-01-255-0/+63
* Add support in NaClBrowserTests for PNaCl, and test PNaCl UMA.jvoung@chromium.org2013-01-245-5/+95
* [chromedriver] Patch googlecode upload script to find .netrc on windows.kkania@chromium.org2013-01-242-1/+5
* This is a simple HTTP proxy server that can handle GET, CONNECT, and HEAD req...nkang@chromium.org2013-01-241-0/+188
* Move core url data manager classes to content.jam@chromium.org2013-01-242-8/+0
* [chromedriver] actually compress the server in the zip instead of just storing.kkania@chromium.org2013-01-241-1/+1
* [chromedriver] Implement commands: clear/click/hoverover element.chrisgao@chromium.org2013-01-2417-101/+994