summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_messages_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Add plumbing for allowing the renderer to intercept and cancel redirects beforedarin@chromium.org2009-07-301-0/+6
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-291-0/+17
* Navigation and cookies for Automationamit@chromium.org2009-07-281-0/+5
* 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-28/+12
* Added an async automation message AutomationMsg_PrintAsync to asynchronously ...ananta@chromium.org2009-07-131-0/+3
* A prototype of resource loading through automationamit@chromium.org2009-07-091-0/+29
* Adds a way to set the boundaries of the browser window througharv@google.com2009-07-081-0/+9
* Make two IPC messages async.stoyan@chromium.org2009-07-061-4/+4
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-161-24/+0
* Fixed 3 tests that failed in hebrew enabled vistahbono@chromium.org2009-06-151-0/+7
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+12
* Get tab HWND directly as result of CreateExternalTab automation call.stoyan@chromium.org2009-06-111-2/+3
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-041-0/+7
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-2/+7
* Revert "This is the first of probably several patches trying to clean up the ...erg@google.com2009-06-031-7/+0
* This is the first of probably several patches trying to clean up the BlockedP...erg@google.com2009-06-031-0/+7
* Re-do of r16741 (http://codereview.chromium.org/113482).robertshield@google.com2009-05-221-1/+6
* Revert of r16741 which appeared to cause a perf regression (???) on the build...robertshield@google.com2009-05-221-7/+1
* Adding the ability to alter Chrome's proxy settings via the automation interf...robertshield@google.com2009-05-221-1/+7
* First step to enable end-to-end testing of extensions through theaa@chromium.org2009-05-151-0/+6
* Pass external tab handle when Chrome sends outgoing notifications through aut...stoyan@chromium.org2009-05-081-9/+20
* Making CloseWindow and CloseTab automation APIhuanr@chromium.org2009-05-011-0/+10
* Allow creating external tab in incognito mode.stoyan@chromium.org2009-04-231-1/+3
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-201-0/+4
* Add a new notification for automation customers that the amit@chromium.org2009-04-161-0/+3
* Implement chrome_proces_util for linux and enable download ui test.estade@chromium.org2009-04-141-0/+5
* Adding versioning support to the chrome automation protocol.robertshield@google.com2009-04-131-2/+7
* UI test portage, second try.estade@chromium.org2009-04-091-1/+1
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-7/+6
* Mechanic change based on comment from previous code review.huanr@chromium.org2009-03-311-2/+2
* This check in is the initial step to try improve UIhuanr@chromium.org2009-03-271-2/+11
* Add support for repositioning/resizing a tab window. This is needed as the Se...ananta@chromium.org2009-03-131-0/+8
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-4/+8
* Add url to AutomationMsg_DidNavigate amit@chromium.org2009-03-061-1/+1
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-3/+3
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+1
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-4/+1
* Moving AutomationMsg_NavigationFailed to the end as required by the automatio...ananta@chromium.org2009-02-191-9/+9
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-0/+9
* Enabling the BrowsersRememberFocus interactive UI test. The fix is to change theananta@chromium.org2009-02-131-3/+4
* Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync messageananta@chromium.org2009-02-111-2/+2
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-111-377/+314
* Reapplying tab support (change 9388). I synced and re-applied my change and ...tommi@chromium.org2009-02-101-0/+20
* Reverting 9388 to see if this fixes ui tests.kuchhal@chromium.org2009-02-091-20/+0
* Adding support for tab notifications and initializing the focus of an automat...tommi@chromium.org2009-02-091-0/+20
* Handle review comments form previous change. Also, use enum types and not in...jam@chromium.org2009-02-061-11/+11
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-061-1/+3