summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings/content_settings_pref_provider.cc
Commit message (Expand)AuthorAgeFilesLines
* Correct const accessors in base/values.(h|cc)vabr@chromium.org2012-07-271-3/+3
* Feature1:xians@chromium.org2012-06-251-7/+24
* Fix bug that causes the deletion of all notification settings after a browser...markusheintz@chromium.org2012-05-091-135/+59
* While migrating obsolete location settings ignore corrupted setting values.markusheintz@chromium.org2012-05-021-4/+8
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2012-04-031-3/+6
* Remove the obsolete prefs kPopupWhitelistedHosts and kPerHostContentSettigns....markusheintz@chromium.org2012-03-291-67/+0
* Remove code to keep obsolete content settings patterns pref in sync with the ...markusheintz@chromium.org2012-03-291-287/+2
* When content settings exception are loaded from the preferences, ignore conte...markusheintz@chromium.org2012-03-231-1/+1
* Add per-plugin whitelisting to chrome://pluginsbauerb@chromium.org2012-02-211-24/+24
* Revert "Add per-plugin whitelisting to chrome://plugins"loislo@chromium.org2012-02-171-7/+6
* Add per-plugin whitelisting to chrome://pluginsbauerb@chromium.org2012-02-171-6/+7
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-311-6/+1
* Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref...bauerb@chromium.org2011-12-271-3/+0
* Coverity: Fix unchecked return valueskmadhusu@chromium.org2011-12-221-6/+9
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-1/+2
* Remove corrupted values from obsolete geolocation preference.markusheintz@chromium.org2011-11-241-1/+30
* Replace SetContentSetting method of the content_settings::Provider interface ...markusheintz@chromium.org2011-11-171-33/+53
* 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
* Fixing the "lock is not held" assertions in PrefProvider.marja@chromium.org2011-10-201-48/+39
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-5/+5
* Cleanup + comments which should've been in revision 105781.marja@chromium.org2011-10-171-8/+8
* Refactoring: Iterating content setting rules.marja@chromium.org2011-10-171-79/+79
* Allow resource identifiers in content settings.bauerb@chromium.org2011-10-131-41/+40
* Deadlock fix for PrefProvider. It was sending out notifications while holding...marja@chromium.org2011-10-121-66/+72
* Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.joaodasilva@chromium.org2011-10-121-5/+0
* Remove content settings default providers from the host content settings map. marja@chromium.org2011-10-101-325/+17
* Deadlock fix for PrefDefaultProvider.marja@chromium.org2011-10-071-11/+19
* OriginIdentifierValueMap refactoring: Change the internal storage from a list...marja@chromium.org2011-09-291-22/+21
* Use OriginIdentifierValueMap internally in ExtensionContentSettingsStore.bauerb@chromium.org2011-09-231-9/+2
* Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...marja@chromium.org2011-09-211-1/+1
* Add a method to the content_settings::ProviderInterface to return the |Value|...markusheintz@chromium.org2011-09-051-5/+15
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-311-38/+169
* Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_sett...markusheintz@chromium.org2011-08-311-169/+38
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-311-38/+169
* Don't sync or migrate obsolete preferences in the incognito host content sett...markusheintz@chromium.org2011-08-251-12/+14
* - Add a new content settings type AUTO-SELECT-CERTIFICATE. The default value ...markusheintz@chromium.org2011-08-241-0/+3
* Enable WebIntents blacklist UI (redo of #7645034)groby@chromium.org2011-08-181-0/+3
* Don't update the obsolete geolocation preference while migrating it. markusheintz@chromium.org2011-08-181-5/+5
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* Revert 97190 - Enable WebIntents blacklist UIrvargas@google.com2011-08-171-3/+0
* Enable WebIntents blacklist UIgroby@chromium.org2011-08-171-0/+3
* Migrate geolocation settings to host content settings map and remove the geol...markusheintz@chromium.org2011-08-151-25/+174
* Fix partially broken pattern keys and delete invalid pattern keys of the obso...markusheintz@chromium.org2011-08-091-31/+73
* Make content_settings::ParsePatternString more reliable.markusheintz@chromium.org2011-08-021-34/+12
* FileManagerDialogTest.SelectFileAndCancel flaky.grt@chromium.org2011-07-191-0/+1065
|\
* | Roll ANGLE r704:r705jbauman@chromium.org2011-07-191-1065/+0
* | Migrate default geolocation content setting to host content settings map.markusheintz@chromium.org2011-07-191-5/+34
|/
* Fix DCHECK() hit when synching a new profilesail@chromium.org2011-07-151-0/+2