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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Login and screen locker automation hooks. These are now all directly usable i...
dtu@chromium.org
2011-03-11
1
-3
/
+6
*
autofill: Rename AutoFillProfile to AutofillProfile.
tfarina@chromium.org
2011-03-10
1
-6
/
+6
*
Add network testing automation hooks GetNetworkInfo() and ConnectToWifiNetwor...
dtu@chromium.org
2011-03-10
1
-0
/
+4
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-08
1
-14
/
+167
*
autofill: Rename AutoFillField to AutofillField.
tfarina@chromium.org
2011-03-04
1
-1
/
+1
*
Add a NavigateToURL automation method which uses the JSON interface. Use it i...
kkania@chromium.org
2011-03-03
1
-0
/
+16
*
New automation hooks to get/set the thumbnail/menu modes for NTP sections.
nirnimesh@chromium.org
2011-03-03
1
-0
/
+22
*
autofill: Rename AutoFillFieldType to AutofillFieldType.
tfarina@chromium.org
2011-03-01
1
-2
/
+2
*
In ChromeDriver, wait for all tabs to stop loading before executing a session...
kkania@chromium.org
2011-02-25
1
-0
/
+4
*
Implements the mouse commands for webdriver.
jmikhail@google.com
2011-02-22
1
-0
/
+11
*
Implement the target locator commands for ChromeDriver.
kkania@chromium.org
2011-02-17
1
-0
/
+4
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-8
/
+8
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
1
-8
/
+8
*
Cleanup:
pkasting@chromium.org
2011-02-08
1
-3
/
+3
*
Importer: Remove ImporterList from ImporterHost and the pass-through methods.
jhawkins@chromium.org
2011-02-03
1
-3
/
+2
*
- Add ChromeOS login and lock screen automation hooks.
dtu@chromium.org
2011-02-01
1
-1
/
+18
*
Adds a command to the AutomationProvider for sending WebKeyboardEvents to the...
kkania@chromium.org
2011-01-31
1
-0
/
+7
*
Couple of changes in hopes of finally making ShareProcessesOnRestore
sky@chromium.org
2011-01-31
1
-0
/
+2
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-4
/
+4
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-4
/
+4
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-4
/
+4
*
Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...
pkasting@chromium.org
2011-01-21
1
-2
/
+3
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
1
-1
/
+1
*
Clean up Automation and Chrome Frame IPC code.-only use routed messages when ...
jam@chromium.org
2010-12-23
1
-7
/
+0
*
Adding automation proxy hook for accessing information related to omnibox ins...
ace@chromium.org
2010-12-23
1
-0
/
+6
*
Fix pyauto flakiness by waiting for notification that the renderer process'
kkania@chromium.org
2010-12-14
1
-0
/
+6
*
Importer: Fix ImporterList::DetectSourceProfiles to run on the FILE thread, as
jhawkins@chromium.org
2010-12-07
1
-6
/
+28
*
Add pyauto hook for getting and manipulating the data underneath the NTP.
kkania@chromium.org
2010-11-19
1
-0
/
+32
*
Add tab proxy call for taking a snapshot of the entire page.
kkania@chromium.org
2010-11-12
1
-0
/
+5
*
Part 3 of reapplying r64637.
erg@google.com
2010-11-12
1
-2
/
+2
*
PyAuto hooks for Sync in TestingAutomationProvider
rsimha@chromium.org
2010-11-03
1
-0
/
+35
*
Revert "Refactor automation messages." due to mysterious problems on mac.
erg@google.com
2010-11-01
1
-2
/
+2
*
Refactor automation messages.
erg@google.com
2010-11-01
1
-2
/
+2
*
Add pyauto hook for HTML5 notifications, tests, and helpers.
kkania@chromium.org
2010-10-26
1
-0
/
+18
*
Coverity: Fix several pass-by-values.
jhawkins@chromium.org
2010-10-26
1
-2
/
+2
*
Add UI test for click-to-play.
bauerb@chromium.org
2010-10-25
1
-0
/
+3
*
PyAuto automation support for blocked popups
nirnimesh@chromium.org
2010-10-13
1
-0
/
+12
*
Make sure the download status in the application icon is updated
phajdan.jr@chromium.org
2010-10-13
1
-3
/
+1
*
Adding automation hooks for editing search engines.
ace@chromium.org
2010-10-12
1
-5
/
+21
*
Automation support for Find on a given page and return the search count
nirnimesh@chromium.org
2010-10-08
1
-8
/
+6
*
Improve flaky ui_test AutomationProxyVisibleTest.AutocompleteMatchesTest
jknotten@chromium.org
2010-09-24
1
-0
/
+4
*
FBTF: Move a bunch of code to the headers and remove includes.
erg@google.com
2010-09-22
1
-1
/
+2
*
Adding automation hook GetSearchEngineInfo, accessible through json automatio...
ace@chromium.org
2010-09-17
1
-0
/
+12
*
GTTF: Move some more bits of automation code from AutomationProvider to Testi...
phajdan.jr@chromium.org
2010-09-09
1
-0
/
+14
*
GTTF: Make WaitForInfoBarCount not Sleep.
phajdan.jr@chromium.org
2010-09-08
1
-0
/
+4
*
GTTF: Make WaitForTabCountToBecome automation call not Sleep.
phajdan.jr@chromium.org
2010-09-07
1
-0
/
+4
*
Revert 58563 - GTTF: Make WaitForTabCountToBecome automation call not Sleep.
gavinp@chromium.org
2010-09-04
1
-4
/
+0
*
GTTF: Make WaitForTabCountToBecome automation call not Sleep.
phajdan.jr@chromium.org
2010-09-03
1
-0
/
+4
*
GTTF: Move pyauto automation provider code to TestingAutomationProvider
phajdan.jr@chromium.org
2010-09-02
1
-0
/
+250
[next]