| Commit message (Expand) | Author | Age | Files | Lines |
* | Removing base::DictionaryValue::key_iterator which was displaced by Dictionar... | pneubeck@chromium.org | 2013-03-10 | 2 | -14/+13 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 8 | -8/+8 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 6 | -13/+12 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 6 | -12/+13 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 14 | -14/+14 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 1 | -2/+2 |
* | Cleanup: Remove deprecated base::Value methods from various chrome sub-direct... | thestig@chromium.org | 2013-02-15 | 14 | -198/+198 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 12 | -95/+98 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 7 | -24/+25 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -11/+14 |
* | Replaced DictionaryValue::key_iterator by DictionaryValue::Iterator outside o... | pneubeck@chromium.org | 2013-01-18 | 2 | -28/+21 |
* | [chromedriver] Fix capability 'loadAsync' to work with chrome>=23. | kkania@chromium.org | 2013-01-11 | 1 | -0/+13 |
* | [chromedriver] Remove support for simulating OS-level key events. | kkania@chromium.org | 2013-01-09 | 8 | -83/+7 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 6 | -14/+14 |
* | Revert 168239 - Extract SIGPIPE ignoring code to a common place. | dmichael@google.com | 2012-11-16 | 1 | -6/+2 |
* | Extract SIGPIPE ignoring code to a common place. | phajdan.jr@chromium.org | 2012-11-16 | 1 | -2/+6 |
* | Add script for running all chromedriver2 e2e tests. | kkania@chromium.org | 2012-11-15 | 3 | -3/+3 |
* | Create new directory for python test code common across chrome/test subdirs. | kkania@chromium.org | 2012-11-07 | 5 | -148/+22 |
* | Make chromedriver test suites compatible with python2.7 | yang.gu@intel.com | 2012-10-24 | 1 | -1/+3 |
* | Cleanup: Rename to base::SysInfo::CPUArchitecture() to OperatingSystemArchite... | thestig@chromium.org | 2012-10-16 | 1 | -1/+1 |
* | Adds chromedriver support to allow logging into Chrome. | danhn@chromium.org | 2012-10-14 | 6 | -16/+82 |
* | Modify the WebDriver Java test runner to not require a WebDriver checkout. | kkania@chromium.org | 2012-10-03 | 2 | -92/+100 |
* | Allow ChromeDriver send keys to work with form controls. | kkania@chromium.org | 2012-10-02 | 2 | -1/+43 |
* | Manifest version 2 should be the default for platform apps. | mihaip@chromium.org | 2012-09-13 | 1 | -1/+0 |
* | Fix ChromeDriver flakiness with the C# webdriver bindings. | kkania@chromium.org | 2012-08-18 | 8 | -107/+124 |
* | Revert 152037 (looks like the change was innocent) | thakis@chromium.org | 2012-08-17 | 2 | -1/+7 |
* | Revert 151904 (speculative, possibly broke | thakis@chromium.org | 2012-08-17 | 2 | -7/+1 |
* | [ChromeDriver] Disable some unnecessary chrome services at startup. | kkania@chromium.org | 2012-08-16 | 2 | -1/+7 |
* | Updated test due to changes to API for launching app shell. | danhn@chromium.org | 2012-08-15 | 1 | -1/+1 |
* | Added webdriver support for App v2. | danhn@chromium.org | 2012-08-13 | 6 | -26/+82 |
* | Change the type of file_type parameter to int, as the parameter actually take... | haruki@chromium.org | 2012-08-12 | 1 | -3/+2 |
* | Add default testing command line flags in UITestBase instead of ProxyLauncher. | kkania@chromium.org | 2012-08-09 | 2 | -7/+21 |
* | Disable chromedriver testPopupsCanBeResized on windows. | kkania@chromium.org | 2012-08-07 | 1 | -0/+2 |
* | Allow popups, mouselock and https media-stream content by default. | kkania@chromium.org | 2012-08-07 | 9 | -49/+176 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 17 | -69/+75 |
* | Update WebDriver atoms to r17589 to pick up r17582. | kkania@chromium.org | 2012-07-27 | 2 | -0/+51 |
* | Simplify how LayoutBrowserTest scraps a tab. This allows removal of a whole b... | jam@chromium.org | 2012-07-24 | 1 | -1/+1 |
* | Switch to TimeDelta interfaces in chrome automation test infrastructure. | tedvessenes@gmail.com | 2012-07-20 | 1 | -4/+6 |
* | Disable chromedriver MouseEventTests. | kkania@chromium.org | 2012-07-20 | 1 | -1/+2 |
* | Fix 2 ChromeDriver compatibility crashes. | kkania@chromium.org | 2012-07-19 | 1 | -16/+32 |
* | Fixed Chromedriver test (broke when r146698 added errors to NavigationObserver). | craigdh@chromium.org | 2012-07-16 | 1 | -1/+2 |
* | Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infr... | cpu@chromium.org | 2012-07-13 | 1 | -6/+4 |
* | Switch to TimeDelta interfaces in chrome automation test infrastructure. | tedvessenes@gmail.com | 2012-07-13 | 1 | -4/+6 |
* | Disable 2 chromedriver tests | nirnimesh@chromium.org | 2012-07-11 | 1 | -2/+4 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 11 | -11/+0 |
* | Disable chromedriver test: testDetachProcess | nirnimesh@chromium.org | 2012-06-28 | 1 | -1/+2 |
* | Fix several minor ChromeDriver bugs. | kkania@chromium.org | 2012-06-16 | 7 | -10/+22 |
* | Fix 2 more test module renames that occurred after updating the webdriver py ... | kkania@chromium.org | 2012-06-15 | 1 | -2/+2 |
* | Fix test module name in chrome/test/webdriver/test/WEBDRIVER_TESTS to reflect | kkania@chromium.org | 2012-06-15 | 1 | -1/+1 |
* | Refactoring - in python2 |file| is a constructor function for the file type, ... | zori@chromium.org | 2012-06-14 | 1 | -9/+9 |