summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-0/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Implementation of AutomationEventQueue and associated framework to support ge...craigdh@chromium.org2012-03-061-0/+80
* Extract minimal RenderViewHost interface for embedders, leavingjoi@chromium.org2012-03-051-5/+5
* ProtectorService supports multiple change instances.ivankr@chromium.org2012-03-011-2/+4
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-2/+2
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-2/+2
* Launch panels in Aura (through chrome.windows.create()) with a new panel view.stevenjb@chromium.org2012-02-161-0/+3
* Move ContextMenuParams struct from webkit/glue to content/public/common. The ...jam@chromium.org2012-02-121-1/+1
* Fix automation call SetShelfVisibility on chromeosnirnimesh@chromium.org2012-02-101-15/+1
* Disable InitialLoads observers for AutomationProviders after the first one.dtu@chromium.org2012-02-101-1/+1
* Revert 121066 - Fix automation call SetShelfVisibility on chromeoscsilv@chromium.org2012-02-081-0/+13
* Fix automation call SetShelfVisibility on chromeosnirnimesh@chromium.org2012-02-081-13/+0
* New EnableAccessibility() and IsAccessibilityEnabled() automation hooks for P...craigdh@chromium.org2012-02-081-0/+5
* Add an API around InterstitialPage that's used by chrome.jam@chromium.org2012-02-081-1/+2
* Add new automation hook to get FPS associated with a tab in the browser.dennisjeffrey@chromium.org2012-02-081-0/+38
* Revert 120841 - New EnableAccessibility() and IsAccessibilityEnabled() automa...achuith@chromium.org2012-02-071-5/+0
* New EnableAccessibility() and IsAccessibilityEnabled() automation hooks for P...craigdh@google.com2012-02-071-0/+5
* Use InterstitialPage through a delegate interface instead of deriving from it.jam@chromium.org2012-02-071-9/+9
* Add new automation hook to get v8 heap statistics from a renderer process.dennisjeffrey@chromium.org2012-02-031-0/+37
* Cleanup: Remove more uses of Browser::tabstrip_model().thestig@chromium.org2012-02-011-10/+7
* [pyauto] GetBrowserInfo() returns info about auranirnimesh@chromium.org2012-01-311-0/+5
* Fix automation for IsDownloadShelfVisible for auranirnimesh@chromium.org2012-01-301-1/+1
* Implement the webdriver window sizing commands.kkania@chromium.org2012-01-281-1/+27
* [Mac] Add a perf test that counts the number of Mach ports in the browser.rsesek@chromium.org2012-01-281-0/+13
* Remove a bunch of GetProfileSyncService callers to use the new factory.tim@chromium.org2012-01-271-2/+6
* Cocoa: Close bubble if its GlobalError object is removedsail@chromium.org2012-01-251-2/+2
* Converted uses of DictionaryValue to PolicyMap in policy providers.joaodasilva@chromium.org2012-01-241-4/+1
* Added pyauto hooks and basic functional tests for Protector.ivankr@chromium.org2012-01-231-0/+50
* Removed ConfigurationPolicyType and extended PolicyMap.joaodasilva@chromium.org2012-01-221-5/+19
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-9/+10
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-5/+5
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-10/+9
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-9/+10
* Get rid of unnecessary accessors in BrowserProcessHost that were transitional...jam@chromium.org2012-01-131-4/+4
* Introduce background.scripts feature for extension manifests.aa@chromium.org2012-01-101-1/+1
* Change chromedriver to use the current session key modifier state whenkkania@chromium.org2012-01-101-0/+74
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-0/+3
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-3/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+3
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-3/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+3
* Introduced 'dict' policies, and merged proxy policies into a single dict.joaodasilva@chromium.org2012-01-051-2/+3
* Add tests for the page visibility, position, and clip in the new view API. Th...brettw@chromium.org2012-01-051-0/+35
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-45/+37
* Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers.jam@chromium.org2012-01-041-83/+82
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-5/+6
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-31/+39
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-2/+2