summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-1/+1
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-071-0/+4
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-071-4/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-071-0/+4
* Avoid an automation call which may induce flakiness in some tests.phajdan.jr@chromium.org2009-09-011-3/+2
* Remove include of IPC headers from headers they crept into. This slows down ...jam@chromium.org2009-08-201-1/+7
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+4
* Split the IPC code into ipc/agl@chromium.org2009-07-221-3/+3
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-7/+4
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-151-0/+5
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-111-1/+1
* ipc: use strings, not wstrings for channel ids.evan@chromium.org2009-06-041-2/+2
* Allow derived classes to access members (channel, thread, etc) of the Automat...stoyan@chromium.org2009-06-031-1/+1
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-7/+8
* 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/+6
* Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.stoyan@chromium.org2009-05-111-8/+0
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-011-0/+11
* Allow creating external tab in incognito mode.stoyan@chromium.org2009-04-231-1/+2
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-11/+3
* Revert "Refactor DialogDelegate so the DialogButton enum is in cross platform"tc@google.com2009-04-211-3/+11
* Refactor DialogDelegate so the DialogButton enum is in cross platformtc@google.com2009-04-211-11/+3
* Remove the usage of GetLastActiveBrowserWindowhuanr@chromium.org2009-04-141-3/+4
* Adding versioning support to the chrome automation protocol.robertshield@google.com2009-04-131-3/+34
* UI test portage, second try.estade@chromium.org2009-04-091-3/+3
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-3/+3
* Move IPC code to ipc/agl@chromium.org2009-04-031-3/+3
* Get rid of WaitForWindowCountToChange.phajdan.jr@chromium.org2009-03-241-10/+0
* Move windowing related objects into chrome/views/window subdir.ben@chromium.org2009-03-171-1/+1
* Add regression test for bug 7900 and necessary infrastructure.phajdan.jr@chromium.org2009-03-091-0/+4
* Make startup_tests build and run on Linux (except reference tests).phajdan.jr@chromium.org2009-03-051-0/+5
* Make basic bits of chrome/test/automation build on Linux.phajdan.jr@chromium.org2009-02-251-6/+22
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-111-27/+9
* Cleanup forward declared classes that are not needed in chrome/renderer, chro...thestig@chromium.org2009-02-061-7/+6
* Better control over window creation of external tabsjoshia@google.com2009-01-281-1/+2
* Refactor automation wrappers. Move the methods from AutomationProxy to the ap...stoyan@chromium.org2009-01-211-21/+0
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-071-0/+5
* Initial support for running the ui_tests under Purify on thepaulg@google.com2008-12-181-3/+7
* Adding the capacity to interact with modal dialogs to the automation framework.jcampan@chromium.org2008-12-051-2/+7
* Only block alert() requests from blocked popups; not all popups.erg@google.com2008-11-111-1/+8
* Chrome changes corresponding to my message_loop_type CL.darin@google.com2008-08-261-1/+1
* 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-2/+6
* Add chrome to the repository.initial.commit2008-07-261-0/+240