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
/
session.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix instances where we were using a scoped_ptr on an uninitialized pointer.
kkania@chromium.org
2011-06-07
1
-4
/
+4
*
Return script error message back to the webdriver client. Also, fix a leak in
kkania@chromium.org
2011-06-06
1
-24
/
+24
*
Refactor error handling in chromedriver. Introduce new error class containing...
kkania@chromium.org
2011-05-20
1
-408
/
+386
*
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
thakis@chromium.org
2011-05-19
1
-2
/
+2
*
In ChromeDriver, allow user to specify location of Chrome executable.
hnguyen@chromium.org
2011-05-17
1
-4
/
+7
*
In ChromeDriver, add support for WebDriver's alert commands.
kkania@chromium.org
2011-05-16
1
-1
/
+42
*
In chromedriver, add a session initialization option for setting custom chrom...
jmikhail@google.com
2011-05-13
1
-2
/
+5
*
Use basic password store on Linux for browser tests.
asanka@chromium.org
2011-05-12
1
-1
/
+0
*
Implement ChromeDriver ExecuteAsyncScript and AsyncScript (aka set_script_tim...
hnguyen@chromium.org
2011-04-29
1
-59
/
+100
*
Implementing webdriver advanced controls APIs for chromedriver.
kkania@chromium.org
2011-04-27
1
-3
/
+58
*
Introduce a ChromeDriver automation version constant and a JSON request
kkania@chromium.org
2011-04-07
1
-20
/
+25
*
Additional test fixes for chromedriver:
kkania@chromium.org
2011-04-01
1
-77
/
+171
*
Allow webdriver users to choose between sending the key events when
timothe@chromium.org
2011-03-31
1
-7
/
+25
*
Send screenshots back to the client for debigging
jmikhail@google.com
2011-03-29
1
-0
/
+54
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Return the full cookie details in TestingAutomationProvider and pass around
kkania@chromium.org
2011-03-26
1
-9
/
+66
*
Several bug fixes for the ChromeDriver:
kkania@chromium.org
2011-03-26
1
-1
/
+24
*
Small test and ChromeDriver fixes to enable additional webdriver python tests.
kkania@chromium.org
2011-03-26
1
-5
/
+38
*
In ChromeDriver, fix some cases of clicking elements that require scrolling.
kkania@chromium.org
2011-03-11
1
-107
/
+197
*
Convert ChromeDriver to use only the JSON automation interface.
kkania@chromium.org
2011-03-08
1
-13
/
+25
*
In ChromeDriver, wait for all tabs to stop loading before executing a session...
kkania@chromium.org
2011-02-25
1
-0
/
+11
*
Fix finding the location in view of elements. This fixes mouse commands on sc...
kkania@chromium.org
2011-02-25
1
-4
/
+211
*
Add ChromeDriver support for finding the Chrome exe to launch.
kkania@chromium.org
2011-02-22
1
-3
/
+6
*
Return the version of Chrome when getting the session capabilities instead
kkania@chromium.org
2011-02-22
1
-0
/
+9
*
Implements the mouse commands for webdriver.
jmikhail@google.com
2011-02-22
1
-0
/
+36
*
Implement the target locator commands for ChromeDriver.
kkania@chromium.org
2011-02-17
1
-20
/
+207
*
Updating src/third_party/webdriver/atoms.h with a new version of the file
kkania@chromium.org
2011-02-16
1
-7
/
+8
*
Cookie commands for the webdriver protocol
jmikhail@google.com
2011-02-15
1
-0
/
+58
*
Implement Value command in ChromeDriver.
kkania@chromium.org
2011-02-13
1
-0
/
+43
*
Cleanup more test code.
erg@google.com
2011-02-09
1
-1
/
+3
*
Remove wstring from ChromeDriver.
kkania@chromium.org
2011-02-08
1
-13
/
+10
*
Few fixes to get tests working. Create/delete Automation on session thread,
kkania@chromium.org
2011-02-04
1
-5
/
+14
*
Break Session off into a separate Automation class, which is just focused on ...
kkania@chromium.org
2011-02-03
1
-144
/
+104
*
Split out command IDs from chrome_dll_resource.h.
evan@chromium.org
2010-11-08
1
-1
/
+1
*
Convert LOG(INFO) to VLOG(1) - chrome/test/.
pkasting@chromium.org
2010-10-20
1
-23
/
+16
*
Adding modifications to allow chrome to naviagte to URLs.
jmikhail@google.com
2010-10-07
1
-88
/
+52
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
1
-0
/
+1
*
Base implementation of WebDriver for Chrome.
jmikhail@google.com
2010-08-19
1
-0
/
+288