summaryrefslogtreecommitdiffstats
path: root/chrome/test/automation/automation_json_requests.cc
Commit message (Expand)AuthorAgeFilesLines
* Delete automation code needed by old (and deleted) ChromeDriver.kkania@chromium.org2013-09-241-945/+0
* Make element removal methods in DictionaryValue and ListValue take scoped_ptr...bauerb@chromium.org2013-08-061-6/+5
* Use a direct include of time headers in chrome/test/, chrome/tools/.avi@chromium.org2013-06-281-1/+1
* Use a direct include of strings headers in chrome/test/.avi@chromium.org2013-06-111-1/+1
* Delete Automation[Tab/Renderer]Helper and fix users.kkania@chromium.org2013-05-241-4/+4
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Cleanup: Remove deprecated base::Value methods from various chrome sub-direct...thestig@chromium.org2013-02-151-1/+1
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-111-3/+3
* [chromedriver] Fix capability 'loadAsync' to work with chrome>=23.kkania@chromium.org2013-01-111-0/+3
* Fixed chromedriver error 'missing tab_index' when installing extension.danhn@chromium.org2012-11-011-0/+1
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-1/+1
* Fix 2 ChromeDriver compatibility crashes.kkania@chromium.org2012-07-191-2/+2
* Initial refactor of pyautolib and TestingAutomationProvider in preparation fo...craigdh@chromium.org2012-07-021-2/+2
* Support maximize window command.zori@chromium.org2012-06-141-0/+12
* Add a WebDriver API function HeapProrilerDump.dmikurube@chromium.org2012-05-101-0/+17
* Geolocation support for chromedriver, client side.kkania@chromium.org2012-04-271-0/+10
* Modify the base::JSONReader interface to take a set of options rather than a ...rsesek@chromium.org2012-04-111-1/+2
* Fix extension automation hooks to use the right profile.nirnimesh@chromium.org2012-04-041-0/+12
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+1
* Break two classes defined in json_value_serializer.cc, .h into separate files.bbudge@chromium.org2012-02-261-1/+1
* Implement the webdriver window sizing commands.kkania@chromium.org2012-01-281-0/+20
* Change chromedriver to use the current session key modifier state whenkkania@chromium.org2012-01-101-7/+38
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-161-96/+103
* Don't include too much info in chromedriver errors.kkania@chromium.org2011-12-141-7/+4
* Change chromedriver to set geolocation/notification content setting defaults ...kkania@chromium.org2011-12-121-0/+27
* Add commands to custom Chrome WebDriver for installing and manipulating exten...kkania@chromium.org2011-12-091-119/+275
* Allow chromedriver to install an extension and get all installed extension IDs.kkania@chromium.org2011-11-291-0/+41
* Move json_value_serializer from content/common to base.dpranke@chromium.org2011-10-071-1/+1
* Revert recent changes to base::Valuestevenjb@google.com2011-08-261-4/+4
* base: Add AsList() function to Value API.tfarina@chromium.org2011-08-251-4/+4
* Remove deprecated cookie automation functions in chromedriver. Also reenablekkania@chromium.org2011-07-211-48/+2
* File upload API in chromedriverhnoda@google.com2011-06-281-0/+25
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-28/+23
* Revert 88492 - In chromedriver, add /log url to get the contents of the chrom...jamesr@chromium.org2011-06-091-23/+28
* In chromedriver, add /log url to get the contents of the chromedriver logkkania@chromium.org2011-06-091-28/+23
* Add more logging and error reporting to chromedriver forkkania@chromium.org2011-06-061-5/+36
* Refactor error handling in chromedriver. Introduce new error class containing...kkania@chromium.org2011-05-201-63/+102
* In ChromeDriver, add support for WebDriver's alert commands.kkania@chromium.org2011-05-161-0/+32
* Implementing webdriver advanced controls APIs for chromedriver.kkania@chromium.org2011-04-271-0/+48
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Removing command_execution_timeout_ms in favor of action_max_timeout_ms.hnguyen@chromium.org2011-04-111-2/+5
* Introduce a ChromeDriver automation version constant and a JSON requestkkania@chromium.org2011-04-071-0/+10
* Allow webdriver users to choose between sending the key events whentimothe@chromium.org2011-03-311-0/+16
* Send screenshots back to the client for debiggingjmikhail@google.com2011-03-291-0/+16
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Return the full cookie details in TestingAutomationProvider and pass aroundkkania@chromium.org2011-03-261-0/+44
* Convert ChromeDriver to use only the JSON automation interface.kkania@chromium.org2011-03-081-8/+320
* Add a NavigateToURL automation method which uses the JSON interface. Use it i...kkania@chromium.org2011-03-031-0/+86