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
/
test
/
webdriver
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed failing Autofill test by changing the URL from chrome://settings/autoFi...
dyu@chromium.org
2011-04-08
1
-4
/
+47
*
Introduce a ChromeDriver automation version constant and a JSON request
kkania@chromium.org
2011-04-07
12
-58
/
+206
*
Additional test fixes for chromedriver:
kkania@chromium.org
2011-04-01
13
-158
/
+263
*
Disable failing QA autofill test and fix native events test.
kkania@chromium.org
2011-03-31
1
-12
/
+12
*
Allow webdriver users to choose between sending the key events when
timothe@chromium.org
2011-03-31
8
-19
/
+123
*
Fixed Autofill functional test in ChromeDriver.
dyu@chromium.org
2011-03-31
1
-2
/
+7
*
Added a test for Autofill to check the postal code and state label change bas...
dyu@chromium.org
2011-03-31
2
-0
/
+65
*
Send screenshots back to the client for debigging
jmikhail@google.com
2011-03-29
14
-20
/
+287
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
13
-16
/
+16
*
Return the full cookie details in TestingAutomationProvider and pass around
kkania@chromium.org
2011-03-26
10
-149
/
+327
*
Several bug fixes for the ChromeDriver:
kkania@chromium.org
2011-03-26
10
-24
/
+133
*
In chromedriver, fix and cleanup the command to get the page source.
kkania@chromium.org
2011-03-26
3
-21
/
+14
*
Small test and ChromeDriver fixes to enable additional webdriver python tests.
kkania@chromium.org
2011-03-26
9
-84
/
+242
*
autofill: Rename all the entries remaining with AutoFill to Autofill.
tfarina@chromium.org
2011-03-21
1
-6
/
+6
*
Chromedriver should return cookie expirations in seconds since UTC epoch, not...
kkania@chromium.org
2011-03-19
6
-42
/
+301
*
Pull in a new version of the webdriver python bindings. Update test code
kkania@chromium.org
2011-03-12
3
-30
/
+11
*
In ChromeDriver, fix some cases of clicking elements that require scrolling.
kkania@chromium.org
2011-03-11
16
-217
/
+485
*
Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-08
7
-253
/
+134
*
Add a NavigateToURL automation method which uses the JSON interface. Use it i...
kkania@chromium.org
2011-03-03
2
-7
/
+35
*
Fix ChromeDriver shutdown due to regression in 76517.
kkania@chromium.org
2011-03-03
1
-1
/
+2
*
Adding a command line switch for configuring the chromedriver to respond to c...
kkania@chromium.org
2011-03-02
8
-96
/
+261
*
In ChromeDriver, wait for all tabs to stop loading before executing a session...
kkania@chromium.org
2011-02-25
5
-0
/
+28
*
Fix finding the Chrome executable to use for ChromeDriver. Also, add some fla...
kkania@chromium.org
2011-02-25
1
-46
/
+60
*
Fix finding the location in view of elements. This fixes mouse commands on sc...
kkania@chromium.org
2011-02-25
16
-212
/
+490
*
Add ChromeDriver support for finding the Chrome exe to launch.
kkania@chromium.org
2011-02-22
9
-53
/
+210
*
Return the version of Chrome when getting the session capabilities instead
kkania@chromium.org
2011-02-22
5
-11
/
+34
*
Implements the mouse commands for webdriver.
jmikhail@google.com
2011-02-22
7
-42
/
+369
*
Implement keycode/text conversion on mac for chromedriver.
kkania@chromium.org
2011-02-22
8
-89
/
+421
*
Implement several ChromeDriver commands based on the javascript atoms.
kkania@chromium.org
2011-02-20
6
-22
/
+715
*
Fix conversion from double to int warning.
kkania@chromium.org
2011-02-20
1
-1
/
+1
*
Fix build by updating implicit_wait_command_unittest to use new Response clas...
kkania@chromium.org
2011-02-20
1
-5
/
+4
*
Fix a bug in ImplicitWaitCommand: we must explicitly check if the ms param
kkania@chromium.org
2011-02-20
6
-28
/
+136
*
Fix build. Forgot to explictly add file while patching.
kkania@chromium.org
2011-02-19
1
-0
/
+78
*
Cleaning up response.h and moving all of the logic into the .cc file.
kkania@chromium.org
2011-02-19
29
-161
/
+140
*
Fix command handler for /session/:sessionId/execute (execute_script) for
kkania@chromium.org
2011-02-18
3
-69
/
+17
*
Fix chromium-style compile error that got in the tree since yesterday.
erg@google.com
2011-02-17
4
-11
/
+45
*
Implement the target locator commands for ChromeDriver.
kkania@chromium.org
2011-02-17
14
-143
/
+734
*
Updating src/third_party/webdriver/atoms.h with a new version of the file
kkania@chromium.org
2011-02-16
8
-75
/
+41
*
Implement keycode/text conversion for ChromeDriver on Linux, which is needed
kkania@chromium.org
2011-02-16
3
-1
/
+59
*
Cookie commands for the webdriver protocol
jmikhail@google.com
2011-02-15
17
-12
/
+652
*
Even more test cleanup. Some fixes to non-test code that's regressed.
erg@google.com
2011-02-15
14
-60
/
+211
*
Fix clang bot by dropping extra const in return values.
kkania@chromium.org
2011-02-15
2
-4
/
+4
*
Encapsulate HTTP response logic in a single class and remove redundant SendHttp*
kkania@chromium.org
2011-02-15
6
-133
/
+559
*
More test out-of-lining.
erg@google.com
2011-02-14
6
-18
/
+57
*
Use the hostname instead of the IP address for WebDriver sessions. This requi...
kkania@chromium.org
2011-02-13
4
-100
/
+21
*
Fix build warning from uninitialized variable.
kkania@chromium.org
2011-02-13
1
-1
/
+3
*
Implement Value command in ChromeDriver.
kkania@chromium.org
2011-02-13
15
-129
/
+834
*
SessionManager::GenerateSessionID() was generating IDs that were not suitable...
jleyba@google.com
2011-02-11
5
-29
/
+37
*
Migrate Event API methods to Google Style.
ben@chromium.org
2011-02-10
2
-6
/
+5
*
Cleanup more test code.
erg@google.com
2011-02-09
12
-29
/
+84
[next]