summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver/session_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* [chromedriver] Add webdriver prefix to webdriver-only source files. Remove un...kkania@chromium.org2011-08-171-59/+0
* In chromedriver, redirect to a relative URI on session creation.kkania@chromium.org2011-07-261-24/+0
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+0
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-6/+2
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-2/+6
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-6/+2
* Fix minor issues in ChromeDriver:kkania@chromium.org2011-05-241-8/+0
* Adding a command line switch for configuring the chromedriver to respond to c...kkania@chromium.org2011-03-021-2/+10
* Add ChromeDriver support for finding the Chrome exe to launch.kkania@chromium.org2011-02-221-0/+12
* Implement the target locator commands for ChromeDriver.kkania@chromium.org2011-02-171-27/+10
* Use the hostname instead of the IP address for WebDriver sessions. This requi...kkania@chromium.org2011-02-131-89/+15
* SessionManager::GenerateSessionID() was generating IDs that were not suitable...jleyba@google.com2011-02-111-24/+3
* Cleanup more test code.erg@google.com2011-02-091-1/+5
* Fix clang bot by returning NULL instead of false.kkania@chromium.org2011-02-031-1/+1
* Break Session off into a separate Automation class, which is just focused on ...kkania@chromium.org2011-02-031-31/+27
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-111-15/+13
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-081-0/+5
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-201-5/+5
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-071-78/+14
* test/webdriver/session_manager.cc: unused return value.hans@chromium.org2010-09-211-2/+1
* Fix chromedriver to handle new distinction between AutomationProvider and Tes...jrg@chromium.org2010-08-271-1/+1
* Fix in webdriver.phajdan.jr@chromium.org2010-08-191-1/+2
* Base implementation of WebDriver for Chrome.jmikhail@google.com2010-08-191-0/+251