| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a direct include of the message_loop header in base/. | avi@chromium.org | 2013-07-18 | 2 | -2/+2 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -1/+1 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -4/+3 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 2 | -12/+12 |
* | Move Copy* into the base namespace. | brettw@chromium.org | 2013-07-09 | 1 | -4/+4 |
* | Move DeleteAfterReboot, Move, and ReplaceFile to base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -1/+1 |
* | Make base compile with no "using base::Value" in values.h | brettw@chromium.org | 2013-06-14 | 18 | -167/+182 |
* | Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-14 | 1 | -1/+1 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/. | dcheng@chromium.org | 2013-06-13 | 1 | -3/+1 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 4 | -48/+39 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 3 | -3/+3 |
* | Use a direct include of strings headers in base/. | avi@chromium.org | 2013-06-10 | 3 | -3/+3 |
* | Use a direct include of utf_string_conversions.h in android_webview/, apps/, ... | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-05-31 | 6 | -25/+20 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Eliminate BrowserProcess dependency from sign-in production code. | joi@chromium.org | 2013-05-18 | 2 | -0/+5 |
* | Revert 198844 "Move sequenced_task_runner to base/task" | dbeam@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | Move sequenced_task_runner to base/task | brettw@chromium.org | 2013-05-08 | 1 | -1/+1 |
* | base/prefs: Make use of ThreadCheck in favor of less inheritance. | tfarina@chromium.org | 2013-04-22 | 2 | -7/+8 |
* | First-run auto-import on Windows reloads the prefs, which marks | dconnelly@chromium.org | 2013-04-09 | 2 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -2/+2 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 2 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -2/+2 |
* | base: Consolidate all test data directories under base/test/data. | tfarina@chromium.org | 2013-04-07 | 6 | -42/+1 |
* | Update readme for Prefs now that it's fully componentized. | joi@chromium.org | 2013-03-22 | 1 | -8/+4 |
* | base/prefs: Remove the public/ directory and move the files to //base/prefs. | tfarina@chromium.org | 2013-03-21 | 8 | -12/+12 |
* | Send pref change notifications when changing the default value for a pref. | bauerb@chromium.org | 2013-03-07 | 4 | -17/+110 |
* | base/prefs: Remove DEPS file. | tfarina@chromium.org | 2013-03-06 | 1 | -10/+0 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 2 | -12/+0 |
* | Fix prefs registration in BrowserInstantController. | joi@chromium.org | 2013-03-02 | 4 | -0/+32 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 4 | -4/+4 |
* | Get rid of the ability to unregister preferences. | joi@chromium.org | 2013-02-21 | 4 | -45/+7 |
* | Remove a TODO that we don't plan to address (at least not for now). Add comme... | joi@chromium.org | 2013-02-21 | 1 | -1/+3 |
* | Replace FilePath with base::FilePath. | brettw@chromium.org | 2013-02-17 | 4 | -42/+48 |
* | Remove PrefServiceBase, since everyone can now depend directly on PrefService. | joi@chromium.org | 2013-02-16 | 10 | -261/+184 |
* | Moving last generic Prefs implementation files to base/prefs/. | joi@chromium.org | 2013-02-14 | 6 | -2/+797 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 17 | -2/+2679 |
* | Move string_number_conversions to base/strings. | brettw@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | base: Convert the remaining uses of MessageLoop::RunUntilIdle to RunLoop vari... | tfarina@chromium.org | 2013-02-06 | 1 | -2/+2 |
* | Revert "GTTF: Add missing virtual destructors." | phajdan.jr@chromium.org | 2013-02-06 | 3 | -6/+2 |
* | Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. | joi@chromium.org | 2013-02-06 | 6 | -27/+22 |
* | GTTF: Add missing virtual destructors. | phajdan.jr@chromium.org | 2013-02-05 | 3 | -2/+6 |
* | base: Convert MessageLoop::RunUntilIdle() cases to base::RunLoop variant. | tfarina@chromium.org | 2013-02-05 | 1 | -2/+3 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -7/+10 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 3 | -118/+16 |
* | Fix flakyness in PrefMemberTest::MoveToThread | qsr@chromium.org | 2012-12-21 | 1 | -0/+8 |
* | base: Do not use Value::Create* functions. | tfarina@chromium.org | 2012-12-16 | 6 | -62/+73 |
* | Fix build on ChromeOS, in certain developer configurations the export | joi@chromium.org | 2012-12-13 | 1 | -0/+57 |