summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* Standardize usage of virtual/override/final in base/dcheng2014-10-2117-104/+96
* Cleanup: Better constify some strings in base.thestig2014-10-211-4/+4
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-151-2/+2
* replace OVERRIDE and FINAL with override and final in base/mostynb2014-10-0714-81/+81
* Manual fixups for scoped_refptr operator T* removal in base/dcheng2014-08-282-14/+18
* Remove implicit conversions from scoped_refptr to T* in base/dcheng2014-08-271-1/+1
* Domain Reliability: Don't upload when metrics reporting is off.ttuttle2014-08-252-10/+14
* Move file_util to base/files/ directory.brettw@chromium.org2014-08-132-2/+2
* Weakly bind JsonPrefStore's async read task to avoid it coming back after shu...gab@chromium.org2014-07-281-2/+4
* Get rid of FileThreadDeserializer.gab@chromium.org2014-07-222-128/+121
* Decrement CreateDoubleValue countestade@chromium.org2014-07-193-0/+18
* Track size of files serialized by the JsonPrefStore.gab@chromium.org2014-07-161-1/+24
* Leftover cleanups from https://codereview.chromium.org/324493002 .erikwright@chromium.org2014-07-144-6/+12
* 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