summaryrefslogtreecommitdiffstats
path: root/chrome/browser/automation/testing_automation_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Instant stuff off Browser.ben@chromium.org2012-07-111-2/+3
* Fix the pyauto test that I broke in r145946.jam@chromium.org2012-07-111-7/+7
* Get rid of browser::FindTabbedBrowser call in pyauto's OpenProfileWindow. The...jam@chromium.org2012-07-101-11/+0
* Remove browser::FindTabbedBrowser call in ui test code.jam@chromium.org2012-07-101-9/+0
* Move TabStripModelDelegate off Browser into its own class.ben@chromium.org2012-07-101-1/+1
* Moved ExtensionPrefs and related into extensions namespacerdevlin.cronin@chromium.org2012-07-101-6/+6
* Created a confirmation dialog for profile creation from the Settings Page. Ad...hallielaine@chromium.org2012-07-091-1/+1
* browser: Remove fullscreen functions and have callers call FullscreenControll...tfarina@chromium.org2012-07-091-10/+12
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-9/+9
* Move application creation and extension install prompt showing off Browser an...ben@chromium.org2012-07-031-2/+3
* autocomplete: Rename autocomplete.* to autocomplete_input.*.tfarina@chromium.org2012-07-031-3/+3
* Initial refactor of pyautolib and TestingAutomationProvider in preparation fo...craigdh@chromium.org2012-07-021-227/+261
* startup: Put it in chrome namespace.tfarina@chromium.org2012-07-011-8/+8
* Move tab functions off Browser into browser_tabstrip and browser_tabrestore.ben@chromium.org2012-06-291-38/+36
* Move fullscreen_controller* to a subdirectoryscheib@chromium.org2012-06-291-2/+2
* Revert 144610 (speculative; possibly caused http://crbug.com/135059)thakis@chromium.org2012-06-291-261/+227
* autocomplete: Extract AutocompleteController from autocomplete.*.tfarina@chromium.org2012-06-291-0/+1
* First pass at refactoring pyautolib in preparation for removing proxy depende...craigdh@chromium.org2012-06-271-227/+261
* Moves command handling from Browser to a new object, BrowserCommandController.ben@chromium.org2012-06-271-15/+14
* Reverting since this apparently caused Mac perf to suffer. Will break it down...rlp@chromium.org2012-06-251-6/+4
* Move browser commands into a separate file.ben@chromium.org2012-06-251-5/+6
* Feature1:xians@chromium.org2012-06-251-1/+2
* browser: Move autocomplete_edit_model.* and autocomplete_edit_controller.* in...tfarina@chromium.org2012-06-241-5/+5
* autocomplete: Extract the two classes in autocomplete_edit.h into their files.tfarina@chromium.org2012-06-231-1/+1
* Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and rem...thestig@chromium.org2012-06-211-1/+1
* Addded testcases for bookmarks i.e creating/removing/editing bookmarks in mul...kkania@chromium.org2012-06-191-0/+44
* Replace usage of browser::FindBrowserForController with browser::FindBrowserW...ben@chromium.org2012-06-191-3/+4
* Removing usage of profile_->GetHistory() from the codebase in order to remove...rlp@chromium.org2012-06-191-4/+7
* 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