summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs/pref_service_syncable.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename managed user prefs to supervised user prefs.bauerb@chromium.org2013-08-291-1/+1
* Add support for a managed user pref store to PrefService.bauerb@chromium.org2013-08-291-0/+1
* Add histograms to track synced pref changes.rockot@chromium.org2013-08-101-0/+14
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-9/+8
* cros: Exclude user has synced app pins from default pin trial.xiyuan@chromium.org2013-05-261-1/+5
* components: Move PrefRegistrySyncable into user_prefs namespace.tfarina@chromium.org2013-05-061-11/+12
* sync: Implementation of Priority Preferences.albertb@chromium.org2013-03-271-11/+41
* Introduce //components/user_prefs.joi@chromium.org2013-03-061-1/+1
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Get rid of the ability to unregister preferences.joi@chromium.org2013-02-211-7/+0
* Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/.joi@chromium.org2013-02-111-3/+3
* Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable.joi@chromium.org2013-02-101-203/+50
* Merge branch 'master' into file_path_browserbrettw@chromium.org2013-02-101-3/+4
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple.joi@chromium.org2013-02-061-6/+25
* Fix a heapcheck issue in pref_service_syncablepenghuang@chromium.org2013-02-041-1/+1
* prefs: Rename PrefServiceObserver to PrefServiceSyncableObserver.tfarina@chromium.org2013-01-141-4/+6
* Remove PrefValueStore's dependency on PrefModelAssociator.joi@chromium.org2012-12-271-1/+4
* Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable.joi@chromium.org2012-12-221-0/+273