summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove BrowserList::GetLastActive from extensions install dialog code by plum...jam@chromium.org2012-06-151-1/+1
* Support maximize window command.zori@chromium.org2012-06-141-1/+32
* Remove AutomationProxy::GetActiveWindow since it's not used anymore after r14...jam@chromium.org2012-06-131-10/+0
* Remove BrowserList::GetLastActive from ui_testsjam@chromium.org2012-06-131-4/+3
* [pyauto] Add ability to force install an extension with experimental permsnirnimesh@chromium.org2012-06-121-0/+5
* TabContentsWrapper -> TabContents, part 43.avi@chromium.org2012-06-121-13/+8
* Fixed a bug in the WaitUntilNavigationCompletes automation command.craigdh@chromium.org2012-06-081-2/+1
* Refactoring ExtensionInstallUI to abstract the Browser references.jcivelli@chromium.org2012-06-081-2/+2
* Switch back to the old method of launching the login flow while keeping some ...craigdh@chromium.org2012-06-081-0/+1
* TabContentsWrapper -> TabContents, part 6.avi@chromium.org2012-06-081-50/+46
* Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()davemoore@chromium.org2012-06-071-3/+3
* Treat all navigations from automation as being typed from the address bar.kkania@chromium.org2012-06-061-4/+16
* Move creation and ownership of DownloadManager from the embedder to content. ...jam@chromium.org2012-06-061-6/+9
* [chromeos] PyAuto automation for crosh.nirnimesh@chromium.org2012-06-051-0/+2
* Add automation hooks for OOBE transitions.ivankr@chromium.org2012-06-041-0/+10
* Teaching BrowsingDataRemover how to delete application data.mkwst@chromium.org2012-06-041-1/+3
* RefCounted types should not have public destructorsrsleevi@chromium.org2012-05-281-1/+1
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-261-1/+1
* Make BrowserList::GetLastActive() private, and add a friend list to BrowserLi...ben@chromium.org2012-05-251-13/+9
* browser: Rename js_modal_dialog.* to javascript_app_modal_dialog.*tfarina@chromium.org2012-05-241-1/+1
* Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste...ben@chromium.org2012-05-231-2/+2
* [chromedriver] Determine the element location and click synchronously in the ...kkania@chromium.org2012-05-231-3/+70
* Fix TestingAutomationProvider::SimulateAsanMemoryBug.glotov@google.com2012-05-231-4/+10
* Remove extension application launch code from Browserbenwells@chromium.org2012-05-231-2/+3
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-231-4/+6
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-6/+10
* Move application lifetime functionality off BrowserList.ben@chromium.org2012-05-181-2/+4
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-0/+1
* Implement positive test for Address Sanitizer in Chromeglotov@google.com2012-05-181-0/+13
* Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.varunjain@chromium.org2012-05-171-2/+2
* Remove all the unnused automation IPCs. These were used by UI tests that have...jam@chromium.org2012-05-171-564/+1
* Moves methods for finding browsers to browser_finder.sky@chromium.org2012-05-161-6/+7
* Rewrite base::JSONReader to be 35-40% faster, depending on the input string.rsesek@chromium.org2012-05-161-3/+1
* Convert the keyboard access interactive ui_test use InProcessBrowserTest. Def...jam@chromium.org2012-05-161-12/+0
* Convert the CollectedCookies interactive_ui_tests to a browser_test.jam@chromium.org2012-05-151-15/+0
* [chromeos] Fix Logout automation when no browser windows are present.nirnimesh@chromium.org2012-05-151-0/+1
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-141-18/+0
* Change name of location_entry accessor in LocationBar to GetLocationEntry to ...dominich@chromium.org2012-05-101-4/+4
* Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.ben@chromium.org2012-05-101-1/+0
* Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st...ben@chromium.org2012-05-101-0/+1
* Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.ben@chromium.org2012-05-101-1/+0
* Load only blocked plug-ins when allowing plug-ins from infobars.bauerb@chromium.org2012-05-091-1/+2
* Add plumbing for file display names for drag and dropsatorux@chromium.org2012-05-091-1/+2
* Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...rvargas@google.com2012-05-071-0/+17
* Do not remove automation when all browser windows close on ChromeOS and Macnirnimesh@chromium.org2012-05-071-0/+2
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-071-17/+0
* Fix Instant pyauto tests.sreeram@chromium.org2012-05-051-0/+20
* Rewrite the Login() automation hook for chromeos.craigdh@chromium.org2012-05-051-1/+2
* Make the Geoposition helper struct publicbartfab@chromium.org2012-05-021-1/+8
* Added RefreshPolicies to PolicyService.joaodasilva@chromium.org2012-05-021-15/+28