summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for repositioning/resizing a tab window. This is needed as the Se...ananta@chromium.org2009-03-131-0/+25
* Fix 'inspect element' crash when hosted in external tabamit@chromium.org2009-03-121-5/+6
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-3/+5
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+2
* Register an onmessage handler with the external host binding instead of expli...ananta@chromium.org2009-03-031-2/+2
* Compile parts of chrome/browser/automation on Linux.phajdan.jr@chromium.org2009-02-251-24/+132
* ui test fail. revert.ben@chromium.org2009-02-251-17/+12
* AppModalDialogQueue shouldn't depend on views.ben@chromium.org2009-02-251-12/+17
* Platform cleanup in automation code.phajdan.jr@chromium.org2009-02-241-3/+3
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-28/+29
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-181-0/+1
* Enabling the BrowsersRememberFocus interactive UI test. The fix is to change theananta@chromium.org2009-02-131-2/+1
* Changing the AutomationMsg_SavePackageShouldPromptUser message to a sync messageananta@chromium.org2009-02-111-2/+1
* The Chrome Automation framework is based on a homegrown request response IPC ...ananta@chromium.org2009-02-111-702/+679
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-2/+2
* fix compile failurekuchhal@chromium.org2009-02-101-1/+1
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-1/+1
* Reapplying tab support (change 9388). I synced and re-applied my change and ...tommi@chromium.org2009-02-101-20/+32
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-5/+3
* Reverting 9388 to see if this fixes ui tests.kuchhal@chromium.org2009-02-091-32/+22
* Adding support for tab notifications and initializing the focus of an automat...tommi@chromium.org2009-02-091-22/+32
* Handle review comments form previous change. Also, use enum types and not in...jam@chromium.org2009-02-061-3/+3
* Commit my changes that simplify automation message unpacking.jam@chromium.org2009-02-061-3/+8
* Enable render_widget_host, render_view_host and backing_store. Remove the Ren...pinkerton@chromium.org2009-02-041-0/+2
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-8/+3
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-3/+8
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-011-64/+74
* Better control over window creation of external tabsjoshia@google.com2009-01-281-2/+8
* Re-land this from earlier... unit tests no longer crash.ben@chromium.org2009-01-271-1/+3
* Revert change 8693 because it breaks the unit_tests.nsylvain@chromium.org2009-01-271-3/+1
* Extract a cross-platform LocationBar interface accessible via the BrowserWind...ben@chromium.org2009-01-271-1/+3
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-221-1/+1
* Move automation specific accessors to their own interface to make their purpo...ben@chromium.org2009-01-221-1/+3
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-201-10/+10
* Pull app modal dialog handling out of the BrowserList to remove the ChromeVie...ben@chromium.org2009-01-161-2/+3
* Move all the SSL stuff into its own subdirben@chromium.org2009-01-161-2/+2
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-3/+3
* Add a UI test to make sure we sanitize the filenametc@google.com2009-01-071-0/+7
* Convert download manager to FilePath.estade@chromium.org2009-01-061-1/+1
* This is a redo of my previous notification registrar change. I saw a crash in...brettw@chromium.org2009-01-061-14/+8
* Reverting 7581.brettw@chromium.org2009-01-061-8/+14
* Change all classes that use the NOTIFY_NAV_ENTRY_COMMITTED notification to us...brettw@chromium.org2009-01-061-14/+8
* Unbreak unit tests. Revert r7564.estade@chromium.org2009-01-051-1/+1
* * switch download manager to using FilePathestade@chromium.org2009-01-051-1/+1
* We need to add UI test for "Encoding" menu to avoid regression.jnd@google.com2008-12-191-1/+98
* Review URL: http://codereview.chromium.org/14809jcampan@chromium.org2008-12-191-5/+5
* Reverting 7149.jcampan@chromium.org2008-12-171-5/+5
* Revamp of the interstitial pages.jcampan@chromium.org2008-12-171-5/+5
* Cleanup, part 1.pkasting@chromium.org2008-12-081-1/+1
* Adding the capacity to interact with modal dialogs to the automation framework.jcampan@chromium.org2008-12-051-2/+35