1. caa1e2e Allowing PrefService to add new PrefStores by Min Qin · 7 years ago
  2. 98c0de04 Remove bauerb@ from OWNERS files by Bernhard Bauer · 7 years ago
  3. a250ec3ab Introduce an ObserverList<T>::Unchecked type alias. by Trent Apted · 7 years ago
  4. f5741c62 Expire Settings.JsonDataWriteCount.* histograms by Gabriel Charette · 7 years ago
  5. 1f53ca3 Remove |local_state_task_runner| from BrowserProcessImpl. by Gabriel Charette · 7 years ago
  6. 788eaf6 [PrefService] Introduce a synchronous option to CommitPendingWrite() by Gabriel Charette · 7 years ago
  7. 44db142 [TaskScheduler] Remove temporary forwarding headers and mass migrate users by Gabriel Charette · 7 years ago
  8. ffaaf85f [TaskScheduler] Forward all public TaskScheduler headers to forwarding headers in preparation for source move by Gabriel Charette · 7 years ago
  9. 2bcf8e4 Apply base_bind_rewriters to //components to update base::Bind to base::BindOnce by tzik · 7 years ago
  10. 3e470ac ProxyConfigDictionary: Use base::Value by Steven Bennetts · 7 years ago
  11. 1374008 Remove usage of deprecated unique_ptr<base::Value> by Christian Dullweber · 7 years ago
  12. f623bafe9 Change incognito preference store default to in-memory. by Ramin Halavati · 7 years ago
  13. aff2af14 [PrefService] Add GetTimeDelta() and SetTimeDelta() convenience methods. by Sky Malice · 7 years ago
  14. ce973d0 Minor update to the doc comment on Preference::IsRecommended. by Greg Thompson · 7 years ago
  15. 69228f4 [Cleanup] Update histogram_tester.h includes in //components by Devlin Cronin · 7 years ago
  16. 13ef1e8 Reland "Support late registration of syncable preferences." by Tim Schumann · 7 years ago
  17. 86ec5da0 Revert "Support late registration of syncable preferences." by Findit · 7 years ago
  18. 80bae8d Support late registration of syncable preferences. by Tim Schumann · 7 years ago
  19. 3c5a779e [clang-tidy] Readability fixes for src/components/[m-p].* by Zinovy Nis · 7 years ago
  20. ca10851 Pass initial display prefs from Chrome to ash::Shell by Steven Bennetts · 7 years ago
  21. 6784852 Chrome style plugin: enable virtual specifier checks for Gmock objects in //components by Daniel Cheng · 7 years ago
  22. 7431d0b Moves PrefObserverDelegate to components/prefs/ios by Moe Ahmadi · 7 years ago
  23. 01ebde1 Remove unnecessary includes of base/memory/ptr_util.h in components/. by Jeremy Roman · 7 years ago
  24. 7176aed Send early ShowProfileErrorDialog() to ChromeBrowserMainParts::DeferringTaskRunner by Gabriel Charette · 7 years ago
  25. 341e1fb Allow base::DoNothing() to handle any argument list. by Peter Kasting · 8 years ago
  26. 6783125f Simplified destructor. by François Degros · 8 years ago
  27. e39cf535e Avoided calls to AddRef and Release by moving scoped_refptrs. by François Degros · 8 years ago
  28. b6c4295 Remove unused sequenced_worker_pool(_owner).h includes. by Francois Doray · 8 years ago
  29. 652030d [Cleanup] Simplify the PrefRegistrySimple API and implementation. by Ilya Sherman · 8 years ago
  30. 557b2de7 [PrefService] Add GetTime() and SetTime() convenience methods. by Ilya Sherman · 8 years ago
  31. 1107205 Remove JsonPrefStore::GetTaskRunnerForFile. by Francois Doray · 8 years ago
  32. 84b58bd prefs: Replace base::MakeUnique with std::make_unique by Jinho Bang · 8 years ago
  33. f958ad6 Use base::OnceCallback for PrefService::AddInitObserver by Kenichi Ishibashi · 8 years ago
  34. 3d199b1 Convert base::UInt64ToString to base::NumberToString by Daniel Cheng · 8 years ago
  35. ee2f030d Use std::unique_ptr expressing ownership in PrefService and PrefServiceSyncable. by François Degros · 8 years ago
  36. a239602a Simplified PrefServiceFactory's setters. by François Degros · 8 years ago
  37. 484a133 Minor code cleanup. by François Degros · 8 years ago
  38. f39c2a7 Remove base::Value::IsType() in //components by jdoerrie · 8 years ago
  39. d1c9108 Move string storage out of HistogramBase class. by Brian White · 8 years ago
  40. 4a9c356 Use base::Value::ToUniquePtrValue() where appropriate. by Lei Zhang · 8 years ago
  41. 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
  42. c3d77b6 Update PrefService::SetDefaultPrefValue() to new base::Value APIs. by Lei Zhang · 8 years ago
  43. 9e22c843 Slightly simplify PrefService::GetDefaultPrefValue(). by Lei Zhang · 8 years ago
  44. beefaef1 Make DefaultPrefStore::ReplaceDefaultValue() more efficient. by Lei Zhang · 8 years ago
  45. 450271f Move OnPrefRegistered from PrefRegistrySimple to PrefRegistry. by Sam McNally · 8 years ago
  46. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 8 years ago
  47. 5c6cf26 Rename base_prefs_export.h to prefs_export.h by Brett Wilson · 8 years ago
  48. 2193628 Fix another -Wdelete-non-virtual-dtor warning by Hans Wennborg · 8 years ago
  49. 21cf626a Add a separate way to notify about font changes. by Brett Wilson · 8 years ago
  50. e1f238f Commit minimal migration status to local state prefs by Pavol Marko · 8 years ago
  51. aa67d7f2 Pref service: fix incognito support. by Sam McNally · 8 years ago
  52. ec14495 cros: Use prefs to communicate a11y large cursor state to ash by James Cook · 8 years ago
  53. 45e34728 Delete the PreferenceMACs on profile deletion. by proberge · 8 years ago
  54. f4dab61 Maintain a connection to each profile's PrefService from ash. by Sam McNally · 8 years ago
  55. 43ddd7a3 Remove uses NON_EXPORTED_BASE now that it's a no-op. by Nico Weber · 8 years ago
  56. 398065c Convert base::ScopedClosureRunner to use OnceCallback by tzik · 8 years ago
  57. 5f54795 Fix race in JsonPrefStoreCallbackTest.TestSerializeDataCallbacks. by Francois Doray · 8 years ago
  58. 8551f92 Remove static base::Value::Equals by jdoerrie · 8 years ago
  59. e36abbc Pref service: Expose local state prefs to mash as a service. by Sam McNally · 8 years ago
  60. 538fca1e Pref service: Bypass the encapsulation. by Sam McNally · 8 years ago
  61. 26b550b Incognito prefs: use the Mojo pref service if enabled by Johan Tibell · 8 years ago
  62. db69a3c Disable flaky JsonPrefStoreCallbackTest.TestSerializeDataCallbacks on Linux TSAN. by Henrik Grunell · 8 years ago
  63. 405dd2d Add a callback argument to PersistentPrefStore::CommitPendingWrite(). by Francois Doray · 8 years ago
  64. 11c6c8a Pref service: add support for foreign and public prefs. by Sam McNally · 8 years ago
  65. 6e1fb535 Replace deprecated base::NonThreadSafe in components/prefs in favor of SequenceChecker. by gab · 8 years ago
  66. 3a7275f8 Remove possible Use-After-Frees with DictionaryValue::Set by jdoerrie · 8 years ago
  67. 0595f76 Generalize OverlayUserPrefStore by Johan Tibell · 8 years ago
  68. 537415ea Check that prefs are serializable in TestingPrefStore and JsonPrefStore. by Sam McNally · 8 years ago
  69. 5f4a7a0b [reland] Add a default task runner argument to the constructor of JsonPrefStore. by fdoray · 8 years ago
  70. 1104930 Revert of Add a default task runner argument to the constructor of JsonPrefStore. (patchset #3 id:40001 of https://codereview.chromium.org/2876643003/ ) by jdonnelly · 8 years ago
  71. 22f197b4 Add a default task runner argument to the constructor of JsonPrefStore. by fdoray · 8 years ago
  72. 6566c8ac Prefs: don't map pref keys in incognito by Johan Tibell · 8 years ago
  73. 6957232 Pref service: Add a ScopedDictionaryPrefUpdate to track value changes. by Sam McNally · 8 years ago
  74. ebf7184f Improve profile stats performace. by brettw · 8 years ago
  75. a5676c6 Reland of Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  76. df600cd Revert of Change base::Value::ListStorage to std::vector<base::Value> (patchset #14 id:260001 of https://codereview.chromium.org/2740143002/ ) by rouslan · 8 years ago
  77. ebab0de Change base::Value::ListStorage to std::vector<base::Value> by jdoerrie · 8 years ago
  78. 0d83127 Use ScopedTaskEnvironment instead of MessageLoop in components unit tests. by fdoray · 8 years ago
  79. 6d0446e5 Remove base::underlying_type, replace uses with std::underlying_type by danakj · 8 years ago
  80. ef7971d [DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files. by ymzhang · 8 years ago
  81. 4179f17c Continue to clean c_str() calls. by iceman · 8 years ago
  82. 88e50721 Move PrefRegistrySimple to use unique_ptr<Value> by vabr · 8 years ago
  83. 8684c9a Move TestingPrefService to use unique_ptr<Value> by vabr · 8 years ago
  84. bce355c Stop passing raw pointers to DictionaryValue::Set, part 1 by vabr · 8 years ago
  85. f420c16e Remove the alternative preferences filename from JsonPrefStore. by sammc · 8 years ago
  86. 11141bd Pref service: expose all read-only PrefStores through Mojo by tibell · 8 years ago
  87. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  88. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  89. e23659b4 Add PrefStore::GetValues by tibell · 9 years ago
  90. 0373fe1 Revert of Add PrefStore::GetValues (patchset #8 id:140001 of https://codereview.chromium.org/2692203007/ ) by aelias · 9 years ago
  91. 311d4a1 Add PrefStore::GetValues by tibell · 9 years ago
  92. 658f626b Added extension controlled prefs to TestingPrefService by a-v-y · 9 years ago
  93. ad545a8 Remove base::ScopedPtrHashMap from components/prefs/. by avi · 9 years ago
  94. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 9 years ago
  95. 0274b6d components: Cleanup class/struct fwd declarations by jbriance · 9 years ago
  96. ba0f128 List all header files as part of //components/prefs sources on iOS. by sdefresne · 9 years ago
  97. 42b92c1 Reduce usage of FOR_EACH_OBSERVER macro in components/ by ericwilligers · 9 years ago
  98. f00ece6 Extract a base class from CommandLinePrefStore by mlliu · 9 years ago
  99. 018341c Remove usage of base::ObserverList<T>::Iter::GetNext() in //components/prefs. by dcheng · 9 years ago
  100. 269fd09 Integrate registry_hash_store_contents with the rest of tracked prefs. by proberge · 9 years ago