summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/tab_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Removes entirely dead code paths related to ConstrainedWindows.erg@chromium.org2009-06-161-28/+0
* Allow external hosts to handle the context menu and thus be able to customize...ananta@chromium.org2009-06-121-0/+5
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-041-0/+27
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-14/+1
* Revert "This is the first of probably several patches trying to clean up the ...erg@google.com2009-06-031-27/+0
* This is the first of probably several patches trying to clean up the BlockedP...erg@google.com2009-06-031-0/+27
* Make automation proxy objects to ref_counted. That allows to process async no...stoyan@chromium.org2009-05-281-5/+34
* Remove AutomationRequest (deprecated by using SyncChannel). Some minor cleanup.stoyan@chromium.org2009-05-111-3/+2
* When restoring a closed tab using either ctrl-shift-T or the context menu, putpam@chromium.org2009-04-201-0/+12
* Removed the SetParentWindow function from tab_proxy and added a parent_window...ananta@chromium.org2009-04-131-14/+4
* Updated the AutomationMsg_TabReposition IPC to be able to set the parent of a...ananta@chromium.org2009-04-071-0/+14
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-8/+7
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* Add support for repositioning/resizing a tab window. This is needed as the Se...ananta@chromium.org2009-03-131-0/+17
* NO CODE CHANGE.maruel@google.com2009-03-101-1/+2
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+4
* Make page_cycler_tests build on Linux (doesn't run successfully yet).phajdan.jr@chromium.org2009-03-091-3/+7
* Revert change 11199 because it breaks the page cyclersnsylvain@chromium.org2009-03-071-7/+3
* Make page_cycler_tests build on Linux (doesn't run successfully yet).phajdan.jr@chromium.org2009-03-071-3/+7
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+0
* Make basic bits of chrome/test/automation build on Linux.phajdan.jr@chromium.org2009-02-251-1/+1
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-29/+0
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-111-323/+107
* Reapplying tab support (change 9388). I synced and re-applied my change and ...tommi@chromium.org2009-02-101-0/+8
* Reverting 9388 to see if this fixes ui tests.kuchhal@chromium.org2009-02-091-8/+0
* Adding support for tab notifications and initializing the focus of an automat...tommi@chromium.org2009-02-091-0/+8
* Handle review comments form previous change. Also, use enum types and not in...jam@chromium.org2009-02-061-32/+31
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-061-490/+243
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-240/+490
* Fix ui test failurejam@chromium.org2009-02-041-2/+1
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-489/+240
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-2/+2
* We need to add UI test for "Encoding" menu to avoid regression.jnd@google.com2008-12-191-1/+40
* Initial support for running the ui_tests under Purify on thepaulg@google.com2008-12-181-3/+3
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+1
* Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-pagefinnur@google.com2008-12-041-4/+9
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-0/+76
* Adding a test to catch regressions where the Find box moves when you open and...finnur@google.com2008-08-281-0/+42
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-271-3/+10
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Code review changes. Incorporated all the suggestions from previous review. joshia@google.com2008-08-211-4/+6
* Added support for PostMessage from the automation framework toiyengar@google.com2008-08-151-0/+11
* Two changes to help track down why session restore test is failing:sky@google.com2008-08-131-3/+4
* Adding an interactive UI test to catch when switching between two tabs (both ...finnur@google.com2008-08-061-0/+9
* Add chrome to the repository.initial.commit2008-07-261-0/+920