- b2025b7 Allow managing Camera and Location for Supervised Users by khannans · 11 years ago
- 7da6e9d Change preference APIs to take std::string instead of const char*. by georgesak · 11 years ago
- 36ff0c582 Implement chrome://local-state debug URL. by asvitkine · 11 years ago
- c7318c2 Change docs for DeprecatedGetPrefRegistry to point to the correct approach. by [email protected] · 12 years ago
- aa328339 Remove JsonPrefStore pruning of empty values on write. by [email protected] · 12 years ago
- 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
- e90a01f Clean up PrefServiceBuilder by [email protected] · 12 years ago
- ddf421c3 Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr. by [email protected] · 12 years ago
- 2a1965c Added the AutomaticProfileResetter service. by [email protected] · 12 years ago
- d0e8a90 Remove unused method PrefService::ReloadPersistentPrefs(). by [email protected] · 12 years ago
- 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
- 88c6fb5 First-run auto-import on Windows reloads the prefs, which marks by [email protected] · 12 years ago
- 75fee37 Introduce //components/user_prefs. by [email protected] · 12 years ago
- 5879cef Fix prefs registration in BrowserInstantController. by [email protected] · 12 years ago
- eeec6ca Get rid of the ability to unregister preferences. by [email protected] · 13 years ago
- d6ab845 Remove PrefServiceBase, since everyone can now depend directly on PrefService. 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[Renamed (96%) from chrome/browser/prefs/pref_service.h]
- 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
- a3ef483 Add FilePath to base namespace. 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
- 18038f8 Optimize getting preference values within PrefService class. by [email protected] · 13 years ago
- 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
- dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
- a6a7ced Remove content::NotificationObserver dependency from most Prefs code. by [email protected] · 13 years ago
- 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
- 33db532 Renames HasSynced to IsSyncing and HasSyncedChanged to OnIsSyncingChanged(). by [email protected] · 13 years ago
- 4317e01a9 Splits shelf alignment and auto-hide behavior into two values, one by [email protected] · 13 years ago
- d15d568 Use a hash_map of objects in preference service 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
- fb8fdf1 Extract PrefServiceBase into chrome/browser/api. Use in api and autofill. by [email protected] · 13 years ago
- 7ca0f36 PrefValueStore and PrefService expose the value of a pref returned by the by [email protected] · 13 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- 3cbe081 persist known media galleries (only directories for now) by [email protected] · 13 years ago
- 65f17355 [Sync] Rename csync namespace to syncer by [email protected] · 13 years ago
- cb02f61 [Sync] Put everything in sync/api into csync namespace by [email protected] · 13 years ago
- 21d3a88 Make PolicyService per-profile. by [email protected] · 13 years ago
- 35a6fd1 [protector] Specific handling of default values of protected prefs. by [email protected] · 13 years ago
- 1a5a31f Resubmit r133740: Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
- 7500c55e2 Revert 133740 - Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
- b2e8e5b Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
- d0aa78d Remove per-tab preference machinery. by [email protected] · 13 years ago
- d6bbd293 Add policy to control "allow background apps" by [email protected] · 13 years ago
- 321775f Added textual notice to PrefService and WebDataService that third-party modifications to user data are prohibited. by [email protected] · 13 years ago
- 59c1071 Add PrefService::GetInitializationStatus() by [email protected] · 13 years ago
- 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
- 7a5f593 Add more per-tab preferences. by [email protected] · 14 years ago
- fbe17c8a Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites. by [email protected] · 14 years ago
- a543728 Fixed the value of "controlledBy" for preferences when they're set by the user. by [email protected] · 14 years ago
- 361d37f6 Introduce per-tab preferences service. by [email protected] · 14 years ago
- 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
- 9b5f56b4 Reverts debugging code added in hopes of tracking crash. This also by [email protected] · 14 years ago
- 2f0a647 Adds some debugging code in hopes of figuring out a crash. As far as I by [email protected] · 14 years ago
- bab1c13f base: Rename ValueType to something less redundant as _just_ Type. by [email protected] · 14 years ago
- f3a1c64 Move base/values.h into the base namespace. This includes a cros DEPS roll by [email protected] · 14 years ago
- fcf5357 Move user cloud policy to BrowserProcess (was 6979011) by [email protected] · 14 years ago
- 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
- d36f941b Refactor preference syncing. by [email protected] · 14 years ago
- b99c41c Directly observe the disabled schemes policy instead of via a PrefMember. by [email protected] · 14 years ago
- 6c26cef7 Oops, we ended up with two PrefServiceDelegate definitions. by [email protected] · 14 years ago
- 8f63d7a Fix the VS2005 build. by [email protected] · 14 years ago
- 8a2b688c Fix build on MSVS 2005 by [email protected] · 14 years ago
- 844a100 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
- 419a057 Added DisabledSchemes policy. 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
- f5b9385 Remove old ScopedUserPrefUpdate by [email protected] · 14 years ago
- 26418b7 Introduce a new way of using ScopedUserPrefUpdate that ensures notifications are sent. by [email protected] · 14 years ago
- 3b63f8f4 Move some files from base to base/memory. 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
- 3826fed Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs. by [email protected] · 14 years ago
- f89ee34 Fix missing change notifications of UserPrefStore by [email protected] · 14 years ago
- 9a28f13 Added LevelOfControl to Preferences API's get() result by [email protected] · 14 years ago
- c2f23d01 Make proxy settings one atomic dictionary in the PrefStores such that modifications are atomic. by [email protected] · 15 years ago
- 887288f0 patch from issue 6286089 by [email protected] · 15 years ago
- 11b040b Pacify Coverity when reading kExtensionsPref dictionary by [email protected] · 15 years ago
- fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
- a98ce126 Make PrefValueStore non-refcounted. by [email protected] · 15 years ago
- ebd0b02 Fix broken PrefService::preference_set() returning not all registered preferences. by [email protected] · 15 years ago
- 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
- c917750 Move non_thread_safe from base to base/threading and into the base namespace. by [email protected] · 15 years ago
- f00768e Handle policy refresh internally in ConfigurationPolicyPrefStore. by [email protected] · 15 years ago
- b24cf750 Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. by [email protected] · 15 years ago
- 05641915 Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. by [email protected] · 15 years ago
- adde3e6 Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. 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
- e025089 A subtle bug was exposed when the following was added to Preferences::RegisterUserPrefs: by [email protected] · 15 years ago
- 10abd19 o Add user customizable launch type for apps by adding options in each apps context menu. by [email protected] · 15 years ago
- 636507a6 Revert 60997 - o Add user customizable launch type for apps by adding options in each apps context menu. by [email protected] · 15 years ago
- 84ecdf7 o Add user customizable launch type for apps by adding options in each apps context menu. by [email protected] · 15 years ago
- 2fb7dc98 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
- 2510323e Revert 60169 - Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
- 37d5293 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
- 99cc9a0 Make pref service more robust against prefs that change their types without updating user pref values. by [email protected] · 15 years ago