| Commit message (Expand) | Author | Age | Files | Lines |
* | Move Singleton and related structs to namespace base | olli.raula | 2015-09-10 | 2 | -2/+2 |
* | Cleanup VersionInfo after componentization. | sdefresne | 2015-08-03 | 1 | -5/+4 |
* | Apply automated fixits for Chrome clang plugin to chrome. | dcheng | 2015-04-29 | 1 | -9/+5 |
* | [sql] Clients should use sql::Connection::Delete(). | shess | 2015-04-09 | 1 | -1/+1 |
* | Split ValueSerializer into separate Serializer and Deserializer classes. | prashhir | 2015-03-05 | 1 | -1/+1 |
* | replace COMPILE_ASSERT with static_assert in chrome/browser/ | mostynb | 2014-12-23 | 1 | -2/+2 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-22 | 4 | -10/+8 |
* | Use FilePath in favor of string16 and wchar_t* in some Windows installer code. | grt | 2014-12-05 | 1 | -1/+1 |
* | Move constants used by history component to history namespace. | naiem.shaik | 2014-11-30 | 1 | -2/+3 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-30 | 2 | -8/+6 |
* | Standardize usage of virtual/override/final in chrome/browser/ | Daniel Cheng | 2014-10-21 | 7 | -38/+39 |
* | replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* | mostynb | 2014-10-13 | 7 | -35/+35 |
* | Simplify VersionInfo code, avoid hitting sandbox IPC constantly on Windows | scottmg | 2014-10-07 | 1 | -4/+0 |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Change base/file_utils.h includes to base/files/file_utils.h in chrome/ | thestig | 2014-08-26 | 3 | -3/+3 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -2/+2 |
* | Cleanup: Remove unneeded #includes for grit/, ui/base/l10n/l10n_util.h and ui... | thestig@chromium.org | 2014-08-08 | 1 | -2/+0 |
* | Remove recovery diagnostics for the archived history database. | engedy@chromium.org | 2014-07-02 | 5 | -18/+7 |
* | Revert 276998 "Remove recovery diagnostics for the archived hist..." | kalman@chromium.org | 2014-06-13 | 5 | -6/+18 |
* | Remove recovery diagnostics for the archived history database. | engedy@chromium.org | 2014-06-13 | 5 | -18/+6 |
* | Remove MakeSqliteAppCacheDbTest | pilgrim@chromium.org | 2014-06-11 | 3 | -18/+4 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-27 | 2 | -16/+10 |
* | Move bookmarks/core/... to bookmarks/... | naiem.shaik@gmail.com | 2014-05-20 | 1 | -1/+1 |
* | Revert 270872 "Move all callers of GetHomeDir() to PathService::..." | benwells@chromium.org | 2014-05-16 | 1 | -5/+2 |
* | Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME). | nkostylev@chromium.org | 2014-05-16 | 1 | -2/+5 |
* | Move kBookmarksFileName from chrome into components/bookmarks. | tfarina@chromium.org | 2014-04-12 | 1 | -1/+2 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 2 | -3/+8 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Revert 242454 "Revert 242450 "Update some uses of UTF conversion..." | avi@chromium.org | 2013-12-24 | 2 | -7/+8 |
* | Revert 242450 "Update some uses of UTF conversions in chrome/bro..." | avi@chromium.org | 2013-12-24 | 2 | -8/+7 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 2 | -7/+8 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 1 | -3/+4 |
* | Replace string16 with base::string16. | brettw@chromium.org | 2013-12-04 | 1 | -3/+3 |
* | Move GetFileSize, NormalizeFilePath to base namespace | brettw@chromium.org | 2013-12-04 | 1 | -2/+2 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -2/+2 |
* | This removes me from the OWNERS files for which I was a member | gspencer@chromium.org | 2013-10-11 | 1 | -1/+0 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -1/+1 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -1/+1 |
* | This adds UMA metrics for the diagnostics recovery mode that is invoked when ... | gspencer@chromium.org | 2013-08-23 | 14 | -353/+579 |
* | 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 |