1. ee2f030d Use std::unique_ptr expressing ownership in PrefService and PrefServiceSyncable. by François Degros · 8 years ago
  2. 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
  3. 658f626b Added extension controlled prefs to TestingPrefService by a-v-y · 9 years ago
  4. f00b9b4 Update components for new prefs location. by brettw · 10 years ago
  5. 58cd1f1 Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_service.cc]
  6. 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_service.cc]
  7. deb824c Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_service.cc]
  8. 607f2433 Add support for a managed user pref store to PrefService. by [email protected] · 12 years ago
  9. cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
  10. e5ba874f Moving last generic Prefs implementation files to base/prefs/. by [email protected] · 13 years ago[Renamed (96%) from chrome/test/base/testing_pref_service.cc]
  11. 7688968a Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. by [email protected] · 13 years ago
  12. 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 13 years ago
  13. c753f14 Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. by [email protected] · 13 years ago
  14. b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 13 years ago
  15. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  16. 70a317a Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. by [email protected] · 13 years ago
  17. 892f1d6 Change PrefStore::ReadResult to a boolean. by [email protected] · 13 years ago
  18. 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
  19. 572f40c9b browser: Move more files into chrome namespace. by [email protected] · 13 years ago
  20. 4eb4d6ce Refactored the ConfigurationPolicyPrefStore to use the PolicyService. by [email protected] · 13 years ago
  21. 361d37f6 Introduce per-tab preferences service. by [email protected] · 14 years ago
  22. bf925774 Reorganize chrome/test, part #9 by [email protected] · 14 years ago
  23. 8ad3636e Move more files from chrome/test to chrome/test/base, part #5 by [email protected] · 14 years ago[Renamed (98%) from chrome/test/testing_pref_service.cc]
  24. 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
  25. 7deb6a0 Add a ScopedTestingLocalState for unit tests which need Local State. by [email protected] · 14 years ago
  26. 844a100 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
  27. e4f8649 Revert 81394 (broke sync_integration_tests and clang) - This CL implements alternative asynchronous methods for profile and preferences loading.BUG=chromium-os:11104TEST=UserProfileGotten (see "/tmp/login-times-sent") time doesn't increase, while UI jankness decreases.Review URL: http://codereview.chromium.org/6716025 by [email protected] · 14 years ago
  28. 334c59d9 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
  29. 3a29593d Allow ProxyConfigService to report "no configuration set" by [email protected] · 14 years ago
  30. 68bf41a Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue by [email protected] · 14 years ago
  31. 887288f0 patch from issue 6286089 by [email protected] · 15 years ago
  32. 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
  33. f00768e Handle policy refresh internally in ConfigurationPolicyPrefStore. by [email protected] · 15 years ago
  34. f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
  35. acd78969c Clean up pref change notification handling. by [email protected] · 15 years ago
  36. 73c4793 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by [email protected] · 15 years ago
  37. 39d9f62c Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  38. b384cd6 Revert 67997 - Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  39. 87cc213 Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  40. c6e0646 Move DeviceManagementPolicyProvider into the profile. by [email protected] · 15 years ago
  41. be1c6e92 Create additional PrefStore for Device Management policy. by [email protected] · 15 years ago
  42. ce1850e9 When a proxy command line switches are specified, policy admin warning shouldn't be shown by [email protected] · 15 years ago
  43. b6fd1fa7 Allow the default search provider to be specified via group policy. Also allow group policy to specify that there is no default. Respond to at run time to changes of policy. Handle the default search becoming managed or un-managed, or having the default change while staying managed. Optimize notification of observers so that we don't repeatedly notify observers for what is one change. by [email protected] · 15 years ago
  44. c3b54f37 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  45. 40a47c16 Revert 58920 - Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  46. 3793923 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
  47. 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
  48. d81288a0 Refactor PrefService, pulling the PREF_CHANGED notification infrastructure out so by [email protected] · 15 years ago
  49. 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
  50. fa26b3d5 Move creation of the PrefStores into the PrefValueStore, to reduce the knowledge the PrefService has of its two-levels-deep implementation. by [email protected] · 15 years ago
  51. 74379bc5 Adjust preference sync code to only sync user modifiable preferences. by [email protected] · 15 years ago