summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* DCHECK(CalledOnValidThread()) for ScopedUserPrefUpdatebattre@chromium.org2014-07-102-1/+5
* Expand the JsonPrefStore's interface to allow for an alternate filename to be...gab@chromium.org2014-06-203-10/+249
* Move preference MACs to the protected preference stores.erikwright@chromium.org2014-06-186-13/+28
* Implementation of leveldb-backed PrefStore.dgrogan@chromium.org2014-05-282-0/+8
* Revert 272671 "Implementation of leveldb-backed PrefStore."sadrul@chromium.org2014-05-242-8/+0
* Implementation of leveldb-backed PrefStore.dgrogan@chromium.org2014-05-242-0/+8
* Revert 271416 "Store a stacktrace of PrefService destruction in ..."asvitkine@chromium.org2014-05-2011-91/+0
* Revert 271602 "Implementation of leveldb-backed PrefStore."asvitkine@chromium.org2014-05-202-8/+0
* Implementation of leveldb-backed PrefStore.dgrogan@chromium.org2014-05-202-0/+8
* Store a stacktrace of PrefService destruction in PrefChangeRegistrarbattre@chromium.org2014-05-1911-0/+91
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-125-77/+348
* Revert 269415 "Introduce a new framework for back-and-forth trac..."ananta@chromium.org2014-05-095-348/+77
* Introduce a new framework for back-and-forth tracked preference migrationgab@chromium.org2014-05-095-77/+348
* Revert 269346 "Introduce a new framework for back-and-forth trac..."rlp@chromium.org2014-05-095-340/+77
* 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