summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Clear notifier when PrefService is destroyed.atwilson@chromium.org2012-06-081-0/+1
* Make PolicyService per-profile.bauerb@chromium.org2012-05-311-6/+9
* [protector] Specific handling of default values of protected prefs.ivankr@chromium.org2012-05-281-5/+13
* Revert 135222 - it broke multiprofile tests - Use worker pool for IO in JsonP...sergeyu@chromium.org2012-05-071-5/+3
* Use worker pool for IO in JsonPrefStore.sergeyu@chromium.org2012-05-031-3/+5
* Resubmit r133740: Fix homepage migration for users who never changed their se...tbreisacher@chromium.org2012-04-261-0/+25
* Revert 133740 - Fix homepage migration for users who never changed their sett...dpapad@chromium.org2012-04-241-25/+0
* Fix homepage migration for users who never changed their settings.tbreisacher@chromium.org2012-04-241-0/+25
* Keep emtpy List/Dictionary pref value with non-empty default.xiyuan@chromium.org2012-04-121-0/+17
* Refactored the ConfigurationPolicyPrefStore to use the PolicyService.joaodasilva@chromium.org2012-04-021-20/+10
* Remove per-tab preference machinery.falken@chromium.org2012-03-261-26/+0
* Add policy to control "allow background apps"bartfab@chromium.org2012-03-191-0/+5
* Add PrefService::GetInitializationStatus()sail@chromium.org2012-03-131-0/+15
* Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ...thestig@chromium.org2012-01-241-16/+27
* Use a non-const iterator when removing a preference in PrefService::Unregiste...steveblock@chromium.org2012-01-051-1/+1
* Get rid of trivial IncognitoUserPrefStore and PerTabUserPrefStore.mnaganov@chromium.org2012-01-051-7/+10
* Fix a memory leak introduced in r115955.mnaganov@chromium.org2011-12-291-0/+1
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-0/+18
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-10/+0
* Fixed the value of "controlledBy" for preferences when they're set by the user.joaodasilva@chromium.org2011-12-121-0/+4
* Introduce per-tab preferences service.mnaganov@chromium.org2011-11-221-45/+75
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+0
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-2/+2
* Replace NewRunnableMethod calls with base::Bind in chrome/browser/prefs.bauerb@chromium.org2011-09-281-4/+5
* Produce histogram in important_file_writer codejar@chromium.org2011-09-151-1/+2
* Reverts debugging code added in hopes of tracking crash. This alsosky@chromium.org2011-08-241-14/+0
* Adds some debugging code in hopes of figuring out a crash. As far as Isky@chromium.org2011-08-231-0/+14
* base: Rename ValueType to something less redundant as _just_ Type.tfarina@chromium.org2011-08-121-6/+6
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Fixed regression: various preferences were not persisted when changed from in...battre@chromium.org2011-07-141-2/+2
* Make policy removable using ifdefs instead of stubs.torne@chromium.org2011-07-141-4/+12
* Move user cloud policy to BrowserProcess (was 6979011)gfeher@chromium.org2011-06-291-4/+2
* Fix handling of non-user controlled syncable preferences.zea@chromium.org2011-06-201-4/+0
* Implement new SyncAPI and convert Preferences to it.zea@chromium.org2011-05-231-2/+0
* Adds async interface method, which is used by JsonPrefStore. Also see the bug...altimofeev@chromium.org2011-05-111-61/+45
* Refactor preference syncing.zea@chromium.org2011-05-091-19/+247
* Directly observe the disabled schemes policy instead of via a PrefMember.bauerb@chromium.org2011-04-271-20/+3
* Fix the VS2005 build.darin@chromium.org2011-04-211-2/+2
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-191-20/+53
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-181-0/+4
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-141-3/+2
* Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...altimofeev@chromium.org2011-04-131-53/+21
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-131-21/+53
* Remove old ScopedUserPrefUpdatebattre@chromium.org2011-04-121-9/+0
* Introduce a new way of using ScopedUserPrefUpdate that ensures notifications ...battre@chromium.org2011-03-301-39/+23
* Let PrefStore::GetValue return a const Value* instead of Value* and add Persi...battre@chromium.org2011-03-251-8/+4
* Provide lazy CommitPendingWrites in addition to eager SavePersistentPrefs.dilmah@chromium.org2011-03-251-2/+5
* Move FilePath <-> Value conversions into a separate file.bauerb@chromium.org2011-03-151-4/+3