summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+7
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-10/+9
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-151-0/+14
* Linux: refactor zygote supportagl@chromium.org2009-06-121-4/+4
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-111-1/+2
* Revert 18109, 18111: Windows UI tests failed.agl@chromium.org2009-06-101-4/+4
* Linux: refactor zygote supportagl@chromium.org2009-06-101-4/+4
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-3/+3
* Allow derived classes to access members (channel, thread, etc) of the Automat...stoyan@chromium.org2009-06-031-56/+0
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-26/+91
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-221-0/+4
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-221-4/+0
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-221-0/+4
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-151-0/+5
* Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.stoyan@chromium.org2009-05-111-65/+0
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-2/+1
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-011-1/+33
* Repair FileVersionInfo leak. Doh.robertshield@google.com2009-04-271-3/+3
* Allow creating external tab in incognito mode.stoyan@chromium.org2009-04-231-0/+2
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-9/+5
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-5/+9
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-9/+5
* Adding versioning support to the chrome automation protocol.robertshield@google.com2009-04-131-11/+59
* UI test portage, second try.estade@chromium.org2009-04-091-2/+2
* Get rid of WaitForWindowCountToChange.phajdan.jr@chromium.org2009-03-241-14/+0
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* NO CODE CHANGE.maruel@google.com2009-03-101-1/+2
* Add regression test for bug 7900 and necessary infrastructure.phajdan.jr@chromium.org2009-03-091-0/+36
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-051-0/+11
* Make basic bits of chrome/test/automation build on Linux.phajdan.jr@chromium.org2009-02-251-66/+39
* Platform cleanup in automation code.phajdan.jr@chromium.org2009-02-241-4/+6
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-111-148/+65
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-041-1/+0
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-1/+2
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-2/+1
* Create and destroy members of the AutomationProxy in the correct order to avo...stoyan@chromium.org2009-01-291-1/+11
* Better control over window creation of external tabsjoshia@google.com2009-01-281-5/+7
* Refactor automation wrappers. Move the methods from AutomationProxy to the ap...stoyan@chromium.org2009-01-211-82/+0
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-071-0/+4
* Initial support for running the ui_tests under Purify on thepaulg@google.com2008-12-181-12/+12
* Adding the capacity to interact with modal dialogs to the automation framework.jcampan@chromium.org2008-12-051-11/+38
* Only block alert() requests from blocked popups; not all popups.erg@google.com2008-11-111-0/+47
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-1/+3
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-2/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-0/+13
* Add chrome to the repository.initial.commit2008-07-261-0/+567