summaryrefslogtreecommitdiffstats
path: root/chrome/test/webdriver
Commit message (Expand)AuthorAgeFilesLines
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-4/+4
* chrome: Migrate from googleurl/ includes to url/ ones. Part 3.tfarina@chromium.org2013-07-041-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Use a direct include of time headers in chrome/test/, chrome/tools/.avi@chromium.org2013-06-283-3/+3
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-243-5/+5
* Define a LoggingSettings struct to use for InitLogging()akalin@chromium.org2013-06-211-6/+3
* Use a direct include of strings headers in chrome/test/.avi@chromium.org2013-06-1122-31/+31
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-3/+3
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-0713-13/+13
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-2/+2
* Delete Automation[Tab/Renderer]Helper and fix users.kkania@chromium.org2013-05-241-4/+5
* content: Move two more url constants into content namespace.tfarina@chromium.org2013-05-151-1/+1
* Cleanup: Remove unneeded base/file_util.h includes in chrome.thestig@chromium.org2013-05-151-1/+0
* chrome: Update the include paths of base/message_loop_proxy.h to its new loca...tfarina@chromium.org2013-05-102-2/+2
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-3/+3
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-3/+3
* Move components/zip to third_party/zipalecflett@chromium.org2013-05-032-2/+2
* Kill all chrome processes on linux when shutting down the ProxyLauncher.tonyg@chromium.org2013-05-031-1/+3
* Revert "Move components/zip to third_party/zip", which broke linux and androi...mattm@chromium.org2013-05-022-2/+2
* Move components/zip to third_party/zipalecflett@chromium.org2013-05-022-2/+2
* Fix unitialized variables causing C4703 error in VS2012wfh@chromium.org2013-04-231-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-12/+22
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-098-22/+12
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-098-12/+22
* [components] Make zip a component so that src/chromeos can use it.phajdan.jr@chromium.org2013-04-082-2/+2
* Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition.dcheng@chromium.org2013-04-061-1/+1
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-1/+1
* Removing base::DictionaryValue::key_iterator which was displaced by Dictionar...pneubeck@chromium.org2013-03-102-14/+13
* chrome: Update include paths of string_split.h to its new location.tfarina@chromium.org2013-02-288-8/+8
* Revert 184352brettw@chromium.org2013-02-246-13/+12
* Add utf_string_conversions to base namespace.brettw@chromium.org2013-02-246-12/+13
* Move file_path.h to base/files.brettw@chromium.org2013-02-2414-14/+14
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-2/+2
* Cleanup: Remove deprecated base::Value methods from various chrome sub-direct...thestig@chromium.org2013-02-1514-198/+198
* Move FilePath->base::FilePathbrettw@chromium.org2013-02-1112-95/+98
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-087-24/+25
* Add FilePath to base namespace.brettw@chromium.org2013-02-022-11/+14
* Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o...pneubeck@chromium.org2013-01-182-28/+21
* [chromedriver] Fix capability 'loadAsync' to work with chrome>=23.kkania@chromium.org2013-01-111-0/+13
* [chromedriver] Remove support for simulating OS-level key events.kkania@chromium.org2013-01-098-83/+7
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-166-14/+14
* Revert 168239 - Extract SIGPIPE ignoring code to a common place.dmichael@google.com2012-11-161-6/+2
* Extract SIGPIPE ignoring code to a common place.phajdan.jr@chromium.org2012-11-161-2/+6
* Add script for running all chromedriver2 e2e tests.kkania@chromium.org2012-11-153-3/+3
* Create new directory for python test code common across chrome/test subdirs.kkania@chromium.org2012-11-075-148/+22
* Make chromedriver test suites compatible with python2.7yang.gu@intel.com2012-10-241-1/+3
* Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite...thestig@chromium.org2012-10-161-1/+1
* Adds chromedriver support to allow logging into Chrome.danhn@chromium.org2012-10-146-16/+82
* Modify the WebDriver Java test runner to not require a WebDriver checkout.kkania@chromium.org2012-10-032-92/+100