summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Minimal Chrome Frame with Aura.grt@chromium.org2013-02-281-1/+1
* Revert 184352brettw@chromium.org2013-02-241-2/+2
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-241-2/+2
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-1/+1
* Get rid of ui_controls.h usage in shipping browser code. In a followup change...jam@chromium.org2013-01-111-0/+4
* Remove SWIGged use of BrowserProxy and TabProxy from PyAuto tests.craigdh@chromium.org2012-08-071-49/+0
* Convert cookie and download automation commands to the JSON interface.craigdh@chromium.org2012-07-271-15/+0
* Simplify how LayoutBrowserTest scraps a tab. This allows removal of a whole b...jam@chromium.org2012-07-241-23/+0
* Remove all the unnused automation IPCs. These were used by UI tests that have...jam@chromium.org2012-05-171-184/+0
* Convert the CollectedCookies interactive_ui_tests to a browser_test.jam@chromium.org2012-05-151-6/+0
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-141-9/+0
* Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...rvargas@google.com2012-05-071-0/+9
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-071-9/+0
* Convert login prompt ui_tests to browser_tests.jam@chromium.org2012-04-121-31/+0
* Convert printing ui_tests to browser_tests.jam@chromium.org2012-04-091-9/+0
* Convert form repost ui_tests to browser_tests. I also renabled them on Window...jam@chromium.org2012-04-091-29/+0
* Convert the RedirectTest ui_tests to browser_tests, and renabled two of the d...jam@chromium.org2012-04-071-10/+0
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-1/+1
* Update Sleep() calls in chrome/test to use TimeDelta instead of ints.tedvessenes@gmail.com2012-01-041-3/+5
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-161-3/+4
* Add commands to custom Chrome WebDriver for installing and manipulating exten...kkania@chromium.org2011-12-091-2/+3
* Update automation messages to use the new way of declaring message structs, t...jam@chromium.org2011-10-211-2/+1
* Move SecurityStyle enum into content/public/common and put it into the conten...jam@chromium.org2011-10-211-1/+1
* Move the PageType enum to content/public/common, put it into the content name...jam@chromium.org2011-10-181-1/+1
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-231-1/+1
* Revert 102322 - For the SSL cert status, convert anonymous enum that gives bi...pkasting@chromium.org2011-09-221-1/+1
* For the SSL cert status, convert anonymous enum that gives bit values into a ...pkasting@chromium.org2011-09-221-1/+1
* Removed leak in tests.dilmah@chromium.org2011-09-161-31/+16
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-1/+1
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-6/+6
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-6/+6
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-2/+3
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Remove extension automation support that was used only by CEEE.joi@chromium.org2011-04-061-9/+0
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-4/+9
* Allow the reliability tests to run more than on URL in JS stress modesgjesse@google.com2011-02-221-1/+1
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-0/+24
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-16/+18
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-18/+16
* Cleanup:pkasting@chromium.org2011-02-081-4/+4
* Couple of changes in hopes of finally making ShareProcessesOnRestoresky@chromium.org2011-01-311-1/+4
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-4/+4
* Add options to enable stressing of the V8 crankshaft optimizations when runni...sgjesse@google.com2011-01-101-0/+8
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+3
* Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...jam@chromium.org2010-12-241-1/+2
* Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...jam@chromium.org2010-12-231-71/+62
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-14/+0
* Add tab proxy call for taking a snapshot of the entire page.kkania@chromium.org2010-11-121-0/+10