| Commit message (Expand) | Author | Age | Files | Lines |
* | chrome: Migrate from googleurl/ includes to url/ ones. Part 3. | tfarina@chromium.org | 2013-07-04 | 1 | -1/+1 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Revert r206949 - "Start moving breakpad integration to a component." | jochen@chromium.org | 2013-06-29 | 2 | -4/+3 |
* | Use a direct include of time headers in chrome/test/, chrome/tools/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Start moving breakpad integration to a component. | jochen@chromium.org | 2013-06-18 | 2 | -3/+4 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 3 | -3/+3 |
* | Use a direct include of strings headers in chrome/test/. | avi@chromium.org | 2013-06-11 | 2 | -3/+3 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 2 | -12/+14 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 2 | -2/+2 |
* | content: Move two more url constants into content namespace. | tfarina@chromium.org | 2013-05-15 | 1 | -1/+1 |
* | chrome: Use base::MessageLoop. (Part 1) | xhwang@chromium.org | 2013-05-10 | 1 | -2/+2 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 2 | -14/+12 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 2 | -12/+14 |
* | Move path functions from file_util to FilePath object. | brettw@chromium.org | 2013-04-12 | 1 | -3/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | [Cleanup] Remove StringPrintf from global namespace | groby@chromium.org | 2013-03-18 | 2 | -3/+3 |
* | Pass crash dump directory through ClientInfo | chrisphan@chromium.org | 2013-03-15 | 1 | -22/+3 |
* | content: Move more constants from url_constants.h into content namespace. | tfarina@chromium.org | 2013-03-02 | 2 | -2/+2 |
* | chrome: Update include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-02-28 | 1 | -1/+1 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 2 | -3/+3 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 2 | -3/+3 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 2 | -2/+2 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -2/+2 |
* | Move FilePath->base::FilePath | brettw@chromium.org | 2013-02-11 | 3 | -57/+58 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 2 | -2/+2 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 1 | -8/+11 |
* | Get rid of ui_controls.h usage in shipping browser code. In a followup change... | jam@chromium.org | 2013-01-11 | 6 | -271/+20 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -4/+6 |
* | Add support for running multiple browser instances with reliability tests. | chrisphan@chromium.org | 2012-11-13 | 1 | -4/+24 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-11-08 | 1 | -1/+2 |
* | Revert 165702 - Add support for running multiple browser instances with relia... | vandebo@chromium.org | 2012-11-02 | 1 | -27/+8 |
* | Add support for running multiple browser instances with reliability tests. | chrisphan@chromium.org | 2012-11-02 | 1 | -8/+27 |
* | Revert 165062 - We believe this change broke startup_tests | nsylvain@chromium.org | 2012-11-01 | 1 | -2/+1 |
* | Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po... | zelidrag@chromium.org | 2012-10-30 | 1 | -1/+2 |
* | Move the bits of Prefs where production code has only trivially easy | joi@chromium.org | 2012-10-22 | 1 | -1/+1 |
* | events: Move some files into ui/base/events/ | sadrul@chromium.org | 2012-09-04 | 1 | -1/+1 |
* | Final set of conversions of automation calls to the JSON interface. | craigdh@chromium.org | 2012-08-13 | 3 | -27/+0 |
* | Simplify how LayoutBrowserTest scraps a tab. This allows removal of a whole b... | jam@chromium.org | 2012-07-24 | 1 | -0/+1 |
* | Switch to TimeDelta interfaces in chrome automation test infrastructure. | tedvessenes@gmail.com | 2012-07-20 | 1 | -2/+2 |
* | Revert 146656 - Switch to TimeDelta interfaces in chrome automation test infr... | cpu@chromium.org | 2012-07-13 | 1 | -2/+2 |
* | Switch to TimeDelta interfaces in chrome automation test infrastructure. | tedvessenes@gmail.com | 2012-07-13 | 1 | -2/+2 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 2 | -2/+0 |
* | Remove browser::FindTabbedBrowser call in ui test code. | jam@chromium.org | 2012-07-10 | 1 | -6/+10 |
* | Remove BrowserList::GetLastActive from ui_tests | jam@chromium.org | 2012-06-13 | 1 | -1/+2 |
* | Add alternative path for breakpad dump location. | chrisphan@chromium.org | 2012-05-17 | 1 | -2/+12 |
* | Move libxml_utils from chrome/common to third_party/libxml/chromium. | dtu@chromium.org | 2012-05-15 | 2 | -2/+2 |
* | Delete the remaining files in ui_tests which were testing ui_test harness. Re... | jam@chromium.org | 2012-05-04 | 1 | -435/+0 |
* | Open the 'history' page using a short URL, this restores extension overriding... | csilv@chromium.org | 2012-03-29 | 1 | -1/+1 |