1. b2025b7 Allow managing Camera and Location for Supervised Users by khannans · 11 years ago
  2. 7da6e9d Change preference APIs to take std::string instead of const char*. by georgesak · 11 years ago
  3. 36ff0c582 Implement chrome://local-state debug URL. by asvitkine · 11 years ago
  4. c7318c2 Change docs for DeprecatedGetPrefRegistry to point to the correct approach. by [email protected] · 12 years ago
  5. aa328339 Remove JsonPrefStore pruning of empty values on write. by [email protected] · 12 years ago
  6. 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
  7. e90a01f Clean up PrefServiceBuilder by [email protected] · 12 years ago
  8. ddf421c3 Change the PrefService::GetPreferenceValues() interface to return a scoped_ptr. by [email protected] · 12 years ago
  9. 2a1965c Added the AutomaticProfileResetter service. by [email protected] · 12 years ago
  10. d0e8a90 Remove unused method PrefService::ReloadPersistentPrefs(). by [email protected] · 12 years ago
  11. 14c1c23 Rename base/hash_tables to base/containers/hash_tables. by [email protected] · 12 years ago
  12. 88c6fb5 First-run auto-import on Windows reloads the prefs, which marks by [email protected] · 12 years ago
  13. 75fee37 Introduce //components/user_prefs. by [email protected] · 12 years ago
  14. 5879cef Fix prefs registration in BrowserInstantController. by [email protected] · 12 years ago
  15. eeec6ca Get rid of the ability to unregister preferences. by [email protected] · 13 years ago
  16. d6ab845 Remove PrefServiceBase, since everyone can now depend directly on PrefService. by [email protected] · 13 years ago
  17. 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]
  18. c753f14 Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. by [email protected] · 13 years ago
  19. b1de2c7 Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. by [email protected] · 13 years ago
  20. a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
  21. 5b19952 Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. by [email protected] · 13 years ago
  22. 70a317a Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder. by [email protected] · 13 years ago
  23. 18038f8 Optimize getting preference values within PrefService class. by [email protected] · 13 years ago
  24. 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
  25. dfa9add Revert 165062 - We believe this change broke startup_tests by [email protected] · 13 years ago
  26. a6a7ced Remove content::NotificationObserver dependency from most Prefs code. by [email protected] · 13 years ago
  27. 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
  28. 33db532 Renames HasSynced to IsSyncing and HasSyncedChanged to OnIsSyncingChanged(). by [email protected] · 13 years ago
  29. 4317e01a9 Splits shelf alignment and auto-hide behavior into two values, one by [email protected] · 13 years ago
  30. d15d568 Use a hash_map of objects in preference service by [email protected] · 13 years ago
  31. 03b9b4e Move the bits of Prefs where production code has only trivially easy by [email protected] · 13 years ago
  32. fb8fdf1 Extract PrefServiceBase into chrome/browser/api. Use in api and autofill. by [email protected] · 13 years ago
  33. 7ca0f36 PrefValueStore and PrefService expose the value of a pref returned by the by [email protected] · 13 years ago
  34. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  35. 3cbe081 persist known media galleries (only directories for now) by [email protected] · 13 years ago
  36. 65f17355 [Sync] Rename csync namespace to syncer by [email protected] · 13 years ago
  37. cb02f61 [Sync] Put everything in sync/api into csync namespace by [email protected] · 13 years ago
  38. 21d3a88 Make PolicyService per-profile. by [email protected] · 13 years ago
  39. 35a6fd1 [protector] Specific handling of default values of protected prefs. by [email protected] · 13 years ago
  40. 1a5a31f Resubmit r133740: Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
  41. 7500c55e2 Revert 133740 - Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
  42. b2e8e5b Fix homepage migration for users who never changed their settings. by [email protected] · 13 years ago
  43. d0aa78d Remove per-tab preference machinery. by [email protected] · 13 years ago
  44. d6bbd293 Add policy to control "allow background apps" by [email protected] · 13 years ago
  45. 321775f Added textual notice to PrefService and WebDataService that third-party modifications to user data are prohibited. by [email protected] · 13 years ago
  46. 59c1071 Add PrefService::GetInitializationStatus() by [email protected] · 13 years ago
  47. 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
  48. 7a5f593 Add more per-tab preferences. by [email protected] · 14 years ago
  49. fbe17c8a Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPrefs calls to CommitPendingWrites. by [email protected] · 14 years ago
  50. a543728 Fixed the value of "controlledBy" for preferences when they're set by the user. by [email protected] · 14 years ago
  51. 361d37f6 Introduce per-tab preferences service. by [email protected] · 14 years ago
  52. 6c2381d Move NotificationObserver, NotificationSource, and NotificationDetails to content/public/browser. by [email protected] · 14 years ago
  53. 9b5f56b4 Reverts debugging code added in hopes of tracking crash. This also by [email protected] · 14 years ago
  54. 2f0a647 Adds some debugging code in hopes of figuring out a crash. As far as I by [email protected] · 14 years ago
  55. bab1c13f base: Rename ValueType to something less redundant as _just_ Type. by [email protected] · 14 years ago
  56. f3a1c64 Move base/values.h into the base namespace. This includes a cros DEPS roll by [email protected] · 14 years ago
  57. fcf5357 Move user cloud policy to BrowserProcess (was 6979011) by [email protected] · 14 years ago
  58. 845b43a8 Adds async interface method, which is used by JsonPrefStore. Also see the bug description for more info. by [email protected] · 14 years ago
  59. d36f941b Refactor preference syncing. by [email protected] · 14 years ago
  60. b99c41c Directly observe the disabled schemes policy instead of via a PrefMember. by [email protected] · 14 years ago
  61. 6c26cef7 Oops, we ended up with two PrefServiceDelegate definitions. by [email protected] · 14 years ago
  62. 8f63d7a Fix the VS2005 build. by [email protected] · 14 years ago
  63. 8a2b688c Fix build on MSVS 2005 by [email protected] · 14 years ago
  64. 844a100 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
  65. 419a057 Added DisabledSchemes policy. by [email protected] · 14 years ago
  66. 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
  67. 334c59d9 This CL implements alternative asynchronous methods for profile and preferences loading. by [email protected] · 14 years ago
  68. f5b9385 Remove old ScopedUserPrefUpdate by [email protected] · 14 years ago
  69. 26418b7 Introduce a new way of using ScopedUserPrefUpdate that ensures notifications are sent. by [email protected] · 14 years ago
  70. 3b63f8f4 Move some files from base to base/memory. by [email protected] · 14 years ago
  71. 68bf41a Let PrefStore::GetValue return a const Value* instead of Value* and add PersistentPrefStore::GetMutableValue by [email protected] · 14 years ago
  72. 3826fed Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs. by [email protected] · 14 years ago
  73. f89ee34 Fix missing change notifications of UserPrefStore by [email protected] · 14 years ago
  74. 9a28f13 Added LevelOfControl to Preferences API's get() result by [email protected] · 14 years ago
  75. c2f23d01 Make proxy settings one atomic dictionary in the PrefStores such that modifications are atomic. by [email protected] · 15 years ago
  76. 887288f0 patch from issue 6286089 by [email protected] · 15 years ago
  77. 11b040b Pacify Coverity when reading kExtensionsPref dictionary by [email protected] · 15 years ago
  78. fb534c9 Rename Real* to Double* in values.* and dependent files by [email protected] · 15 years ago
  79. a98ce126 Make PrefValueStore non-refcounted. by [email protected] · 15 years ago
  80. ebd0b02 Fix broken PrefService::preference_set() returning not all registered preferences. by [email protected] · 15 years ago
  81. 9a8c402 Introduce incognito preference settings. by [email protected] · 15 years ago
  82. c917750 Move non_thread_safe from base to base/threading and into the base namespace. by [email protected] · 15 years ago
  83. f00768e Handle policy refresh internally in ConfigurationPolicyPrefStore. by [email protected] · 15 years ago
  84. b24cf750 Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. by [email protected] · 15 years ago
  85. 05641915 Revert 69320 - Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. by [email protected] · 15 years ago
  86. adde3e6 Migrate HostReferralList and StartupDNSPrefetchList from local_state to user preferences, in preparation for multi-profile. by [email protected] · 15 years ago
  87. f2d1f61 Sanitize PrefStore interface. by [email protected] · 15 years ago
  88. acd78969c Clean up pref change notification handling. by [email protected] · 15 years ago
  89. 73c4793 Fix for Bug 50726 "Save extension list and "winning" prefs from extensions" by [email protected] · 15 years ago
  90. 39d9f62c Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  91. b384cd6 Revert 67997 - Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  92. 87cc213 Reduce the include footprint of pref_service.h by [email protected] · 15 years ago
  93. e025089 A subtle bug was exposed when the following was added to Preferences::RegisterUserPrefs: by [email protected] · 15 years ago
  94. 10abd19 o Add user customizable launch type for apps by adding options in each apps context menu. by [email protected] · 15 years ago
  95. 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
  96. 84ecdf7 o Add user customizable launch type for apps by adding options in each apps context menu. by [email protected] · 15 years ago
  97. 2fb7dc98 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  98. 2510323e Revert 60169 - Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  99. 37d5293 Use PrefChangeRegistrar everywhere by [email protected] · 15 years ago
  100. 99cc9a0 Make pref service more robust against prefs that change their types without updating user pref values. by [email protected] · 15 years ago