| Commit message (Expand) | Author | Age | Files | Lines |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | Adds chromedriver support to allow logging into Chrome. | danhn@chromium.org | 2012-10-14 | 1 | -0/+1 |
* | Allow ChromeDriver send keys to work with form controls. | kkania@chromium.org | 2012-10-02 | 1 | -1/+9 |
* | Allow popups, mouselock and https media-stream content by default. | kkania@chromium.org | 2012-08-07 | 1 | -2/+18 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -2/+7 |
* | Fix several minor ChromeDriver bugs. | kkania@chromium.org | 2012-06-16 | 1 | -0/+1 |
* | Support maximize window command. | zori@chromium.org | 2012-06-14 | 1 | -1/+11 |
* | Add a WebDriver API function HeapProrilerDump. | dmikurube@chromium.org | 2012-05-10 | 1 | -0/+14 |
* | [chromedriver] Identify a frame using a unique ID instead of by index or name. | kkania@chromium.org | 2012-05-09 | 1 | -23/+24 |
* | Geolocation support for chromedriver, client side. | kkania@chromium.org | 2012-04-27 | 1 | -0/+20 |
* | Convert the infobars ui_test to a browser_test. Remove the ExtensionProxy cla... | jam@chromium.org | 2012-04-18 | 1 | -11/+2 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 1 | -1/+1 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -2/+0 |
* | [chromedriver] Add command for uploading a file to a remote ChromeDriver server, | kkania@chromium.org | 2012-03-05 | 1 | -4/+6 |
* | [chromedriver] Add support for setting arbitrary preferences at startup. | kkania@chromium.org | 2012-02-29 | 1 | -0/+28 |
* | Update chromedriver to use webdriver atoms v15724. | kkania@chromium.org | 2012-01-28 | 1 | -1/+1 |
* | Implement the webdriver window sizing commands. | kkania@chromium.org | 2012-01-28 | 1 | -0/+31 |
* | In chromedriver, ignore certificate related errors by default. | kkania@chromium.org | 2012-01-27 | 1 | -0/+3 |
* | Extends chromedriver to support HTML5 storage commands. | kkania@chromium.org | 2012-01-12 | 1 | -19/+97 |
* | Change chromedriver to use the current session key modifier state when | kkania@chromium.org | 2012-01-10 | 1 | -41/+140 |
* | Update Sleep() calls in chrome/test to use TimeDelta instead of ints. | tedvessenes@gmail.com | 2012-01-04 | 1 | -2/+2 |
* | base::Bind: Random remaining cleanups. | jhawkins@chromium.org | 2011-12-23 | 1 | -17/+0 |
* | adding chromedriver keys_command | hnguyen@chromium.org | 2011-12-23 | 1 | -3/+18 |
* | Implement log command and prefs for chromedriver. Have separate logs per | kkania@chromium.org | 2011-12-20 | 1 | -31/+56 |
* | Log instead of returning an error if an unreconized webdriver proxy | kkania@chromium.org | 2011-12-19 | 1 | -1/+8 |
* | Have ChromeDriver return the correct error code for alerts. | kkania@chromium.org | 2011-12-16 | 1 | -4/+14 |
* | Change chromedriver to set geolocation/notification content setting defaults ... | kkania@chromium.org | 2011-12-12 | 1 | -62/+126 |
* | Add commands to custom Chrome WebDriver for installing and manipulating exten... | kkania@chromium.org | 2011-12-09 | 1 | -72/+144 |
* | Allow chromedriver to install an extension and get all installed extension IDs. | kkania@chromium.org | 2011-11-29 | 1 | -1/+41 |
* | Don't run the post handler in chromedriver if a termination request is | kkania@chromium.org | 2011-11-03 | 1 | -6/+0 |
* | Don't run the pre and post handlers after chromedriver receives a termination... | kkania@chromium.org | 2011-10-27 | 1 | -0/+6 |
* | Change chromedriver to return the title of the top window, not the current | kkania@chromium.org | 2011-10-06 | 1 | -4/+26 |
* | Revert recent changes to base::Value | stevenjb@google.com | 2011-08-26 | 1 | -2/+2 |
* | base: Add AsList() function to Value API. | tfarina@chromium.org | 2011-08-25 | 1 | -2/+2 |
* | Update webdriver python bindings and pull in new version of the JS atoms. | kkania@chromium.org | 2011-08-23 | 1 | -44/+52 |
* | Reland 97557; Original review at: http://codereview.chromium.org/7648053 | kkania@chromium.org | 2011-08-22 | 1 | -3/+17 |
* | Revert 97557 - [chromedriver] Add chrome.detach option for configuring Chrome... | nirnimesh@chromium.org | 2011-08-22 | 1 | -17/+3 |
* | [chromedriver] Add chrome.detach option for configuring Chrome not to quit | kkania@chromium.org | 2011-08-20 | 1 | -3/+17 |
* | [chromedriver] Add webdriver prefix to webdriver-only source files. Remove un... | kkania@chromium.org | 2011-08-17 | 1 | -0/+1395 |