| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -4/+4 |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Use a direct include of time headers in chrome/test/, chrome/tools/. | avi@chromium.org | 2013-06-28 | 3 | -3/+3 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 3 | -5/+5 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -6/+3 |
* | Use a direct include of strings headers in chrome/test/. | avi@chromium.org | 2013-06-11 | 22 | -31/+31 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 1 | -3/+3 |
* | Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/... | avi@chromium.org | 2013-06-07 | 13 | -13/+13 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -2/+2 |
* | Delete Automation[Tab/Renderer]Helper and fix users. | kkania@chromium.org | 2013-05-24 | 1 | -4/+5 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | chrome: Update the include paths of base/message_loop_proxy.h to its new loca... | tfarina@chromium.org | 2013-05-10 | 2 | -2/+2 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 1 | -3/+3 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 1 | -3/+3 |
* | Move components/zip to third_party/zip | alecflett@chromium.org | 2013-05-03 | 2 | -2/+2 |
* | Kill all chrome processes on linux when shutting down the ProxyLauncher. | tonyg@chromium.org | 2013-05-03 | 1 | -1/+3 |
* | Revert "Move components/zip to third_party/zip", which broke linux and androi... | mattm@chromium.org | 2013-05-02 | 2 | -2/+2 |
* | Move components/zip to third_party/zip | alecflett@chromium.org | 2013-05-02 | 2 | -2/+2 |
* | Fix unitialized variables causing C4703 error in VS2012 | wfh@chromium.org | 2013-04-23 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 8 | -12/+22 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 8 | -22/+12 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 8 | -12/+22 |
* | [components] Make zip a component so that src/chromeos can use it. | phajdan.jr@chromium.org | 2013-04-08 | 2 | -2/+2 |
* | Rewrite scoped_array<T> to scoped_ptr<T[]> in chrome, Linux edition. | dcheng@chromium.org | 2013-04-06 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 1 | -1/+1 |
* | 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 |