summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_json_requests.h
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-4/+4
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Support maximize window command.zori@chromium.org2012-06-141-0/+6
* Add a WebDriver API function HeapProrilerDump.dmikurube@chromium.org2012-05-101-0/+10
* Geolocation support for chromedriver, client side.kkania@chromium.org2012-04-271-0/+6
* Implement the webdriver window sizing commands.kkania@chromium.org2012-01-281-0/+10
* Change chromedriver to use the current session key modifier state whenkkania@chromium.org2012-01-101-7/+37
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-161-38/+38
* Change chromedriver to set geolocation/notification content setting defaults ...kkania@chromium.org2011-12-121-0/+16
* Add commands to custom Chrome WebDriver for installing and manipulating exten...kkania@chromium.org2011-12-091-72/+194
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-0/+15
* Remove deprecated cookie automation functions in chromedriver. Also reenablekkania@chromium.org2011-07-211-31/+1
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-121-3/+6
* File upload API in chromedriverhnoda@google.com2011-06-281-0/+12
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-0/+8
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-8/+0
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-0/+8
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-29/+58
* In ChromeDriver, add support for WebDriver's alert commands.kkania@chromium.org2011-05-161-0/+18
* Implementing webdriver advanced controls APIs for chromedriver.kkania@chromium.org2011-04-271-0/+27
* Removing command_execution_timeout_ms in favor of action_max_timeout_ms.hnguyen@chromium.org2011-04-111-0/+1
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-0/+6
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-311-0/+9
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-0/+10
* Return the full cookie details in TestingAutomationProvider and pass aroundkkania@chromium.org2011-03-261-2/+32
* Convert ChromeDriver to use only the JSON automation interface.kkania@chromium.org2011-03-081-2/+155
* Add a NavigateToURL automation method which uses the JSON interface. Use it i...kkania@chromium.org2011-03-031-0/+44