summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_service.cc
Commit message (Expand)AuthorAgeFilesLines
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-597/+0
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-4/+4
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-38/+59
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-412/+4
* Introduce PrefServiceBuilder, use for ChromePrefServiceBuilder.joi@chromium.org2012-12-191-110/+24
* Optimize getting preference values within PrefService class.aberent@chromium.org2012-11-201-42/+46
* Change PrefStore::ReadResult to a boolean.bauerb@chromium.org2012-11-081-8/+6
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-11-081-2/+2
* Revert 165062 - We believe this change broke startup_testsnsylvain@chromium.org2012-11-011-2/+2
* Remove content::NotificationObserver dependency from most Prefs code.joi@chromium.org2012-11-011-4/+6
* Only check if a 'new' preference already exists in checking buildsaberent@chromium.org2012-11-011-4/+1
* Moved JsonPrefStore to use SequencedWorkerPool instead of FILE thread. The po...zelidrag@chromium.org2012-10-301-2/+2
* Renames HasSynced to IsSyncing and HasSyncedChanged tosky@chromium.org2012-10-261-3/+3
* Splits shelf alignment and auto-hide behavior into two values, onesky@chromium.org2012-10-241-0/+18
* Use a hash_map of objects in preference serviceaberent@google.com2012-10-231-14/+9
* Move the bits of Prefs where production code has only trivially easyjoi@chromium.org2012-10-221-3/+3
* Switching from ForXyz naming to FromXyz naming, for consistency.joi@chromium.org2012-09-221-1/+1
* Use BrowserContext as key in API. Switch Autofill to use BC in place of Profile.joi@chromium.org2012-09-131-2/+3
* Extract PrefServiceBase into chrome/browser/api. Use in api and autofill.joi@chromium.org2012-08-211-0/+9
* PrefValueStore and PrefService expose the value of a pref returned by thebartfab@chromium.org2012-07-301-0/+14
* persist known media galleries (only directories for now)estade@chromium.org2012-07-031-0/+31
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-1/+1
* [Sync] Put everything in sync/api into csync namespaceakalin@chromium.org2012-06-271-1/+1
* 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