summaryrefslogtreecommitdiffstats
path: root/chrome/browser/prefs
Commit message (Expand)AuthorAgeFilesLines
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-2/+2
* Split the policy refresh rate preference into user- and device-policy refresh...sfeuz@chromium.org2011-06-061-0/+2
* Move most of the core SSL code from chrome to content. The UI code that's sp...jam@chromium.org2011-06-031-1/+1
* Allow device policy code to be optionally included.jknotten@chromium.org2011-06-013-185/+200
* Replace many OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, since most of them a...chromium@hybridsource.org2011-05-281-2/+2
* [cros] WizardController refactoring.altimofeev@chromium.org2011-05-271-1/+1
* Make --allow-cross-domain-auth-prompt equivalent to a preference.tsepez@chromium.org2011-05-261-0/+2
* Move external protocol handling from TC.avi@chromium.org2011-05-251-1/+1
* [cros] Move carrier deal shown property to LocalState.nkostylev@chromium.org2011-05-241-0/+2
* Implement new SyncAPI and convert Preferences to it.zea@chromium.org2011-05-233-315/+270
* Take out pref watching from HostZoomMap, in preparation of removing Profile f...jam@chromium.org2011-05-231-1/+0
* Include headers for functions that are usedkristianm@chromium.org2011-05-201-0/+1
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-1/+1
* Adds async interface method, which is used by JsonPrefStore. Also see the bug...altimofeev@chromium.org2011-05-1115-110/+111
* Refactor preference syncing.zea@chromium.org2011-05-0913-39/+1460
* Wire new WebCore settings for blocking mixed-content loads into Chrome.cevans@chromium.org2011-05-051-0/+4
* Removed BackgroundPageTracker - less code = more happinessatwilson@chromium.org2011-05-041-2/+0
* Enable (optional) blocking of webrequests in case a PAC script cannot be fetc...battre@chromium.org2011-05-034-10/+30
* Added policy to allow plugins that require authorization to run.joaodasilva@chromium.org2011-04-291-0/+2
* Move WebUI ntp files into new ntp directory.estade@chromium.org2011-04-281-1/+1
* Observe plug-in blacklist changes in user preferences instead of local state.bauerb@chromium.org2011-04-281-0/+2
* Make customization documents singletons.dpolukhin@chromium.org2011-04-281-2/+2
* With this implementation, logging on to sync logs you in to the multiprofile ...mirandac@chromium.org2011-04-281-0/+2
* Revert r83261 "With this implementation, logging on to sync logs you in to th...maruel@chromium.org2011-04-281-2/+0
* With this implementation, logging on to sync logs you in to the multiprofile ...mirandac@chromium.org2011-04-281-0/+2
* Directly observe the disabled schemes policy instead of via a PrefMember.bauerb@chromium.org2011-04-275-87/+3
* Move |printing_enabled_| preference into PrintJobManager.bauerb@chromium.org2011-04-271-0/+2
* Add OWNERS file for chrome/browser/prefs.bauerb@chromium.org2011-04-261-0/+4
* Delete a few unused functions.thakis@chromium.org2011-04-251-6/+1
* Oops, we ended up with two PrefServiceDelegate definitions.darin@chromium.org2011-04-211-2/+0
* Fix the VS2005 build.darin@chromium.org2011-04-212-10/+12
* Fix build on MSVS 2005apavlov@chromium.org2011-04-211-0/+2
* Now use a local_pref instead of a CFPreference to track user login items.atwilson@chromium.org2011-04-201-0/+1
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-193-23/+79
* Move BrowserRenderProcessHost to content. It should have been moved earlier.jam@chromium.org2011-04-191-1/+1
* Added DisabledSchemes policy.joaodasilva@chromium.org2011-04-185-0/+70
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Update the web store promo to be clearer and configurable at run-time.jstritar@chromium.org2011-04-151-0/+6
* Cleanups in the policy code.joaodasilva@chromium.org2011-04-151-2/+5
* Moves responsibility for showing profile error dialog out of Browsersky@chromium.org2011-04-141-3/+2
* Implement device-level refresh rate policy.mnissler@chromium.org2011-04-141-4/+3
* Add enableReferrers and enableHyperlinkAuditing to contentSettings.misc exten...bauerb@chromium.org2011-04-133-13/+14
* Revert 81394 (broke sync_integration_tests and clang) - This CL implements al...altimofeev@chromium.org2011-04-133-79/+24
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-133-24/+79
* Replacing base::DIR_TEMP with ScopedTempDir when appropriate.mkwst@chromium.org2011-04-121-12/+10
* Remove old ScopedUserPrefUpdatebattre@chromium.org2011-04-124-63/+9
* Implement operator* and operator-> for ScopedUserPrefUpdatebattre@chromium.org2011-04-111-0/+8
* Get rid of PrefService::GetMutableDictionary/GetMutableListbattre@chromium.org2011-04-051-4/+3
* AllowOutdatedPlugins policy.joaodasilva@chromium.org2011-03-313-21/+25
* Introduce a new way of using ScopedUserPrefUpdate that ensures notifications ...battre@chromium.org2011-03-306-49/+244