summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings/host_content_settings_map.cc
Commit message (Expand)AuthorAgeFilesLines
* Feature1:xians@chromium.org2012-06-251-12/+25
* Move the mixed scripting infobar to a page action icon / content setting.cevans@chromium.org2012-06-211-0/+4
* Whitelist all previously loaded extensions when registering the ExtensionServ...bauerb@chromium.org2012-06-181-18/+0
* Change "session only" content settings to "clear on exit", and add code that ...jochen@chromium.org2012-06-051-1/+58
* Don't force non-session only cookies to be session only cookies, instead dele...jochen@chromium.org2012-05-301-0/+24
* Remove IsWebIntentsEnabledForActiveBrowser and change HostContentSettingsMap ...ben@chromium.org2012-05-241-6/+8
* Move content settings extension API to content_settings dir.hebert.christopherj@chromium.org2012-05-171-1/+1
* Web Intents: Remove the flag and compile-time define.jhawkins@chromium.org2012-05-161-4/+0
* Remove browser from web intents UI code.benwells@chromium.org2012-05-021-1/+1
* Remove web intents from Chrome on Android buildjgreenwald@chromium.org2012-03-131-2/+7
* Whitelist Google Talk plug-in when turning on click-to-play.bauerb@chromium.org2012-02-271-0/+2
* Web Intents: Add a pref for enabling the feature, enable the UI.jhawkins@chromium.org2012-02-221-1/+2
* Whitelist extensions with bundled plug-ins for plug-ins.bauerb@chromium.org2012-02-151-3/+6
* Block plugins for platform appsbenwells@chromium.org2012-02-071-2/+10
* Revert 120541 - Block plugins for platform appshbono@chromium.org2012-02-061-10/+2
* Block plugins for platform appsbenwells@chromium.org2012-02-061-2/+10
* Coverity: pass ContentSettingsPattern by const reftbreisacher@chromium.org2012-02-021-2/+2
* Move click-to-play out of chrome://flags.bauerb@chromium.org2012-01-311-3/+0
* Revert 119306 - Turn web intents build flag on.gbillock@chromium.org2012-01-271-3/+2
* Revert 119284 - Turn web intents build flag on. Move the command-line flag to...gbillock@chromium.org2012-01-261-1/+2
* Turn web intents build flag on. Move the command-line flag to default on.gbillock@chromium.org2012-01-261-2/+1
* Split UserMetrics into API vs. implementation. Move API to content/public.joi@chromium.org2011-12-141-1/+2
* - Remove unused includesmarkusheintz@chromium.org2011-12-081-17/+21
* Content settings UI for mouse lockscheib@chromium.org2011-11-231-0/+1
* Fix memory leak in the SetDefaultContentSettings method of the HostContentSet...markusheintz@chromium.org2011-11-211-6/+9
* Add a section for the fullscreen JS API in the content settings page.koz@chromium.org2011-11-181-5/+11
* Valgrind: Fix a leak in ContentSettingsProvider.jhawkins@chromium.org2011-11-171-6/+5
* Replace SetContentSetting method of the content_settings::Provider interface ...markusheintz@chromium.org2011-11-171-12/+37
* Take script URLs into account when applying script content settings.marja@chromium.org2011-11-161-27/+0
* Revert 109228 - ContentSettingsObserver (+ related classes) cleanup.cmp@chromium.org2011-11-101-0/+27
* Don't whitelist extensions for geolocation.bauerb@chromium.org2011-11-091-1/+3
* ContentSettingsObserver (+ related classes) cleanup.marja@chromium.org2011-11-091-27/+0
* Lock the GTK UI of the content settings bubble if the corresponding content s...markusheintz@chromium.org2011-11-081-32/+63
* Exempt chrome-extension:// from third-party cookie rules, but not from regula...jochen@chromium.org2011-11-041-6/+10
* Apply exemptions to content settings based on the primary urljochen@chromium.org2011-11-041-1/+1
* 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
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-281-171/+15
* Delegating the "are images allowed" decision to renderer.marja@chromium.org2011-10-271-3/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Take the content settings set by extensions into account in the default setti...marja@chromium.org2011-10-191-33/+25
* Check for default content setting pattern when requiring user authorization f...bauerb@chromium.org2011-10-191-45/+29
* Move notification_source from content/common to content/browser/public and pu...jam@chromium.org2011-10-191-8/+9
* Don't return settings from DefaultProvider for compound content types.bauerb@chromium.org2011-10-181-14/+6
* Refactoring: Iterating content setting rules.marja@chromium.org2011-10-171-52/+73
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Use raw pointers instead of linked_ptr for the HostContentSettingsMap provide...bauerb@chromium.org2011-10-121-37/+27
* Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.joaodasilva@chromium.org2011-10-121-6/+2
* Remove content settings default providers from the host content settings map. marja@chromium.org2011-10-101-151/+143
* OriginIdentifierValueMap refactoring: Change the internal storage from a list...marja@chromium.org2011-09-291-1/+3