summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-095-77/+340
* Commit changes after a reset.erikwright@chromium.org2014-04-072-3/+5
* Separate storage for protected preferences into Protected Preferences file.erikwright@chromium.org2014-03-291-1/+3
* Refactor TestingPrefStore to make it useful to some tests of load errors and ...erikwright@chromium.org2014-03-285-65/+134
* Delete some dead code.thakis@chromium.org2014-03-271-7/+0
* Change DCHECK_IS_ON() to DCHECK_IS_ONwangxianzhu@chromium.org2014-03-141-7/+5
* Add gab@ as prefs ownergab@chromium.org2014-02-071-0/+1
* Only report timings for PrefHashFilter::FilterSerializeData() if work is done.gab@chromium.org2014-01-311-18/+2
* Get rid of some uses of base::Create*Valueestade@chromium.org2014-01-303-20/+17
* Add a unit test for JsonPrefStore::Remove.dgrogan@chromium.org2014-01-301-0/+21
* Add a Settings.FilterOnLoadTime histogram to observe time spent on this criti...gab@chromium.org2014-01-301-2/+18
* Only compute pref hashes when about to serialize preferences to disk.gab@chromium.org2014-01-212-7/+11
* rAc i18n: implement storage interface for libaddressinputestade@chromium.org2014-01-024-21/+46
* Remove the Value class names from the global namespace.avi@chromium.org2013-12-242-7/+7
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-235-13/+83
* Revert 242382 "Fix a race condition in preference metric reporting."danakj@chromium.org2013-12-235-82/+13
* Fix a race condition in preference metric reporting.erikwright@chromium.org2013-12-235-13/+82
* Change docs for DeprecatedGetPrefRegistry to point to the correct approach.joi@chromium.org2013-12-021-0/+10
* Remove JsonPrefStore pruning of empty values on write.gab@chromium.org2013-11-2712-184/+30
* Introduce a temporary workaround to ensure tracked preferences set to empty l...gab@chromium.org2013-11-222-0/+11
* Clean up PrefServiceBuilderisherman@chromium.org2013-11-196-186/+156
* Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr.earthdok@chromium.org2013-11-012-9/+10
* Move ScopedUserPrefUpdate to base/prefs.derat@chromium.org2013-10-303-0/+225
* Added the AutomaticProfileResetter service.engedy@chromium.org2013-10-022-0/+23
* Remove unused method PrefService::ReloadPersistentPrefs().gab@chromium.org2013-09-252-10/+0
* Prefs refactoring is done, removing myself from OWNERS.joi@chromium.org2013-09-161-3/+0
* Move ScopedClosureRunner to callback_helpers, add Reset.avi@chromium.org2013-08-301-1/+1
* Rename managed user prefs to supervised user prefs.bauerb@chromium.org2013-08-295-69/+74
* Add support for a managed user pref store to PrefService.bauerb@chromium.org2013-08-296-8/+103
* Switch prefs to use ObserverList::might_have_observers instead of ObserverLis...caitkp@chromium.org2013-08-2613-19/+19
* Fix uninitialized member variable.finnur@chromium.org2013-08-231-1/+2
* Use a direct include of the message_loop header in base/.avi@chromium.org2013-07-182-2/+2
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-1/+1
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-4/+3
* Move PathExists to base namespace.brettw@chromium.org2013-07-112-12/+12
* Move Copy* into the base namespace.brettw@chromium.org2013-07-091-4/+4
* Move DeleteAfterReboot, Move, and ReplaceFile to base namespacebrettw@chromium.org2013-07-011-1/+1
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-1/+1
* Make base compile with no "using base::Value" in values.hbrettw@chromium.org2013-06-1418-167/+182
* Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-141-1/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/.dcheng@chromium.org2013-06-131-3/+1
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-112-2/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-114-48/+39
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-103-3/+3
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-103-3/+3
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-071-1/+1
* Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-05-316-25/+20
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-1/+1
* Eliminate BrowserProcess dependency from sign-in production code.joi@chromium.org2013-05-182-0/+5
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1