- ee2f030d Use std::unique_ptr expressing ownership in PrefService and PrefServiceSyncable. by François Degros · 8 years ago
- 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
- 658f626b Added extension controlled prefs to TestingPrefService by a-v-y · 9 years ago
- f00b9b4 Update components for new prefs location. by brettw · 10 years ago
- 58cd1f1 Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_service.cc]
- 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]
- deb824c Move base/prefs to components/prefs by brettw · 10 years ago[Renamed from base/prefs/testing_pref_service.cc]
- 607f2433 Add support for a managed user pref store to PrefService. by [email protected] · 12 years ago
- cadac62 Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" by [email protected] · 12 years ago
- 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]
- 7688968a Split testing_pref_service.h/.cc into two parts, generic vs. Chrome-specific. by [email protected] · 13 years ago
- 3853a4c Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. by [email protected] · 13 years ago
- c753f14 Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. by [email protected] · 13 years ago
- b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 13 years ago
- 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
- 70a317a Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. by [email protected] · 13 years ago
- 892f1d6 Change PrefStore::ReadResult to a boolean. by [email protected] · 13 years ago
- 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
- 572f40c9b browser: Move more files into chrome namespace. by [email protected] · 13 years ago
- 4eb4d6ce Refactored the ConfigurationPolicyPrefStore to use the PolicyService. by [email protected] · 13 years ago
- 361d37f6 Introduce per-tab preferences service. by [email protected] · 14 years ago
- bf925774 Reorganize chrome/test, part #9 by [email protected] · 14 years ago
- 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]
- 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
- 7deb6a0 Add a ScopedTestingLocalState for unit tests which need Local State. by [email protected] · 14 years ago
- 844a100 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
- 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
- 334c59d9 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
- 3a29593d Allow ProxyConfigService to report "no configuration set" by [email protected] · 14 years ago
- 68bf41a Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue by [email protected] · 14 years ago
- 887288f0 patch from issue 6286089 by [email protected] · 15 years ago
- 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
- f00768e Handle policy refresh internally in ConfigurationPolicyPrefStore. by [email protected] · 15 years ago
- f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
- acd78969c Clean up pref change notification handling. by [email protected] · 15 years ago
- 73c4793 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by [email protected] · 15 years ago
- 39d9f62c Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
- b384cd6 Revert 67997 - Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
- 87cc213 Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
- c6e0646 Move DeviceManagementPolicyProvider into the profile. by [email protected] · 15 years ago
- be1c6e92 Create additional PrefStore for Device Management policy. by [email protected] · 15 years ago
- ce1850e9 When a proxy command line switches are specified, policy admin warning shouldn't be shown by [email protected] · 15 years ago
- 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
- c3b54f37 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
- 40a47c16 Revert 58920 - Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
- 3793923 Create a DefaultPrefStore to hold registered application-default preference values. by [email protected] · 15 years ago
- 37858e5 Move prefs-related files under chrome/browser/ into a prefs/ subdir. by [email protected] · 15 years ago
- d81288a0 Refactor PrefService, pulling the PREF_CHANGED notification infrastructure out so by [email protected] · 15 years ago
- 57ecc4b Make prefs use std::string for keys rather than wstrings. by [email protected] · 15 years ago
- 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
- 74379bc5 Adjust preference sync code to only sync user modifiable preferences. by [email protected] · 15 years ago