| Commit message (Expand) | Author | Age | Files | Lines |
* | This adds a recovery mode to the diagnostics so that we can | gspencer@chromium.org | 2013-08-07 | 13 | -78/+438 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -3/+3 |
* | This updates and cleans up the chrome diagnostics mode so that it includes so... | gspencer@chromium.org | 2013-07-09 | 15 | -677/+1002 |
* | Use a direct include of time headers in chrome/browser/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Move ComputeDirectorySize to the base namespace. | brettw@chromium.org | 2013-06-22 | 1 | -1/+1 |
* | This adds gspencer to the OWNERS file for diagnostics. | gspencer@chromium.org | 2013-06-20 | 1 | -0/+1 |
* | Use a direct include of strings headers in chrome/browser/d*/. | avi@chromium.org | 2013-06-10 | 5 | -6/+6 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. | avi@chromium.org | 2013-06-09 | 3 | -3/+3 |
* | Move webkit/appcache/* into webkit/{browser,common}/appcache | kinuko@chromium.org | 2013-06-05 | 1 | -1/+1 |
* | Move webkit/database to webkit/browser and webkit/common. Also move content::... | michaeln@google.com | 2013-05-22 | 1 | -1/+1 |
* | Cleanup: Remove unneeded base/file_util.h includes in chrome. | thestig@chromium.org | 2013-05-15 | 1 | -1/+0 |
* | Move c/b/webdata/code which does not depend on chrome/ to components/webdata/ | caitkp@chromium.org | 2013-04-03 | 1 | -1/+1 |
* | Rename sys_string_conversions in chrome. | brettw@chromium.org | 2013-03-28 | 1 | -1/+1 |
* | Remove a few chrome dependencies of c/b/webdata | kaiwang@chromium.org | 2013-03-24 | 1 | -1/+2 |
* | Revert 184352 | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Add utf_string_conversions to base namespace. | brettw@chromium.org | 2013-02-24 | 1 | -3/+3 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 2 | -3/+3 |
* | Merge branch 'master' into file_path_browser | brettw@chromium.org | 2013-02-10 | 4 | -25/+30 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 2 | -5/+5 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. | rsleevi@chromium.org | 2013-02-07 | 5 | -33/+38 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -1/+3 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 2 | -38/+0 |
* | Raze history database if corrupted | pkotwicz@chromium.org | 2012-10-27 | 2 | -10/+4 |
* | Move ErrorDelegate to its own file and add static utility functions to ErrorD... | pkotwicz@chromium.org | 2012-10-18 | 2 | -11/+5 |
* | Revert 152946 - Replace HistoryQuickProvider protobuf-based caching with an S... | ricow@chromium.org | 2012-08-23 | 4 | -20/+4 |
* | Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data... | mrossetti@chromium.org | 2012-08-23 | 4 | -4/+20 |
* | Add more OWNERS inside chrome/browser. | thestig@chromium.org | 2012-08-22 | 1 | -0/+1 |
* | Revert 151419 - Replace HistoryQuickProvider protobuf-based caching with an S... | mrossetti@chromium.org | 2012-08-14 | 4 | -20/+4 |
* | Replace HistoryQuickProvider protobuf-based caching with an SQLite-based data... | mrossetti@chromium.org | 2012-08-14 | 4 | -4/+20 |
* | Remove wchar_t versions of StringPrintf from Android | husky@chromium.org | 2012-08-01 | 1 | -6/+10 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 5 | -5/+0 |
* | Add new ResourceBundle::Delegate interface. | marshall@chromium.org | 2012-05-09 | 1 | -1/+1 |
* | Break two classes defined in json_value_serializer.cc, .h into separate files. | bbudge@chromium.org | 2012-02-26 | 1 | -2/+2 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-20 | 1 | -1/+2 |
* | Reverting to green up the memory waterfall. | jhawkins@chromium.org | 2012-02-19 | 1 | -2/+1 |
* | More SQL statement usage regularization. Back-touch some | gbillock@chromium.org | 2012-02-18 | 1 | -2/+2 |
* | Move creation of BrowserContext objects that live in content to content, inst... | jam@chromium.org | 2012-02-17 | 1 | -1/+2 |
* | Towards an android build of sync_unit_tests | yfriedman@chromium.org | 2012-02-08 | 1 | -0/+2 |
* | content: Modfiy ResourceBundle and content_shell to run with alternative pak ... | erg@chromium.org | 2012-01-28 | 1 | -1/+1 |
* | win/diagnostic mode: Restore "Press [enter] to continue" prompt. | thakis@chromium.org | 2012-01-02 | 1 | -1/+2 |
* | Remove 1 static initializer and some unused code. | thakis@chromium.org | 2011-11-24 | 1 | -27/+11 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -3/+4 |
* | Move json_value_serializer from content/common to base. | dpranke@chromium.org | 2011-10-07 | 1 | -1/+1 |
* | * Make diagnostic mode to work | yosin@chromium.org | 2011-09-13 | 1 | -6/+8 |
* | Change kNotSignedInProfile to kInitialProfile to better reflect its usage. | mirandac@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Fix memory leak in ConflictingDllsTest. | finnur@chromium.org | 2011-08-11 | 1 | -1/+1 |
* | some cleanup for base/stl_util | dilmah@chromium.org | 2011-07-19 | 1 | -1/+1 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 1 | -3/+3 |
* | app: Get rid of app_paths.[cc,h] files. | tfarina@chromium.org | 2011-06-27 | 1 | -2/+0 |