| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete old chromedriver code, and remove mongoose webserver. | kkania@chromium.org | 2013-09-18 | 1 | -55/+0 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Cleanup: Remove deprecated base::Value methods from various chrome sub-direct... | thestig@chromium.org | 2013-02-15 | 1 | -3/+3 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -1/+1 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -2/+2 |
* | Implement log command and prefs for chromedriver. Have separate logs per | kkania@chromium.org | 2011-12-20 | 1 | -37/+2 |
* | Change chromedriver to set geolocation/notification content setting defaults ... | kkania@chromium.org | 2011-12-12 | 1 | -9/+3 |
* | Allow chromedriver to install an extension and get all installed extension IDs. | kkania@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Enhance and refactor ChromeDriver's capability handling. Log warning for | kkania@chromium.org | 2011-10-27 | 1 | -169/+27 |
* | Put zip functions into 'zip' namespace. | satorux@chromium.org | 2011-10-26 | 1 | -1/+1 |
* | Reland 97557; Original review at: http://codereview.chromium.org/7648053 | kkania@chromium.org | 2011-08-22 | 1 | -0/+4 |
* | Revert 97557 - [chromedriver] Add chrome.detach option for configuring Chrome... | nirnimesh@chromium.org | 2011-08-22 | 1 | -4/+0 |
* | [chromedriver] Add chrome.detach option for configuring Chrome not to quit | kkania@chromium.org | 2011-08-20 | 1 | -0/+4 |
* | [chromedriver] Add webdriver prefix to webdriver-only source files. Remove un... | kkania@chromium.org | 2011-08-17 | 1 | -2/+2 |
* | Let pyauto create an attached webdriver instance to manipulate web pages. | kkania@chromium.org | 2011-08-15 | 1 | -21/+22 |
* | Revert 96556 - Let pyauto create an attached webdriver instance to manipulate... | kkania@chromium.org | 2011-08-12 | 1 | -19/+17 |
* | Revert 96562 - Disable pyauto tests on mac that requires py2.6. Fix 2 failing... | kkania@chromium.org | 2011-08-12 | 1 | -6/+7 |
* | Disable pyauto tests on mac that requires py2.6. Fix 2 failing chromedriver | kkania@chromium.org | 2011-08-12 | 1 | -7/+6 |
* | Let pyauto create an attached webdriver instance to manipulate web pages. | kkania@chromium.org | 2011-08-12 | 1 | -17/+19 |
* | Add chrome.loadAsync capability to ChromeDriver, which allows the user not to | kkania@chromium.org | 2011-08-11 | 1 | -20/+30 |
* | Fix testInstallExtensions by adding correct crx files. | hnguyen@chromium.org | 2011-08-04 | 1 | -1/+1 |
* | In chromedriver, add "chrome.extensions" in capabilities so multiple extensio... | hnguyen@chromium.org | 2011-08-01 | 1 | -14/+70 |
* | In chromedriver, redirect to a relative URI on session creation. | kkania@chromium.org | 2011-07-26 | 1 | -2/+5 |
* | In chromedriver, add ability to set custom user profile. | hnguyen@chromium.org | 2011-07-21 | 1 | -1/+42 |
* | In chromedriver, add /log url to get the contents of the chromedriver log | kkania@chromium.org | 2011-06-09 | 1 | -1/+16 |
* | Revert 88492 - In chromedriver, add /log url to get the contents of the chrom... | jamesr@chromium.org | 2011-06-09 | 1 | -16/+1 |
* | In chromedriver, add /log url to get the contents of the chromedriver log | kkania@chromium.org | 2011-06-09 | 1 | -1/+16 |
* | Fix minor issues in ChromeDriver: | kkania@chromium.org | 2011-05-24 | 1 | -34/+47 |
* | Refactor error handling in chromedriver. Introduce new error class containing... | kkania@chromium.org | 2011-05-20 | 1 | -34/+7 |
* | In ChromeDriver, allow user to specify location of Chrome executable. | hnguyen@chromium.org | 2011-05-17 | 1 | -3/+6 |
* | In chromedriver, add a session initialization option for setting custom chrom... | jmikhail@google.com | 2011-05-13 | 1 | -11/+42 |
* | Implementing webdriver advanced controls APIs for chromedriver. | kkania@chromium.org | 2011-04-27 | 1 | -2/+2 |
* | Introduce a ChromeDriver automation version constant and a JSON request | kkania@chromium.org | 2011-04-07 | 1 | -3/+30 |
* | Allow webdriver users to choose between sending the key events when | timothe@chromium.org | 2011-03-31 | 1 | -1/+7 |
* | Send screenshots back to the client for debigging | jmikhail@google.com | 2011-03-29 | 1 | -1/+8 |
* | Add ChromeDriver support for finding the Chrome exe to launch. | kkania@chromium.org | 2011-02-22 | 1 | -2/+4 |
* | Cleaning up response.h and moving all of the logic into the .cc file. | kkania@chromium.org | 2011-02-19 | 1 | -2/+3 |
* | Implement the target locator commands for ChromeDriver. | kkania@chromium.org | 2011-02-17 | 1 | -13/+5 |
* | More test out-of-lining. | erg@google.com | 2011-02-14 | 1 | -0/+8 |
* | Use the hostname instead of the IP address for WebDriver sessions. This requi... | kkania@chromium.org | 2011-02-13 | 1 | -1/+1 |
* | Break Session off into a separate Automation class, which is just focused on ... | kkania@chromium.org | 2011-02-03 | 1 | -4/+15 |
* | Cleanup: Remove unneeded includes of chrome_switches.h. | thestig@chromium.org | 2011-01-11 | 1 | -2/+0 |
* | Add a new GetInstance() method for singleton classes, take 2. | satish@chromium.org | 2010-12-08 | 1 | -1/+1 |
* | Split out command IDs from chrome_dll_resource.h. | evan@chromium.org | 2010-11-08 | 1 | -1/+1 |
* | Convert LOG(INFO) to VLOG(1) - chrome/test/. | pkasting@chromium.org | 2010-10-20 | 1 | -1/+1 |
* | Adding modifications to allow chrome to naviagte to URLs. | jmikhail@google.com | 2010-10-07 | 1 | -9/+11 |
* | Base implementation of WebDriver for Chrome. | jmikhail@google.com | 2010-08-19 | 1 | -0/+34 |