summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-pagefinnur@google.com2008-12-041-4/+13
* Convert SSL info bars to use the new system.ben@chromium.org2008-12-021-10/+8
* Rename Container->Widgetben@chromium.org2008-11-211-1/+1
* fix bustageben@chromium.org2008-11-181-1/+2
* Roll back a bunch of changes to tab dragging that seem to not have helped red...ben@chromium.org2008-11-181-146/+56
* Rid most of the Browser object of HWND dependencies.ben@chromium.org2008-11-141-3/+5
* Re-do the way browser windows are shown:ben@chromium.org2008-11-141-1/+4
* Reorder functions in browser.hben@chromium.org2008-11-121-1/+1
* Remove some Windows-specific stuff from RenderProcessHost by having callers g...brettw@google.com2008-11-111-5/+2
* Only block alert() requests from blocked popups; not all popups.erg@google.com2008-11-111-0/+8
* Re-land this change now that I've made a speculative fix to the DraggedTabCon...ben@chromium.org2008-11-101-56/+145
* Roll this change back until I understand the crashes.ben@chromium.org2008-11-081-145/+56
* Make AutomationProvider::WindowSimulateDrag use SendInput instead of sending ...ben@chromium.org2008-11-071-56/+145
* Some bandaids for tab dragging UI tests:ben@chromium.org2008-11-051-2/+7
* Change some places where we were using javascript: URLs to useaa@google.com2008-11-031-4/+4
* Plumb the referrer throughout the OpenURL APIs.ericroman@google.com2008-10-271-4/+4
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Reduce header dependencies.evanm@google.com2008-10-221-0/+1
* Fix a timing problem that caused the find bar's coordinates to be incorrect.brettw@google.com2008-10-211-2/+2
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-211-14/+19
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-161-41/+40
* Make View::SetBounds take a const gfx::Rect& instead of a const CRect&ben@chromium.org2008-10-161-6/+5
* Rename ViewContainer to Container and HWNDViewContainer to ContainerWin.ben@chromium.org2008-10-161-1/+1
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-4/+4
* This is the first pass at refactoring the interstitial page.jcampan@chromium.org2008-10-131-3/+24