summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-091-4/+4
* rollback unintended changedarin@google.com2008-09-291-1/+1
* Add a command line switch for fastback work.darin@google.com2008-09-291-1/+1
* Reorganize the declarations to have some grouping and logical ordering in tab...brettw@google.com2008-09-261-3/+3
* Move a bunch of stuff out of WebContents. I removed a bunch of render view ho...brettw@google.com2008-09-251-3/+5
* This CL adds new UI tests for the SSL UI.jcampan@chromium.org2008-09-241-2/+111
* Fix interactive UI tests...beng@google.com2008-09-141-2/+0
* Move the Save Page code to the browser/download/ directory.paulg@google.com2008-09-141-1/+1
* Move the download code to new directories:paulg@google.com2008-09-131-1/+1
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-101-15/+10
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-051-0/+24
* Adding a test to catch regressions where the Find box moves when you open and...finnur@google.com2008-08-281-62/+78
* Cleanup navigation_entry.h. I made the accessors consistent and in Google sty...brettw@google.com2008-08-271-4/+4
* Adding a UI test to catch the crash described in issue 1341577.This test is d...finnur@google.com2008-08-271-8/+17
* 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-6/+5
* The automation system can be torn down before all of the notification observersdarin@google.com2008-08-191-0/+5
* Factor the SSL state out of the main NavigationEntry into a helper class. Thisbrettw@google.com2008-08-191-2/+2
* Fix build break.iyengar@google.com2008-08-151-0/+33
* Large patch set (159 files total) to cleanup the includes.maruel@google.com2008-08-151-0/+2
* Introduce MessagePump to represent the native message pump used to drive adarin@google.com2008-08-151-25/+14
* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@904 0039d316-1c4b-4281-b9...sidchat@google.com2008-08-141-1/+13
* Make the FindInPageController implement its own delegate interface forbrettw@google.com2008-08-141-0/+8