1. 97a70e4 Change PrefService::SetUserPrefValue() to take a base::Value. by Lei Zhang · 6 years ago
  2. aa1abaa8 Remove uses of deprecated RegisterDictionaryPref by Sylvain Defresne · 6 years ago
  3. 17fa278 Include base/bind_helpers.h in the files that use it. by Sebastien Marchand · 7 years ago
  4. ec65840 Use base::size rather than arraysize in components/. by Avi Drissman · 7 years ago
  5. caa1e2e Allowing PrefService to add new PrefStores by Min Qin · 7 years ago
  6. aff2af14 [PrefService] Add GetTimeDelta() and SetTimeDelta() convenience methods. by Sky Malice · 7 years ago
  7. 557b2de7 [PrefService] Add GetTime() and SetTime() convenience methods. by Ilya Sherman · 8 years ago
  8. 84b58bd prefs: Replace base::MakeUnique with std::make_unique by Jinho Bang · 8 years ago
  9. 76cee9c Rewrite base::Value::GetType to base::Value::type on Linux by jdoerrie · 8 years ago
  10. 88e50721 Move PrefRegistrySimple to use unique_ptr<Value> by vabr · 8 years ago
  11. 8684c9a Move TestingPrefService to use unique_ptr<Value> by vabr · 8 years ago
  12. bce355c Stop passing raw pointers to DictionaryValue::Set, part 1 by vabr · 8 years ago
  13. 122c4da Remove base::StringValue by jdoerrie · 8 years ago
  14. 23972357 Remove base::FundamentalValue by jdoerrie · 8 years ago
  15. dc72ee94 Make base::Value::TYPE a scoped enum. by jdoerrie · 9 years ago
  16. 58241a81 Remove ListValue::Append(new {Fundamental,String}Value(...)) pattern in //components by dcheng · 9 years ago
  17. 5f043bc Convert //components/prefs from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  18. 06650868 Delete base/prefs and update callers to use components. by brettw · 9 years ago
  19. 456d8424 Revert of Delete base/prefs and update callers to use components. (patchset #3 id:40001 of https://codereview.chromium.org/1662523004/ ) by msw · 9 years ago
  20. 1f5feb7 Delete base/prefs and update callers to use components. by brettw · 9 years ago
  21. f00b9b4 Update components for new prefs location. by brettw · 9 years ago
  22. 58cd1f1 Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/pref_service_unittest.cc]
  23. 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/pref_service_unittest.cc]
  24. deb824c Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/pref_service_unittest.cc]
  25. 9ef8bb0 Switch to standard integer types in base/prefs/. by avi · 10 years ago
  26. 0bd407f Convert some base/prefs/ methods to scoped_ptr instead of bare ptr by estade · 10 years ago
  27. f3a929b0 Add a test for pref flag conversion from registration flags to write flags. by raymes · 10 years ago
  28. b54e625 Get rid of some uses of base::Create*Value 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. 007b3f8 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  31. 69d7f89 Revert "Rewrite std::string("") to std::string(), Linux edition." by [email protected] · 12 years ago
  32. e59558b7 Rewrite std::string("") to std::string(), Linux edition. by [email protected] · 12 years ago
  33. 1ab137b base/prefs: Remove the public/ directory and move the files to //base/prefs. by [email protected] · 12 years ago
  34. e5ba874f Moving last generic Prefs implementation files to base/prefs/. by [email protected] · 12 years ago[Renamed (99%) from chrome/browser/prefs/pref_service_unittest.cc]
  35. aaa55231 Split pref_service_unittest into generic vs. Chrome-specific parts. by [email protected] · 12 years ago
  36. 7688968a Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. by [email protected] · 12 years ago
  37. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 12 years ago
  38. c753f14 Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. by [email protected] · 12 years ago
  39. 650b2d5 Merge branch 'master' into file_path_browser by [email protected] · 12 years ago
  40. b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 12 years ago
  41. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  42. 96a5c34 Remove the last usages of PrefObserver outside of Prefs. by [email protected] · 13 years ago
  43. ea1a3f6 Move scoped_temp_dir from base to base/files by [email protected] · 13 years ago
  44. 54ffd94a Reland: Closure-based API to PrefChangeObserver and PrefMember. by [email protected] · 13 years ago
  45. 3fb6a694 Revert 166670 - Add Closure-based API to PrefChangeObserver and PrefMember, deprecate PrefObserver-based API. by [email protected] · 13 years ago
  46. fec706f5 Add Closure-based API to PrefChangeObserver and PrefMember, deprecate PrefObserver-based API. by [email protected] · 13 years ago
  47. 0de615a Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  48. dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
  49. a6a7ced Remove content::NotificationObserver dependency from most Prefs code. by [email protected] · 13 years ago
  50. 782c3ac Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The pool also ensures that the same file requests are written in order received and that they block on shutdown. by [email protected] · 13 years ago
  51. 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
  52. 921441c Remove alias from ChromeRenderViewHostTestHarness. by [email protected] · 13 years ago
  53. c5aa826 Move PrefMember and PrefChangeRegistrar to api directory. by [email protected] · 13 years ago
  54. 7ca0f36 PrefValueStore and PrefService expose the value of a pref returned by the by [email protected] · 13 years ago
  55. b1e3f20 Move the rest of the content\test headers that are used by embedders to content\public\test. This way we can enforce that internal content headers don't leak to embedders. by [email protected] · 13 years ago
  56. e97882f Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that internal content headers don't leak to embedders. by [email protected] · 13 years ago
  57. ddf7214 Migrate the rest of the "global" prefs. by [email protected] · 13 years ago
  58. 966d1e1 Migrate WebKit "global script" font prefs. by [email protected] · 13 years ago
  59. 6717bf27 Quote WebPreferences in namespace webkit_glue. by [email protected] · 13 years ago
  60. ea3e497 Keep emtpy List/Dictionary pref value with non-empty default. by [email protected] · 13 years ago
  61. a13283cc Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK by [email protected] · 13 years ago
  62. 46a32b9 Add abstractions that let embedders drive tests of WebContents, without exposing the internals of content/. by [email protected] · 13 years ago
  63. 4eccb81a Compile fix for gcc 4.6. It wants us to use EXPECT_TRUE / EXPECT_FALSE. by [email protected] · 14 years ago
  64. 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
  65. 7a5f593 Add more per-tab preferences. by [email protected] · 14 years ago
  66. 1bec237 Move web_contents_unittest.cc to content, where it belongs next to TabContents. Also rename it to tab_contents_unittests.cc. I've moved the one part that depended on PrefService to the pref service test. by [email protected] · 14 years ago
  67. 775870c Updated *.pak file format to support both UTF8 and UTF16 by [email protected] · 14 years ago
  68. 6499b92 This broke lots of layout tests on OSX. by [email protected] · 14 years ago
  69. 2c7e281 Updated *.pak file format to support both UTF8 and UTF16 by [email protected] · 14 years ago
  70. 4699e7b Revert 100973 - Updated *.pak file format to support both UTF8 and UTF16 by [email protected] · 14 years ago
  71. c13b1e74 Updated *.pak file format to support both UTF8 and UTF16 by [email protected] · 14 years ago
  72. 8ad3636e Move more files from chrome/test to chrome/test/base, part #5 by [email protected] · 14 years ago
  73. 41110ca app: Get rid of test/ directory. by [email protected] · 14 years ago
  74. 1ec68c4 Allow device policy code to be optionally included. by [email protected] · 14 years ago
  75. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  76. c2f23d01 Make proxy settings one atomic dictionary in the PrefStores such that modifications are atomic. by [email protected] · 14 years ago
  77. 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
  78. f0e63b4 Policy: Add ProxyMode and deprecate ProxyServerMode. by [email protected] · 15 years ago
  79. eccf68e Introduce a separate preference for 'proxy server mode' by [email protected] · 15 years ago
  80. f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
  81. acd78969c Clean up pref change notification handling. by [email protected] · 15 years ago
  82. f34ce0c Renamed DefaultPrefStore into InMemoryPrefStore because it can be used in further contexts. by [email protected] · 15 years ago
  83. be1c6e92 Create additional PrefStore for Device Management policy. by [email protected] · 15 years ago
  84. 12a3c02 C++ readability review for danno by [email protected] · 15 years ago
  85. 947446b Rename CommandLine::ARGUMENTS_ONLY to NO_PROGRAM. by [email protected] · 15 years ago
  86. ce1850e9 When a proxy command line switches are specified, policy admin warning shouldn't be shown by [email protected] · 15 years ago
  87. 2fb7dc98 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  88. 2510323e Revert 60169 - Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  89. 37d5293 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  90. c3b54f37 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  91. 40a47c16 Revert 58920 - Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  92. 3793923 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  93. 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago[Renamed (98%) from chrome/browser/pref_service_unittest.cc]
  94. 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
  95. 74379bc5 Adjust preference sync code to only sync user modifiable preferences. by [email protected] · 15 years ago
  96. 8664dfb Add a PrefStore for loading prefs from command-line switches. by [email protected] · 15 years ago
  97. db198b2 Add an ExtensionPrefStore, layered between the user prefs and the managed prefs, to manage preferences set by extensions. by [email protected] · 15 years ago
  98. ddd231e Change a bunch of string types. by [email protected] · 15 years ago
  99. 20ce516d Pref service strings should be std::string. by [email protected] · 15 years ago
  100. d8b08c9 Support multiple PrefStores by [email protected] · 15 years ago