summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/dispatch.cc
Commit message (Expand)AuthorAgeFilesLines
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-15/+56
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-56/+15
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-15/+56
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-3/+3
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-0/+23
* Several bug fixes for the ChromeDriver:kkania@chromium.org2011-03-261-2/+15
* Fix ChromeDriver shutdown due to regression in 76517.kkania@chromium.org2011-03-031-1/+2
* Adding a command line switch for configuring the chromedriver to respond to c...kkania@chromium.org2011-03-021-0/+50
* Cleaning up response.h and moving all of the logic into the .cc file.kkania@chromium.org2011-02-191-9/+10
* Encapsulate HTTP response logic in a single class and remove redundant SendHttp*kkania@chromium.org2011-02-151-131/+90
* Break Session off into a separate Automation class, which is just focused on ...kkania@chromium.org2011-02-031-27/+87
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-24/+15
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-071-7/+9
* Base implementation of WebDriver for Chrome.jmikhail@google.com2010-08-191-0/+199