summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation
Commit message (Expand)AuthorAgeFilesLines
* PyAuto automation support for blocked popupsnirnimesh@chromium.org2010-10-132-0/+83
* Make sure the download status in the application icon is updatedphajdan.jr@chromium.org2010-10-132-7/+5
* Fix the ChromeFrame net test failures. These tests started failing since the ...ananta@chromium.org2010-10-122-3/+7
* Playing HTML5 videos from the test matrix would cause ChromeFrame to hang at ...ananta@chromium.org2010-10-121-0/+6
* Adding automation hooks for editing search engines.ace@chromium.org2010-10-124-38/+144
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-125-5/+5
* Rename ChromeThread to BrowserThread Part13:tfarina@chromium.org2010-10-101-1/+1
* Revert 61899 for breaking cookes on file:// URLs.willchan@chromium.org2010-10-081-9/+2
* Fix instances of passing raw pointers to RefCounted objects in tasks.willchan@chromium.org2010-10-081-2/+9
* Automation support for Find on a given page and return the search countnirnimesh@chromium.org2010-10-086-50/+133
* Rename ChromeThread to BrowserThread Part 2:tfarina@chromium.org2010-10-064-26/+26
* [Mac] Fix getting the tab content's bounds in the automation provider.kkania@chromium.org2010-10-051-7/+13
* Replace Browser::AddTabWithURL(...) with:ben@chromium.org2010-10-051-5/+4
* Make KeyboardAccessTest.ReserveKeyboardAccelerator not failisherman@chromium.org2010-10-042-2/+2
* Pass the accept and cache-control headers from ChromeFrame via the host netwo...ananta@chromium.org2010-10-011-2/+0
* Do not write non-toplevel POST response into the WINInet cache.stoyan@chromium.org2010-10-011-1/+10
* Adds a NULL check to TestingAutomationProvider::GetShowingAppModalDialog().hbono@chromium.org2010-10-011-2/+8
* Top level navigations are not sent to the host browser in the ChromeFrame NPA...ananta@chromium.org2010-09-301-1/+2
* Fix PyAuto tests to account for dynamic autofill labels.nirnimesh@chromium.org2010-09-281-10/+5
* Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...ben@chromium.org2010-09-281-10/+11
* Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTestjknotten@chromium.org2010-09-244-0/+73
* FBTF: Move a bunch of code to the headers and remove includes.erg@google.com2010-09-2219-98/+167
* Added full support for invoking before unload and unload handlers on ChromeFr...ananta@chromium.org2010-09-173-6/+5
* Adding automation hook GetSearchEngineInfo, accessible through json automatio...ace@chromium.org2010-09-174-0/+86
* Fixes bug in WindowSimulateDrag that was leading to test flake. Thesky@chromium.org2010-09-141-10/+19
* Reland "Make AutomationProvider fail fast on messages it doesn't understand."shess@chromium.org2010-09-142-0/+16
* This is a second attempt of http://codereview.chromium.org/3175038davemoore@chromium.org2010-09-131-1/+3
* Revert "Make AutomationProvider fail fast on messages it doesn't understand."shess@chromium.org2010-09-132-17/+0
* GTTF: Move some more bits of automation code from AutomationProvider to Testi...phajdan.jr@chromium.org2010-09-094-66/+69
* GTTF: Make WaitForInfoBarCount not Sleep.phajdan.jr@chromium.org2010-09-084-1/+87
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-074-0/+98
* Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep.gavinp@chromium.org2010-09-044-98/+0
* GTTF: Make WaitForTabCountToBecome automation call not Sleep.phajdan.jr@chromium.org2010-09-034-0/+98
* Re-lands 58186:bryeung@chromium.org2010-09-037-41/+41
* GTTF: Move pyauto automation provider code to TestingAutomationProviderphajdan.jr@chromium.org2010-09-024-2011/+2057
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-027-41/+41
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-027-41/+41
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-021-0/+1
* Revert "FBTF: Move the TabRestoreService::Observer into its own file."erg@google.com2010-09-011-1/+0
* FBTF: Move the TabRestoreService::Observer into its own file.erg@google.com2010-09-011-0/+1
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-017-41/+41
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-017-41/+41
* Add support for a "split" incognito behavior for extensions.mpcomplete@chromium.org2010-08-311-1/+1
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* Fetch info about the state of navigation in a tabnirnimesh@chromium.org2010-08-312-0/+60
* GTTF: Extract all preferences-related code from DownloadManager to DownloadPr...phajdan.jr@chromium.org2010-08-301-1/+2
* Make AutomationProvider fail fast on messages it doesn't understand.phajdan.jr@chromium.org2010-08-302-0/+17
* Fix pyauto wait until hooks to use client-side WaitUntil BUG=53647alyssad@google.com2010-08-304-173/+0
* Refactor version-getting info into a chrome::VersionInfo object.evan@chromium.org2010-08-271-7/+2
* GTTF: Continue moving test automation code out of AutomationProvider.phajdan.jr@chromium.org2010-08-2710-376/+396