index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
automation
/
testing_automation_provider.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Instant stuff off Browser.
ben@chromium.org
2012-07-11
1
-2
/
+3
*
Fix the pyauto test that I broke in r145946.
jam@chromium.org
2012-07-11
1
-7
/
+7
*
Get rid of browser::FindTabbedBrowser call in pyauto's OpenProfileWindow. The...
jam@chromium.org
2012-07-10
1
-11
/
+0
*
Remove browser::FindTabbedBrowser call in ui test code.
jam@chromium.org
2012-07-10
1
-9
/
+0
*
Move TabStripModelDelegate off Browser into its own class.
ben@chromium.org
2012-07-10
1
-1
/
+1
*
Moved ExtensionPrefs and related into extensions namespace
rdevlin.cronin@chromium.org
2012-07-10
1
-6
/
+6
*
Created a confirmation dialog for profile creation from the Settings Page. Ad...
hallielaine@chromium.org
2012-07-09
1
-1
/
+1
*
browser: Remove fullscreen functions and have callers call FullscreenControll...
tfarina@chromium.org
2012-07-09
1
-10
/
+12
*
[Sync] Move ModelType and related classes to 'syncer' namespace
akalin@chromium.org
2012-07-03
1
-9
/
+9
*
Move application creation and extension install prompt showing off Browser an...
ben@chromium.org
2012-07-03
1
-2
/
+3
*
autocomplete: Rename autocomplete.* to autocomplete_input.*.
tfarina@chromium.org
2012-07-03
1
-3
/
+3
*
Initial refactor of pyautolib and TestingAutomationProvider in preparation fo...
craigdh@chromium.org
2012-07-02
1
-227
/
+261
*
startup: Put it in chrome namespace.
tfarina@chromium.org
2012-07-01
1
-8
/
+8
*
Move tab functions off Browser into browser_tabstrip and browser_tabrestore.
ben@chromium.org
2012-06-29
1
-38
/
+36
*
Move fullscreen_controller* to a subdirectory
scheib@chromium.org
2012-06-29
1
-2
/
+2
*
Revert 144610 (speculative; possibly caused http://crbug.com/135059)
thakis@chromium.org
2012-06-29
1
-261
/
+227
*
autocomplete: Extract AutocompleteController from autocomplete.*.
tfarina@chromium.org
2012-06-29
1
-0
/
+1
*
First pass at refactoring pyautolib in preparation for removing proxy depende...
craigdh@chromium.org
2012-06-27
1
-227
/
+261
*
Moves command handling from Browser to a new object, BrowserCommandController.
ben@chromium.org
2012-06-27
1
-15
/
+14
*
Reverting since this apparently caused Mac perf to suffer. Will break it down...
rlp@chromium.org
2012-06-25
1
-6
/
+4
*
Move browser commands into a separate file.
ben@chromium.org
2012-06-25
1
-5
/
+6
*
Feature1:
xians@chromium.org
2012-06-25
1
-1
/
+2
*
browser: Move autocomplete_edit_model.* and autocomplete_edit_controller.* in...
tfarina@chromium.org
2012-06-24
1
-5
/
+5
*
autocomplete: Extract the two classes in autocomplete_edit.h into their files.
tfarina@chromium.org
2012-06-23
1
-1
/
+1
*
Cleanup: DeleteTask() no longer exists. Update BrowserThread comments and rem...
thestig@chromium.org
2012-06-21
1
-1
/
+1
*
Addded testcases for bookmarks i.e creating/removing/editing bookmarks in mul...
kkania@chromium.org
2012-06-19
1
-0
/
+44
*
Replace usage of browser::FindBrowserForController with browser::FindBrowserW...
ben@chromium.org
2012-06-19
1
-3
/
+4
*
Removing usage of profile_->GetHistory() from the codebase in order to remove...
rlp@chromium.org
2012-06-19
1
-4
/
+7
*
Remove BrowserList::GetLastActive from extensions install dialog code by plum...
jam@chromium.org
2012-06-15
1
-1
/
+1
*
Support maximize window command.
zori@chromium.org
2012-06-14
1
-1
/
+32
*
Remove AutomationProxy::GetActiveWindow since it's not used anymore after r14...
jam@chromium.org
2012-06-13
1
-10
/
+0
*
Remove BrowserList::GetLastActive from ui_tests
jam@chromium.org
2012-06-13
1
-4
/
+3
*
[pyauto] Add ability to force install an extension with experimental perms
nirnimesh@chromium.org
2012-06-12
1
-0
/
+5
*
TabContentsWrapper -> TabContents, part 43.
avi@chromium.org
2012-06-12
1
-13
/
+8
*
Fixed a bug in the WaitUntilNavigationCompletes automation command.
craigdh@chromium.org
2012-06-08
1
-2
/
+1
*
Refactoring ExtensionInstallUI to abstract the Browser references.
jcivelli@chromium.org
2012-06-08
1
-2
/
+2
*
Switch back to the old method of launching the login flow while keeping some ...
craigdh@chromium.org
2012-06-08
1
-0
/
+1
*
TabContentsWrapper -> TabContents, part 6.
avi@chromium.org
2012-06-08
1
-50
/
+46
*
Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow()
davemoore@chromium.org
2012-06-07
1
-3
/
+3
*
Treat all navigations from automation as being typed from the address bar.
kkania@chromium.org
2012-06-06
1
-4
/
+16
*
Move creation and ownership of DownloadManager from the embedder to content. ...
jam@chromium.org
2012-06-06
1
-6
/
+9
*
[chromeos] PyAuto automation for crosh.
nirnimesh@chromium.org
2012-06-05
1
-0
/
+2
*
Add automation hooks for OOBE transitions.
ivankr@chromium.org
2012-06-04
1
-0
/
+10
*
Teaching BrowsingDataRemover how to delete application data.
mkwst@chromium.org
2012-06-04
1
-1
/
+3
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-05-28
1
-1
/
+1
*
Pass command line arguments onto platform apps which provide the right intent.
benwells@chromium.org
2012-05-26
1
-1
/
+1
*
Make BrowserList::GetLastActive() private, and add a friend list to BrowserLi...
ben@chromium.org
2012-05-25
1
-13
/
+9
*
browser: Rename js_modal_dialog.* to javascript_app_modal_dialog.*
tfarina@chromium.org
2012-05-24
1
-1
/
+1
*
Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Inste...
ben@chromium.org
2012-05-23
1
-2
/
+2
*
[chromedriver] Determine the element location and click synchronously in the ...
kkania@chromium.org
2012-05-23
1
-3
/
+70
[next]