1. 7669182 Revert of base: Remove use of MessageLoopProxy (patchset #6 id:100001 of https://codereview.chromium.org/1100773004/) by stevenjb · 10 years ago
  2. 62aa5ca base: Remove use of MessageLoopProxy by skyostil · 10 years ago
  3. bfb910a Add histograms to record the number of writes to the prefs file by raymes · 10 years ago
  4. 25fb8e7f Move pref registration functions into PrefRegistrySimple by raymes · 10 years ago
  5. 51b41a6 Convert PrefSyncStatus into PrefRegistrationFlags by raymes · 10 years ago
  6. 67b11bd Performance optimizations in preference maps. by bauerb · 10 years ago
  7. c0b00106 Update {virtual,override} to follow C++11 style in base. by nick · 10 years ago
  8. 4ef352d base: Stop passing a non-const ref to ObserverListBase::Iterator. by danakj · 10 years ago
  9. 71ef42db base: Put DISALLOW_COPY_AND_ASSIGN inside private section of classes. by danakj · 10 years ago
  10. 97c50ac Remove --pretty-print-prefs switch. by gab · 10 years ago
  11. 54a99450 Split ValueSerializer into separate Serializer and Deserializer classes. by prashhir · 10 years ago
  12. 6fe4361 Stop pretty-printing pref JSON by hashimoto · 10 years ago
  13. f16b59a Log pref file size histogram on read rather than on write. by gab · 11 years ago
  14. 47be1d7 Cleanup: Remove some redundant container clear() calls. by thestig · 11 years ago
  15. 970f39d Nobody uses base::JsonPrefStore::ReadResult without a path by bratell · 11 years ago
  16. 0a69def Added checks for use after free of PrefService by battre · 11 years ago
  17. 8aef3761 Standardize usage of virtual/override/final specifiers in base/. by dcheng · 11 years ago
  18. b2025b7 Allow managing Camera and Location for Supervised Users by khannans · 11 years ago
  19. 7da6e9d Change preference APIs to take std::string instead of const char*. by georgesak · 11 years ago
  20. 36ff0c582 Implement chrome://local-state debug URL. by asvitkine · 11 years ago
  21. 5648818 Standardize usage of virtual/override/final in base/ by dcheng · 11 years ago
  22. 073d514d Cleanup: Better constify some strings in base. by thestig · 11 years ago
  23. 84b6029 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  24. 9e096de replace OVERRIDE and FINAL with override and final in base/ by mostynb · 11 years ago
  25. 077d1b2 Manual fixups for scoped_refptr operator T* removal in base/ by dcheng · 11 years ago
  26. d81e7d7 Remove implicit conversions from scoped_refptr to T* in base/ by dcheng · 11 years ago
  27. fa8427f9 Domain Reliability: Don't upload when metrics reporting is off. by ttuttle · 11 years ago
  28. e3177dd5 Move file_util to base/files/ directory. by [email protected] · 11 years ago
  29. 3b268bc Weakly bind JsonPrefStore's async read task to avoid it coming back after shutdown has been initiated. by [email protected] · 11 years ago
  30. f245659 Get rid of FileThreadDeserializer. by [email protected] · 11 years ago
  31. e7518a1 Decrement CreateDoubleValue count by [email protected] · 11 years ago
  32. ac771fb36 Track size of files serialized by the JsonPrefStore. by [email protected] · 11 years ago
  33. 023f5bb Leftover cleanups from https://codereview.chromium.org/324493002 . by [email protected] · 11 years ago
  34. 86bb4e65 DCHECK(CalledOnValidThread()) for ScopedUserPrefUpdate by [email protected] · 11 years ago
  35. cfcf0e5 Expand the JsonPrefStore's interface to allow for an alternate filename to be specified. by [email protected] · 11 years ago
  36. 1b583766 Move preference MACs to the protected preference stores. by [email protected] · 11 years ago
  37. 3edebd95 Implementation of leveldb-backed PrefStore. by [email protected] · 11 years ago
  38. 78d46e8 Revert 272671 "Implementation of leveldb-backed PrefStore." by [email protected] · 11 years ago
  39. 71b4fad Implementation of leveldb-backed PrefStore. by [email protected] · 11 years ago
  40. 6d75f1e Revert 271416 "Store a stacktrace of PrefService destruction in ..." by [email protected] · 11 years ago
  41. 6330981 Revert 271602 "Implementation of leveldb-backed PrefStore." by [email protected] · 11 years ago
  42. ab37ca8 Implementation of leveldb-backed PrefStore. by [email protected] · 11 years ago
  43. 02a7dfa4 Store a stacktrace of PrefService destruction in PrefChangeRegistrar by [email protected] · 11 years ago
  44. e33c951 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  45. 69f65a2 Revert 269415 "Introduce a new framework for back-and-forth trac..." by [email protected] · 11 years ago
  46. 9fd4c32 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  47. 06aaa4e Revert 269346 "Introduce a new framework for back-and-forth trac..." by [email protected] · 11 years ago
  48. 45af274 Introduce a new framework for back-and-forth tracked preference migration by [email protected] · 11 years ago
  49. 57baec29 Commit changes after a reset. by [email protected] · 11 years ago
  50. 38d1aab Separate storage for protected preferences into Protected Preferences file. by [email protected] · 11 years ago
  51. b90439b Refactor TestingPrefStore to make it useful to some tests of load errors and asynchrony. by [email protected] · 11 years ago
  52. cef3729 Delete some dead code. by [email protected] · 11 years ago
  53. c02cb801 Change DCHECK_IS_ON() to DCHECK_IS_ON by [email protected] · 11 years ago
  54. 1ddb6b1d Add gab@ as prefs owner by [email protected] · 12 years ago
  55. bc831ff1 Only report timings for PrefHashFilter::FilterSerializeData() if work is done. by [email protected] · 12 years ago
  56. b54e625 Get rid of some uses of base::Create*Value by [email protected] · 12 years ago
  57. eeedaa69 Add a unit test for JsonPrefStore::Remove. by [email protected] · 12 years ago
  58. 45ffeb6 Add a Settings.FilterOnLoadTime histogram to observe time spent on this critical path in the wild. by [email protected] · 12 years ago
  59. a0ce7e7 Only compute pref hashes when about to serialize preferences to disk. by [email protected] · 12 years ago
  60. 7978ca6 rAc i18n: implement storage interface for libaddressinput by [email protected] · 12 years ago
  61. a644f1e2 Remove the Value class names from the global namespace. by [email protected] · 12 years ago
  62. 56cbcb3a Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
  63. 7e5b5b0 Revert 242382 "Fix a race condition in preference metric reporting." by [email protected] · 12 years ago
  64. bbd1299 Fix a race condition in preference metric reporting. by [email protected] · 12 years ago
  65. c7318c2 Change docs for DeprecatedGetPrefRegistry to point to the correct approach. by [email protected] · 12 years ago
  66. aa328339 Remove JsonPrefStore pruning of empty values on write. by [email protected] · 12 years ago
  67. 0ca1024 Introduce a temporary workaround to ensure tracked preferences set to empty list/dict are not confused with those that are simply not set (i.e., NULL). by [email protected] · 12 years ago
  68. e90a01f Clean up PrefServiceBuilder by [email protected] · 12 years ago
  69. ddf421c3 Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr. by [email protected] · 12 years ago
  70. 9eec53fe Move ScopedUserPrefUpdate to base/prefs. by [email protected] · 12 years ago
  71. 2a1965c Added the AutomaticProfileResetter service. by [email protected] · 12 years ago
  72. d0e8a90 Remove unused method PrefService::ReloadPersistentPrefs(). by [email protected] · 12 years ago
  73. 55f55a3 Prefs refactoring is done, removing myself from OWNERS. by [email protected] · 12 years ago
  74. 1c232c2 Move ScopedClosureRunner to callback_helpers, add Reset. by [email protected] · 12 years ago
  75. 6c2b067 Rename managed user prefs to supervised user prefs. by [email protected] · 12 years ago
  76. 607f2433 Add support for a managed user pref store to PrefService. by [email protected] · 12 years ago
  77. 14e0ec6 Switch prefs to use ObserverList::might_have_observers instead of ObserverList::size. by [email protected] · 12 years ago
  78. fb171a7 Fix uninitialized member variable. by [email protected] · 12 years ago
  79. 495cad9 Use a direct include of the message_loop header in base/. by [email protected] · 12 years ago
  80. dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
  81. dcd1661 Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to the base namespace. by [email protected] · 12 years ago
  82. 756748414 Move PathExists to base namespace. by [email protected] · 12 years ago
  83. f0ff2ad Move Copy* into the base namespace. by [email protected] · 12 years ago
  84. 5553d5b Move DeleteAfterReboot, Move, and ReplaceFile to base namespace by [email protected] · 12 years ago
  85. 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
  86. a43a667b Make base compile with no "using base::Value" in values.h by [email protected] · 12 years ago
  87. 144b6c4 Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  88. 02c29b38 Rewrite scoped_ptr<T>(NULL) to use the default ctor in base/. by [email protected] · 12 years ago
  89. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
  90. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  91. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  92. d529cb0 Use a direct include of strings headers in base/. by [email protected] · 12 years ago
  93. a4ea1f1 Use a direct include of utf_string_conversions.h in android_webview/, apps/, ash/, base/. by [email protected] · 12 years ago
  94. 3703e92 Update base/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  95. 9e715412 Use base::MessageLoop in more files. by [email protected] · 12 years ago
  96. 2311180 Eliminate BrowserProcess dependency from sign-in production code. by [email protected] · 12 years ago
  97. fb44196 Revert 198844 "Move sequenced_task_runner to base/task" by [email protected] · 12 years ago
  98. 002c726 Move sequenced_task_runner to base/task by [email protected] · 12 years ago
  99. 5b7238f base/prefs: Make use of ThreadCheck in favor of less inheritance. by [email protected] · 12 years ago
  100. 88c6fb5 First-run auto-import on Windows reloads the prefs, which marks by [email protected] · 12 years ago