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