summaryrefslogtreecommitdiffstats
path: root/base/prefs
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in base/prefs/.avi2015-12-2430-125/+167
* Using switch case fall through property that have same case content, this wil...deepak.m12015-12-021-3/+0
* base: Use std::move() instead of Pass() for real movable types.danakj2015-11-2510-34/+51
* Make ValueDeserializer::Deserialize return scoped_ptrolli.raula2015-10-161-1/+1
* Cleanup: Remove references to tests that no longer exists / are unused.thestig2015-09-241-8/+0
* Remove mnissler@chromium.org from various prefs OWNERS files.mnissler2015-08-261-1/+0
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Cleanup nits in ImportantFileWriter and JsonPrefStore.thestig2015-08-061-14/+14
* 'break' statement after 'return' is not required.deepak.m12015-07-271-4/+0
* Delete LevelDBPrefStore.dgrogan2015-07-162-8/+0
* Add missing base/memory/scoped_ptr.h include to base/prefs/writeable_pref_sto...tmoniuszko2015-07-101-0/+1
* Convert some base/prefs/ methods to scoped_ptr instead of bare ptrestade2015-06-2618-148/+157
* 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