summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Part 3 of reapplying r64637.erg@google.com2010-11-121-1/+1
* Part 2 of reapplying r64637.erg@google.com2010-11-101-2/+1
* Revert "Refactor automation messages." due to mysterious problems on mac.erg@google.com2010-11-011-2/+3
* Refactor automation messages.erg@google.com2010-11-011-3/+2
* Add UI test for click-to-play.bauerb@chromium.org2010-10-251-0/+9
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+9
* GTTF: Make WaitForInfoBarCount not Sleep.phajdan.jr@chromium.org2010-09-081-11/+7
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+4
* Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-161-0/+6
* Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.dmaclach@chromium.org2010-07-151-6/+0
* Display a tab modal dialog of the allowed/blocked cookies.jochen@chromium.org2010-07-151-0/+6
* Clean up external-tab related code in automation provider and automation proxy.estade@chromium.org2010-06-101-36/+36
* Rename "mixed content" to "insecure content" in as many places as possible, t...pkasting@chromium.org2010-05-181-4/+4
* Add delete cookie option to Automation Proxyjmikhail@google.com2010-04-211-0/+7
* Close a newly opened (by cmd-clicking on a link) tab if it resulted in a down...bauerb@chromium.org2010-04-211-1/+19
* Context menu operations like Cut/Copy/Paste etc would not work in pages rende...ananta@chromium.org2010-04-191-2/+3
* Add ability to manipulate DOM elements from the automation proxy. Rework the ...kkania@chromium.org2010-04-161-0/+32
* Switch from using std::min to std::max to fix an obvious bug in tab_proxy.brettw@chromium.org2010-04-141-7/+11
* detect preferences errorserikkay@chromium.org2010-04-061-1/+1
* Added the propagation of the OnChannelError notification.mad@chromium.org2010-03-261-5/+9
* [GTTF] Reduce number of automation methods ending with WithTimeout.phajdan.jr@chromium.org2010-03-221-22/+13
* Clone of issue 600130. (http://codereview.chromium.org/600130)twiz@chromium.org2010-02-161-0/+4
* Add support for the IE File->Save As command. This eventually ends up in Chro...ananta@chromium.org2010-02-041-0/+4
* Notifications permission infobar should only be shown in response to a user g...johnnyg@chromium.org2009-11-131-0/+13
* Rename unused "SSL" related automation methods to be generic, since that's wh...johnnyg@chromium.org2009-11-111-6/+5
* Revert 31419 - Commit Issue 255057: Unit Test for Toggling of Encoding AutoDe...willchan@chromium.org2009-11-091-10/+1
* Commit Issue 255057: Unit Test for Toggling of Encoding Auto-Detectrolandsteiner@chromium.org2009-11-091-1/+10
* Modifying extension automation so that it is done through a particularjoi@chromium.org2009-11-081-0/+9
* When Chrome hands off a URL to be opened by the external host by the ViewHost...ananta@chromium.org2009-10-191-2/+3
* 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/+2
* Reinstating the AutomationMsg_TabReposition message and related stuff which i...ananta@chromium.org2009-09-231-0/+17
* Automated ui test porting + cleanup:estade@chromium.org2009-09-221-18/+0
* Convert std::wstring encoding names to std::string in a bunch of files.tony@chromium.org2009-09-041-2/+2
* Fix another source of flakiness in ErrorPageTestphajdan.jr@chromium.org2009-08-261-2/+15
* Support navigating to absolute index through automation.amit@chromium.org2009-08-191-0/+11
* Add automation call to wait for multiple navigations.phajdan.jr@chromium.org2009-08-191-4/+23
* 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
* Cleanup in AutomationProvider's navigation observer.phajdan.jr@chromium.org2009-08-181-16/+25
* Added automation messages and corresponding handlers to support operations like ananta@chromium.org2009-07-291-0/+24
* Remove the defunct SetAccelerator message and replace it with anamit@chromium.org2009-07-141-11/+0
* Added an async automation message AutomationMsg_PrintAsync to asynchronously ...ananta@chromium.org2009-07-131-0/+7
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-161-28/+0