summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* Remove using namespace from ObserverList.brettw2015-06-036-7/+7
* Add the ability to schedule any pending lossy prefs to be written.benwells2015-05-2810-2/+52
* More base::Values-related bare pointer -> scoped_ptr conversionsestade2015-05-122-6/+5
* Implement lossy pref behavior for JsonPrefStore.raymes2015-05-123-27/+161
* Revert of Implement lossy pref behavior for JsonPrefStore. (patchset #12 id:2...robert.bradford2015-05-113-157/+16
* Implement lossy pref behavior for JsonPrefStore.raymes2015-05-113-16/+157
* Add a test for pref flag conversion from registration flags to write flags.raymes2015-05-073-9/+121
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-0615-95/+205
* base: Remove more use of MessageLoopProxyskyostil2015-05-052-21/+15
* base: Remove most uses of MessageLoopProxyskyostil2015-04-305-78/+55
* Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of http...stevenjb2015-04-296-68/+97
* base: Remove use of MessageLoopProxyskyostil2015-04-296-97/+68
* Add histograms to record the number of writes to the prefs fileraymes2015-04-293-2/+320
* Move pref registration functions into PrefRegistrySimpleraymes2015-04-272-23/+145
* Convert PrefSyncStatus into PrefRegistrationFlagsraymes2015-04-243-13/+61
* Performance optimizations in preference maps.bauerb2015-04-232-40/+44
* Update {virtual,override} to follow C++11 style in base.nick2015-04-221-4/+4
* base: Stop passing a non-const ref to ObserverListBase::Iterator.danakj2015-03-092-2/+2
* base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes.danakj2015-03-071-0/+1
* Remove --pretty-print-prefs switch.gab2015-03-063-32/+4
* Split ValueSerializer into separate Serializer and Deserializer classes.prashhir2015-03-051-7/+7
* Stop pretty-printing pref JSONhashimoto2015-03-053-1/+32
* Log pref file size histogram on read rather than on write.gab2015-01-311-21/+21
* Cleanup: Remove some redundant container clear() calls.thestig2015-01-081-1/+0
* Nobody uses base::JsonPrefStore::ReadResult without a pathbratell2015-01-071-13/+2
* Added checks for use after free of PrefServicebattre2015-01-051-0/+14
* Standardize usage of virtual/override/final specifiers in base/.dcheng2014-12-236-9/+9
* Allow managing Camera and Location for Supervised Userskhannans2014-12-194-0/+24
* Change preference APIs to take std::string instead of const char*.georgesak2014-12-0322-246/+240
* Implement chrome://local-state debug URL.asvitkine2014-11-252-12/+24
* 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