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
*
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
*
Fix TestingAutomationProvider::SimulateAsanMemoryBug.
glotov@google.com
2012-05-23
1
-4
/
+10
*
Remove extension application launch code from Browser
benwells@chromium.org
2012-05-23
1
-2
/
+3
*
Get rid of the RenderViewType concept in content, since it was only used by C...
jam@chromium.org
2012-05-23
1
-4
/
+6
*
Move Extension into extensions namespace
aa@chromium.org
2012-05-21
1
-6
/
+10
*
Move application lifetime functionality off BrowserList.
ben@chromium.org
2012-05-18
1
-2
/
+4
*
Move NativeWebKeyboardEvent to the content namespace.
jam@chromium.org
2012-05-18
1
-0
/
+1
*
Implement positive test for Address Sanitizer in Chrome
glotov@google.com
2012-05-18
1
-0
/
+13
*
Plumb event flags (shift/alt/ctrl modifiers) for drag/drop events to WebKit.
varunjain@chromium.org
2012-05-17
1
-2
/
+2
*
Remove all the unnused automation IPCs. These were used by UI tests that have...
jam@chromium.org
2012-05-17
1
-564
/
+1
*
Moves methods for finding browsers to browser_finder.
sky@chromium.org
2012-05-16
1
-6
/
+7
*
Rewrite base::JSONReader to be 35-40% faster, depending on the input string.
rsesek@chromium.org
2012-05-16
1
-3
/
+1
*
Convert the keyboard access interactive ui_test use InProcessBrowserTest. Def...
jam@chromium.org
2012-05-16
1
-12
/
+0
*
Convert the CollectedCookies interactive_ui_tests to a browser_test.
jam@chromium.org
2012-05-15
1
-15
/
+0
*
[chromeos] Fix Logout automation when no browser windows are present.
nirnimesh@chromium.org
2012-05-15
1
-0
/
+1
*
Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...
jam@chromium.org
2012-05-14
1
-18
/
+0
*
Change name of location_entry accessor in LocationBar to GetLocationEntry to ...
dominich@chromium.org
2012-05-10
1
-4
/
+4
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-1
/
+0
*
Revert 136337 - Rename BrowserInit to StartupBrowserCreator, and move into st...
ben@chromium.org
2012-05-10
1
-0
/
+1
*
Rename BrowserInit to StartupBrowserCreator, and move into startup subdir.
ben@chromium.org
2012-05-10
1
-1
/
+0
*
Load only blocked plug-ins when allowing plug-ins from infobars.
bauerb@chromium.org
2012-05-09
1
-1
/
+2
*
Add plumbing for file display names for drag and drop
satorux@chromium.org
2012-05-09
1
-1
/
+2
*
Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...
rvargas@google.com
2012-05-07
1
-0
/
+17
*
Do not remove automation when all browser windows close on ChromeOS and Mac
nirnimesh@chromium.org
2012-05-07
1
-0
/
+2
*
Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...
jam@chromium.org
2012-05-07
1
-17
/
+0
*
Fix Instant pyauto tests.
sreeram@chromium.org
2012-05-05
1
-0
/
+20
*
Rewrite the Login() automation hook for chromeos.
craigdh@chromium.org
2012-05-05
1
-1
/
+2
*
Make the Geoposition helper struct public
bartfab@chromium.org
2012-05-02
1
-1
/
+8
*
Added RefreshPolicies to PolicyService.
joaodasilva@chromium.org
2012-05-02
1
-15
/
+28
[next]