summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_observers.cc
Commit message (Expand)AuthorAgeFilesLines
* Add new automation hook to get FPS associated with a tab in the browser.dennisjeffrey@chromium.org2012-02-081-2/+49
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-4/+7
* Move DOMAutomationController code from chrome to content. This is needed by i...jam@chromium.org2012-02-031-4/+5
* Add new automation hook to get v8 heap statistics from a renderer process.dennisjeffrey@chromium.org2012-02-031-1/+46
* Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web...jam@chromium.org2012-01-201-1/+0
* Get rid of a bunch of tab_contents.h includes from chrome. These are all triv...jam@chromium.org2012-01-041-4/+4
* Get rid of content::NavigationController in cc file and use "using" instead.jam@chromium.org2012-01-041-17/+18
* Convert WebContents to return a content::NavigationController instead of the ...jam@chromium.org2012-01-041-1/+1
* Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW...jam@chromium.org2012-01-031-5/+5
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-17/+17
* Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect...jam@chromium.org2012-01-031-1/+1
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-11/+11
* Convert unix_hacker functions on NavigationController that are used by Chrome...jam@chromium.org2011-12-291-1/+1
* Remove the remaining usages of NavigationEntry in chrome by converting a few ...jam@chromium.org2011-12-281-1/+1
* Convert SpeechInputBubble and BalloonHost to use WebContents instead of TabCo...jam@chromium.org2011-12-271-1/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-4/+4
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-5/+6
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-4/+4
* Revert 115346. The change didn't break anything, the test was faulty. Will di...jam@chromium.org2011-12-211-3/+3
* Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_teststhakis@chromium.org2011-12-211-3/+3
* Rename TabContents::controller() to GetController and put it into the WebCont...jam@chromium.org2011-12-211-3/+3
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-1/+4
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-161-2/+1
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-3/+3
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-3/+4
* Added the AutoEnrollmentClient and unit tests for it.joaodasilva@chromium.org2011-12-121-0/+2
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-5/+5
* Few minor changes to TestingAutomationProvider extension automation:kkania@chromium.org2011-12-061-9/+54
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-5/+5
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-5/+5
* Allow AutomationProvider to work with other render view containers besideskkania@chromium.org2011-12-051-4/+12
* Added RefreshPolicies automation call.joaodasilva@chromium.org2011-12-011-0/+86
* Move GetProcessTypeNameInEnglish beside the ProcessType enum where it belongs...jam@chromium.org2011-12-011-2/+1
* Move the ProcessType enum out to its own file. This is in preparation for get...jam@chromium.org2011-12-011-1/+2
* Move the RendererProcessType enum out of ChildProcessInfo. It's actually neve...jam@chromium.org2011-11-291-2/+3
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-18/+48
* TabRestoreService improvementsestade@chromium.org2011-11-291-5/+2
* This split will facilitate testing DownloadQuery and other users of DownloadI...benjhayden@chromium.org2011-11-211-4/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-3/+3
* Make BalloonHost use TabContents instead of RenderViewHost.jam@chromium.org2011-11-101-2/+4
* Fix crash in automation in which a injected script opens a new window.kkania@chromium.org2011-11-071-0/+1
* Deprecate the JavascriptEnabled policy.joaodasilva@chromium.org2011-11-041-1/+23
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Re-land 107645 with static initializer removed.kkania@chromium.org2011-10-281-68/+27
* Revert 107645 (To see if it was responsible for increase in static initialize...eroman@chromium.org2011-10-271-27/+68
* Fix test snapshotting on linux by creating a separate automation path forkkania@chromium.org2011-10-271-68/+27
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-53/+55
* Fix buildjam@chromium.org2011-10-191-2/+2
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-125/+135