1. 92b4e34 Remove uses of deprecated override of PrefValueMap::SetValue by Sylvain Defresne · 7 years ago
  2. 8ee75fbc Make PrefValueMap use base::Value by Vladislav Kuzkokov · 7 years ago
  3. 788eaf6 [PrefService] Introduce a synchronous option to CommitPendingWrite() by Gabriel Charette · 7 years ago
  4. 84b58bd prefs: Replace base::MakeUnique with std::make_unique by Jinho Bang · 8 years ago
  5. 45e34728 Delete the PreferenceMACs on profile deletion. by proberge · 8 years ago
  6. 405dd2d Add a callback argument to PersistentPrefStore::CommitPendingWrite(). by Francois Doray · 8 years ago
  7. 537415ea Check that prefs are serializable in TestingPrefStore and JsonPrefStore. by Sam McNally · 8 years ago
  8. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  9. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  10. e23659b4 Add PrefStore::GetValues by tibell · 8 years ago
  11. 0373fe1 Revert of Add PrefStore::GetValues (patchset #8 id:140001 of https://codereview.chromium.org/2692203007/ ) by aelias · 8 years ago
  12. 311d4a1 Add PrefStore::GetValues by tibell · 8 years ago
  13. 42b92c1 Reduce usage of FOR_EACH_OBSERVER macro in components/ by ericwilligers · 9 years ago
  14. 85ec5795 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  15. 5f043bc Convert //components/prefs from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  16. 53fc0d4 Clear incognito preferences on destroying incognito profile. by dvadym · 10 years ago
  17. f00b9b4 Update components for new prefs location. by brettw · 10 years ago
  18. 58cd1f1 Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_store.cc]
  19. b48cea9 Revert of Move base/prefs to components/prefs (patchset #7 id:120001 of https://codereview.chromium.org/1648403002/ ) by joedow · 10 years ago[Renamed from components/prefs/testing_pref_store.cc]
  20. deb824c Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_store.cc]
  21. 9ef8bb0 Switch to standard integer types in base/prefs/. by avi · 10 years ago
  22. 0c8d4aa base: Use std::move() instead of Pass() for real movable types. by danakj · 10 years ago
  23. 0bd407f Convert some base/prefs/ methods to scoped_ptr instead of bare ptr by estade · 10 years ago
  24. 2673059 Add the ability to schedule any pending lossy prefs to be written. by benwells · 10 years ago
  25. 76de1af Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefs by raymes · 10 years ago
  26. b90439b Refactor TestingPrefStore to make it useful to some tests of load errors and asynchrony. by [email protected] · 11 years ago
  27. aa328339 Remove JsonPrefStore pruning of empty values on write. by [email protected] · 12 years ago
  28. 14e0ec6 Switch prefs to use ObserverList::might_have_observers instead of ObserverList::size. by [email protected] · 12 years ago
  29. a43a667b Make base compile with no "using base::Value" in values.h by [email protected] · 12 years ago
  30. 7e3ec42c base: Do not use Value::Create* functions. by [email protected] · 13 years ago
  31. 892f1d6 Change PrefStore::ReadResult to a boolean. by [email protected] · 13 years ago
  32. 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago[Renamed (98%) from chrome/browser/prefs/testing_pref_store.cc]
  33. 3e58a3a Add ManagedModePolicyProvider and extension API to get and set policies. by [email protected] · 13 years ago
  34. c3160cf3 Cleanup: Remove unneeded scoped_ptr.h includes from chrome/browser. by [email protected] · 13 years ago
  35. 2dea5c0 RefCounted types should not have public destructors, chrome/browser/ part 5 by [email protected] · 13 years ago
  36. ea3e497 Keep emtpy List/Dictionary pref value with non-empty default. by [email protected] · 13 years ago
  37. 59c1071 Add PrefService::GetInitializationStatus() by [email protected] · 13 years ago
  38. d3b05ea Reinitialize LocalState's CommandLinePrefStore after about_flags updates the command line. Otherwise flags set in about:flags are ignored by the LocalState. by [email protected] · 14 years ago
  39. fbe17c8a Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites. by [email protected] · 14 years ago
  40. 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
  41. 68bf41a Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue by [email protected] · 14 years ago
  42. f89ee34 Fix missing change notifications of UserPrefStore by [email protected] · 14 years ago
  43. fadc607b6 Clean up warnings found in our testing code. by [email protected] · 15 years ago
  44. f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
  45. acd78969c Clean up pref change notification handling. by [email protected] · 15 years ago