summaryrefslogtreecommitdiffstats
path: root/chrome/browser/pref_service.cc
Commit message (Expand)AuthorAgeFilesLines
* linux: add UMA stat for the file system where the prefs are storedevan@chromium.org2010-08-201-0/+14
* Refactor PrefService, pulling the PREF_CHANGED notification infrastructure ou...pam@chromium.org2010-08-181-130/+14
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-2/+2
* Remove (deprecated) wstring version of Value::CreateStringValue().viettrungluu@chromium.org2010-08-151-5/+5
* Remove wchar_t* methods from prefs.viettrungluu@chromium.org2010-08-121-189/+0
* Make prefs use std::string for keys rather than wstrings.viettrungluu@chromium.org2010-08-111-46/+233
* Move a bunch of chrome/browser/ files into a policy/ subdir.evan@chromium.org2010-08-091-1/+1
* FBTF: Remove unneeded headers from base/ (part 4)thestig@chromium.org2010-08-071-0/+1
* Fix memory leak in policy refresh implementationdanno@chromium.org2010-08-061-1/+1
* Move creation of the PrefStores into the PrefValueStore, to reduce the knowle...pam@chromium.org2010-08-061-32/+6
* Changing policy while Chrome is running should refresh preferences without re...danno@chromium.org2010-08-041-0/+35
* First stage of proxy extension API.pam@chromium.org2010-08-041-10/+5
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-311-10/+13
* Create factories for policy pref stores.mnissler@chromium.org2010-07-271-47/+2
* Adjust preference sync code to only sync user modifiable preferences.mnissler@chromium.org2010-07-211-19/+23
* Adds the application locale police that allows to enforce the kApplicationLoc...markusheintz@chromium.org2010-07-191-0/+8
* Don't instantiate an ExtensionPrefStore.pam@chromium.org2010-07-181-2/+6
* Add a PrefStore for loading prefs from command-line switches.pam@chromium.org2010-07-161-0/+5
* Add methods for determining which PrefStore contains a given preference, and ...pam@chromium.org2010-07-141-1/+16
* Add an ExtensionPrefStore, layered between the user prefs and the managed pre...pam@chromium.org2010-07-121-9/+37
* Change a bunch of string types.estade@chromium.org2010-06-291-3/+3
* Enable policy support on the Linux platform.danno@chromium.org2010-06-231-4/+22
* Pref service strings should be std::string.estade@chromium.org2010-06-181-1/+1
* Add policy code for proxy configurationdanno@chromium.org2010-06-161-1/+4
* Add the Mac policy provider to the pref service.avi@chromium.org2010-06-151-3/+2
* Add code to instantiate the ConfigurationPolicyPrefStore for the Windows plat...danno@chromium.org2010-06-141-7/+35
* Fix bug with mismatching types in preferences.podivilov@chromium.org2010-06-101-1/+2
* Support multiple PrefStoresmnissler@chromium.org2010-06-071-41/+70
* Implementation of managed policy abstraction on top of a preference store. Th...danno@chromium.org2010-05-121-2/+2
* Add API to find out whether a preference is managed.bauerb@chromium.org2010-04-231-0/+24
* Reland "Factor out reading and writing of preferences into |PrefStore|."bauerb@chromium.org2010-04-221-117/+28
* Throw out preferences files that are corrupt rather than keeping them in read...erikkay@chromium.org2010-04-211-4/+18
* Revert 45168 - Reland r45028: Factor out reading and writing of preferences i...erikkay@chromium.org2010-04-211-28/+103
* Reland r45028: Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-211-103/+28
* Revert 45028 - Factor out reading and writing of preferences into |PrefStore|.thomasvl@chromium.org2010-04-201-28/+103
* Factor out reading and writing of preferences into |PrefStore|.bauerb@chromium.org2010-04-201-103/+28
* quiet noisy preferences log during unit testserikkay@chromium.org2010-04-061-1/+6
* detect preferences errorserikkay@chromium.org2010-04-061-9/+90
* Add a bunch of preferences to sync.skrul@chromium.org2010-04-021-0/+13
* chrome 3: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+4
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-0/+684