summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/automation_provider_observers.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-201-1/+1
* Addded testcases for bookmarks i.e creating/removing/editing bookmarks in mul...kkania@chromium.org2012-06-191-0/+23
* Support maximize window command.zori@chromium.org2012-06-141-58/+114
* TabContentsWrapper -> TabContents, part 56.avi@chromium.org2012-06-131-1/+0
* TabContentsWrapper -> TabContents, part 13.avi@chromium.org2012-06-081-0/+2
* Fixed a bug in the WaitUntilNavigationCompletes automation command.craigdh@chromium.org2012-06-081-1/+1
* TabContentsWrapper -> TabContents, part 6.avi@chromium.org2012-06-081-6/+6
* Add automation hooks for OOBE transitions.ivankr@chromium.org2012-06-041-4/+44
* [chromedriver] Determine the element location and click synchronously in the ...kkania@chromium.org2012-05-231-0/+55
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+5
* Remove all the unnused automation IPCs. These were used by UI tests that have...jam@chromium.org2012-05-171-18/+0
* Add PyAuto test for DeviceGuestModeEnabled policybartfab@chromium.org2012-05-161-2/+3
* browser: Move the tabs directory into ui.tfarina@chromium.org2012-05-111-1/+1
* [pyauto] FillAutofillProfile should not crash with Debug buildsnirnimesh@chromium.org2012-05-091-4/+4
* Added RefreshPolicies to PolicyService.joaodasilva@chromium.org2012-05-021-40/+0
* Fix search engine automation hooks to work with multiple profiles.kkania@chromium.org2012-04-271-0/+2
* Convert the infobars ui_test to a browser_test. Remove the ExtensionProxy cla...jam@chromium.org2012-04-181-40/+0
* Fixed bug where the ExecuteJavascript() family of PyAuto hooks ignored the au...craigdh@chromium.org2012-04-171-2/+3
* Convert printing ui_tests to browser_tests.jam@chromium.org2012-04-091-19/+0
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-221-1/+0
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-3/+3
* Cleanup ParallelAuthenticator.rkc@chromium.org2012-02-221-2/+0
* Add new automation hook to get FPS associated with a tab in the browser.dennisjeffrey@chromium.org2012-02-081-1/+24
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-6/+6
* Add new automation hook to get v8 heap statistics from a renderer process.dennisjeffrey@chromium.org2012-02-031-1/+22
* Convert all the notifications which use NavigationController to content::Navi...jam@chromium.org2012-01-031-16/+17
* Remove DeleteTask and convert remaining users.dcheng@chromium.org2012-01-021-3/+4
* Convert chrome users of NavigationController::tab_contents() to use GetWebCon...jam@chromium.org2012-01-021-3/+3
* Remove temporary redirect header and DEPS exception for cancelable_request.hjoi@chromium.org2011-12-271-1/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-261-5/+9
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-3/+4
* Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public...jam@chromium.org2011-12-201-16/+16
* Group forms-related files in webkit/glue in a forms/ subdirectory.isherman@chromium.org2011-12-151-1/+1
* Few minor changes to TestingAutomationProvider extension automation:kkania@chromium.org2011-12-061-13/+38
* Added RefreshPolicies automation call.joaodasilva@chromium.org2011-12-011-26/+45
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-0/+9
* Cleanup: Remove more forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-1/+0
* [cros] Remove Views implementation for login/OOBE.nkostylev@chromium.org2011-11-091-2/+1
* Deprecate the JavascriptEnabled policy.joaodasilva@chromium.org2011-11-041-0/+2
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-6/+9
* Re-land 107645 with static initializer removed.kkania@chromium.org2011-10-281-17/+15
* Revert 107645 (To see if it was responsible for increase in static initialize...eroman@chromium.org2011-10-271-15/+17
* Fix test snapshotting on linux by creating a separate automation path forkkania@chromium.org2011-10-271-17/+15
* Fix member variable added after syncjam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-175/+183
* Fix some disabled/flaky notification pyauto tests.kkania@chromium.org2011-10-181-5/+27
* Move content_notification_types.h from content\common to content\public\brows...jam@chromium.org2011-10-181-1/+1
* Adding cellular connect/disconnect supportstanleyw@chromium.org2011-10-121-29/+55
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-1/+2