summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Mouse lock content setting back-end (no UI)scheib@chromium.org2011-10-223-1/+9
* Fixing the "lock is not held" assertions in PrefProvider.marja@chromium.org2011-10-202-48/+44
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-196-20/+20
* Take the content settings set by extensions into account in the default setti...marja@chromium.org2011-10-193-65/+61
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-194-108/+105
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-194-23/+24
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-199-57/+59
* Don't return settings from DefaultProvider for compound content types.bauerb@chromium.org2011-10-182-24/+16
* Don't return content settings from DefaultProvider for non-empty resource ide...bauerb@chromium.org2011-10-172-5/+11
* Cleanup + comments which should've been in revision 105781.marja@chromium.org2011-10-172-9/+11
* Refactoring: Iterating content setting rules.marja@chromium.org2011-10-1725-715/+918
* Remove an unnecessary comparison in OriginIdentifierValueMap::EntryMapKey::op...rsleevi@chromium.org2011-10-171-4/+2
* Implement fullscreen info bubble on Win and Mac.jeremya@chromium.org2011-10-154-1/+10
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Allow resource identifiers in content settings.bauerb@chromium.org2011-10-138-144/+66
* Use raw pointers instead of linked_ptr for the HostContentSettingsMap provide...bauerb@chromium.org2011-10-122-42/+42
* Deadlock fix for PrefProvider. It was sending out notifications while holding...marja@chromium.org2011-10-123-66/+156
* Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.joaodasilva@chromium.org2011-10-1218-68/+37
* Remove content settings default providers from the host content settings map. marja@chromium.org2011-10-1020-1219/+1124
* Deadlock fix for PrefDefaultProvider.marja@chromium.org2011-10-071-11/+19
* OriginIdentifierValueMap refactoring: Change the internal storage from a list...marja@chromium.org2011-09-2916-206/+312
* Use OriginIdentifierValueMap internally in ExtensionContentSettingsStore.bauerb@chromium.org2011-09-237-65/+80
* Moving ContentSettingsPattern and ContentSettingsPatternParser from chrome/br...marja@chromium.org2011-09-2114-1882/+9
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-141-4/+3
* Move the ViewHostMsg_AppCacheAccessed message handling out of Chrome and repl...ananta@chromium.org2011-09-082-13/+13
* Add policies for notifications exceptions.markusheintz@chromium.org2011-09-081-1/+17
* Address post commit comments for CL http://codereview.chromium.org/7828022/markusheintz@chromium.org2011-09-082-13/+11
* - Add a method to the HostContentSettings map to return the |Value| of a cont...markusheintz@chromium.org2011-09-056-54/+179
* Add a method to the content_settings::ProviderInterface to return the |Value|...markusheintz@chromium.org2011-09-0512-22/+183
* Remove ContentSettingsRule and ContentSettingsRules types in content_settings...markusheintz@chromium.org2011-09-052-24/+6
* Move web intents switch to content_switches.gbillock@chromium.org2011-09-021-0/+1
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-317-531/+337
* Remove unused static initializer in content_settings_policy_provider.ccmarkusheintz@chromium.org2011-08-311-5/+0
* Revert 98938 - Migrate Obsolete NotificationsSettings and remove content_sett...markusheintz@chromium.org2011-08-317-337/+531
* Migrate Obsolete NotificationsSettings and remove content_settings::Notificat...markusheintz@chromium.org2011-08-317-531/+337
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-273-8/+5
* * Wire up the delete command in the cookie tree UI to actually delete indexed...michaeln@google.com2011-08-251-1/+1
* 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-245-4/+134
* Fixed a few places that should know about CONTENT_SETTINGS_TYPE_INTENTSgroby@chromium.org2011-08-241-0/+1
* The following methods of the HostContentSettingsMaps are not supposed to be u...markusheintz@chromium.org2011-08-222-26/+25
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-4/+4
* Enable WebIntents blacklist UI (redo of #7645034)groby@chromium.org2011-08-183-0/+16
* 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-173-16/+0
* Enable WebIntents blacklist UIgroby@chromium.org2011-08-173-0/+16
* Migrate geolocation settings to host content settings map and remove the geol...markusheintz@chromium.org2011-08-154-57/+355
* base: Fix the TODO in ListValue::Remove().tfarina@chromium.org2011-08-131-6/+6
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-122-38/+26