| Commit message (Expand) | Author | Age | Files | Lines |
* | Change docs for DeprecatedGetPrefRegistry to point to the correct approach. | joi@chromium.org | 2013-12-02 | 1 | -0/+10 |
* | Remove JsonPrefStore pruning of empty values on write. | gab@chromium.org | 2013-11-27 | 12 | -184/+30 |
* | Introduce a temporary workaround to ensure tracked preferences set to empty l... | gab@chromium.org | 2013-11-22 | 2 | -0/+11 |
* | Clean up PrefServiceBuilder | isherman@chromium.org | 2013-11-19 | 6 | -186/+156 |
* | Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr. | earthdok@chromium.org | 2013-11-01 | 2 | -9/+10 |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 3 | -0/+225 |
* | Added the AutomaticProfileResetter service. | engedy@chromium.org | 2013-10-02 | 2 | -0/+23 |
* | Remove unused method PrefService::ReloadPersistentPrefs(). | gab@chromium.org | 2013-09-25 | 2 | -10/+0 |
* | Prefs refactoring is done, removing myself from OWNERS. | joi@chromium.org | 2013-09-16 | 1 | -3/+0 |
* | Move ScopedClosureRunner to callback_helpers, add Reset. | avi@chromium.org | 2013-08-30 | 1 | -1/+1 |
* | Rename managed user prefs to supervised user prefs. | bauerb@chromium.org | 2013-08-29 | 5 | -69/+74 |
* | Add support for a managed user pref store to PrefService. | bauerb@chromium.org | 2013-08-29 | 6 | -8/+103 |
* | Switch prefs to use ObserverList::might_have_observers instead of ObserverLis... | caitkp@chromium.org | 2013-08-26 | 13 | -19/+19 |
* | Fix uninitialized member variable. | finnur@chromium.org | 2013-08-23 | 1 | -1/+2 |
* | 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 |