summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Change ScopedPtrHashMap's 2nd template parameterkcwu2015-04-281-1/+1
* Ensure tests have an active task runnerskyostil2015-04-273-20/+32
* Move IsOriginSecure() into //content and use it in ServiceWorkerkinuko2015-04-251-2/+2
* Disable the ALLOW value for camera and mic content settings.msramek2015-04-231-0/+16
* Use IsOriginSecure when checking Web MIDI SYSEX capability.palmer2015-04-171-6/+3
* Re-enable content settings instead of ignoring receipt of no settings in Supe...knn2015-04-171-9/+9
* Make ClearAllContentSettingsRules() clear resource IDs as well.msramek2015-04-142-4/+91
* Make chrome/renderer/content_settings_observer.cc depend on //components/cont...vabr2015-04-101-0/+1
* Initialize incognito content settings on startup.msramek2015-04-101-0/+68
* Split the aggregate dictionary that contains content settings exceptions for ...msramek2015-04-032-12/+285
* Web MIDI: allow http://localhost to prompt sysex permissiontoyoshim2015-04-021-1/+4
* Web MIDI API: reject sysex permissions on non-secure schemestoyoshim2015-03-302-1/+41
* Refactor Uses of std::set to std::vector in SimpleFeaturerobliao2015-03-271-3/+3
* Fix content_settings_supervised_provider after deprecation of MEDIASTREAM in ...knn2015-03-272-8/+38
* Add rappor metrics for infobar/bubble operations for Geolocation and Notifica...miguelg2015-03-261-32/+80
* Stop using the MEDIASTREAM content setting.msramek2015-03-261-0/+10
* Use same UI style for popup and plugin blocking UI.meacer2015-03-262-5/+3
* Make content::PermissionType an enum class.mlamouri2015-03-251-10/+12
* Split the default content settings into syncable and nonsyncable.msramek2015-03-241-0/+51
* Add unittests for the HostContentSettingsMap's provider for Supervised Users.knn2015-03-231-0/+121
* It is possible to sometimes have a null PermissionBubbleManager.mlamouri2015-03-231-1/+4
* Split content settings pref related logic into a separate classraymes2015-03-181-3/+4
* Plugin Power Saver: Replace all "plug-in" with "plugin" for consistency.tommycli2015-03-161-1/+1
* Remove prerender cookie store, part 2.davidben2015-03-142-25/+3
* Remove myself from OWNERS files where I'm also in higher-level filesjochen2015-03-131-1/+0
* Add a HostContentSettingsMap layer for Supervised Users.knn2015-03-042-0/+160
* ContentBrowserClient::RequestPermission replies with PermissionStatus instead...mlamouri2015-03-038-52/+71
* Add UMA to track permission changes from the content settings menumiguelg2015-02-262-0/+54
* Minor infobar cleanup.pkasting2015-02-242-12/+7
* Correctly whitelist the PDF plugin in the PDF extension.sammc2015-02-231-1/+2
* Enable plugin blocking for browser plugins.sammc2015-02-181-0/+6
* Plugin Power Saver: Remove ASK (left C2P). Replace with DETECT.tommycli2015-02-101-5/+0
* Introduce a CookieSettings for incognito modebattre2015-02-062-1/+68
* media: Invoke PlatformVerificationDialog from ProtectedMediaIdentifierPermiss...xhwang2015-02-062-55/+0
* media: Use PlatformVerificationDialog in PermissionContextBase on ChromeOS.xhwang2015-02-032-0/+55
* Expose the "Fullscreen" content setting to extensions.msramek2015-02-031-0/+12
* media: Enable ProtectedMediaIdentifierPermissionContext on ChromeOS.xhwang2015-02-034-4/+19
* Implement RevokePermission() method in PermissionService.timvolodine2015-02-023-2/+91
* Extensions: Consolidate extension id hashing / searching.thestig2015-01-291-5/+6
* Dismiss permission bubble request if it's a duplicatefelt2015-01-291-0/+2
* media: Rename PERMISSION_PROTECTED_MEDIA to PERMISSION_PROTECTED_MEDIA_IDENTI...xhwang2015-01-281-1/+1
* Block NPAPI plugins by defaultwfh2015-01-211-2/+66
* Move origin url validation check to PermissionContextBase class.timvolodine2015-01-202-2/+55
* Move ContentSettingsUsagesState to the component.vasilii2015-01-144-200/+2
* Clean up dependencies of ContentSettingsUsagesState on content/.vasilii2015-01-134-55/+79
* Record eTLD+1 for pages that show the mixed content shield.lgarron2015-01-091-0/+14
* Plugin Power Saver: Add back 'Click to play' option as 4th for plugins.tommycli2015-01-091-0/+5
* Standardize usage of virtual/override/final specifiers in chrome/.dcheng2014-12-292-3/+2
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-221-9/+16
* Plugin Power Saver: Implement option in Settings.tommycli2014-12-171-7/+17