summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver
Commit message (Expand)AuthorAgeFilesLines
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-312-2/+4
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-236-18/+345
* Revert 70015 - Implemnts the commands in webdriver to preform searching of el...jmikhail@google.com2010-12-236-345/+18
* Implemnts the commands in webdriver to preform searching of elements on a page.jmikhail@google.com2010-12-236-18/+345
* Add a new GetInstance() method for singleton classes, take 2.satish@chromium.org2010-12-086-5/+12
* Remove pointless `typedef`. Fixes clang build.thakis@chromium.org2010-11-251-1/+1
* Get the current user input speed. The server should return one ofjmikhail@google.com2010-11-254-0/+139
* FBTF: Remove unneeded headers from base/ (part 9)thestig@chromium.org2010-11-201-1/+0
* Split out command IDs from chrome_dll_resource.h.evan@chromium.org2010-11-084-4/+4
* Added the execute command will will run javascript on the remotejmikhail@google.com2010-10-298-15/+327
* Convert LOG(INFO) to VLOG(1) - chrome/test/.pkasting@chromium.org2010-10-209-70/+49
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-0730-217/+729
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* test/webdriver/session_manager.cc: unused return value.hans@chromium.org2010-09-211-2/+1
* FBTF: Remove unneeded headers from base/ (part 8)thestig@chromium.org2010-09-082-3/+1
* Re-lands 58186:bryeung@chromium.org2010-09-032-97/+97
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas...akalin@chromium.org2010-09-022-97/+97
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-022-97/+97
* Revert 58186 - Move the keyboard files from base/ to app/.phajdan.jr@chromium.org2010-09-012-97/+97
* Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-012-97/+97
* 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
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-192-0/+2
* Add proper DEPS for webdriver.phajdan.jr@chromium.org2010-08-191-0/+4
* Base implementation of WebDriver for Chrome.jmikhail@google.com2010-08-1922-0/+2163