summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up external-tab related code in automation provider and automation proxy.estade@chromium.org2010-06-101-16/+18
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+2
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-2/+2
* Add delete cookie option to Automation Proxyjmikhail@google.com2010-04-211-0/+2
* Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...bauerb@chromium.org2010-04-211-0/+6
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-1/+4
* Add ability to manipulate DOM elements from the automation proxy. Rework the ...kkania@chromium.org2010-04-161-1/+22
* Added the propagation of the OnChannelError notification.mad@chromium.org2010-03-261-2/+4
* [GTTF] Reduce number of automation methods ending with WithTimeout.phajdan.jr@chromium.org2010-03-221-11/+2
* [GTTF] Make automation framework more solid by making sure thatphajdan.jr@chromium.org2010-03-161-54/+61
* Clone of issue 600130. (http://codereview.chromium.org/600130)twiz@chromium.org2010-02-161-0/+3
* Add support for the IE File->Save As command. This eventually ends up in Chro...ananta@chromium.org2010-02-041-2/+3
* Give classes with virtual methods virtual protected destructors instead of im...jamesr@chromium.org2009-12-161-1/+4
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-131-0/+5
* Rename unused "SSL" related automation methods to be generic, since that's wh...johnnyg@chromium.org2009-11-111-6/+6
* Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe...willchan@chromium.org2009-11-091-6/+3
* Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detectrolandsteiner@chromium.org2009-11-091-3/+6
* Modifying extension automation so that it is done through a particularjoi@chromium.org2009-11-081-0/+24
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-1/+3
* Added support for specifying the BrowserFlags DWORD value when we register th...ananta@chromium.org2009-10-061-0/+9
* Landing patch from contributor Thiago Farina.finnur@chromium.org2009-09-301-1/+1
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-261-2/+1
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-231-0/+6
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-7/+0
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-3/+1
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-1/+3
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-261-0/+10
* Support navigating to absolute index through automation.amit@chromium.org2009-08-191-0/+1
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-4/+14
* Revert "Add automation call to wait for multiple navigations."phajdan.jr@chromium.org2009-08-191-14/+4
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-4/+14
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-291-0/+13
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-5/+0
* Added an async automation message AutomationMsg_PrintAsync to asynchronously ...ananta@chromium.org2009-07-131-0/+3
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-161-7/+0
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+4
* 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-5/+0
* 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
* Correct forward declaration.stoyan@chromium.org2009-05-281-1/+3
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-3/+17
* Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.stoyan@chromium.org2009-05-111-2/+1
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-201-0/+3
* Removed the SetParentWindow function from tab_proxy and added a parent_window...ananta@chromium.org2009-04-131-2/+3
* Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a...ananta@chromium.org2009-04-071-0/+1
* Add support for repositioning/resizing a tab window. This is needed as the Se...ananta@chromium.org2009-03-131-0/+6
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-1/+3