summaryrefslogtreecommitdiffstats
path: root/chrome/browser/content_settings
Commit message (Expand)AuthorAgeFilesLines
* Add initial support for runtime permissions in android M.tedchoc2015-06-102-0/+9
* Remove workarounds for bug 433877.mlamouri2015-06-091-2/+0
* Move PermissionRequestID to chrome/browser/permissions/.mlamouri2015-06-066-7/+7
* Use RenderFrameHost for ::RequestPermission() and ::CancelPermission().mlamouri2015-06-035-46/+42
* Service Worker: Remove incorrect DCHECK in AllowServiceWorkerfalken2015-06-031-2/+0
* Replace ObserverList->base::ObserverList in chromebrettw2015-06-021-1/+1
* Add way for PermissionContext to be automatically restricted to secure origins.mlamouri2015-06-013-0/+21
* Use using content::PermissionType and other cleanup.ddorwin2015-05-291-9/+11
* Disable NPAPI support by removing the --enable-npapi switch, chrome://flags a...wfh2015-05-291-2/+2
* MidiPermissionContext::GetPermission() returns BLOCK for insecure origins.mlamouri2015-05-282-41/+0
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-2/+2
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-2/+2
* Fix UMA reporting for permission granted stats with bubblesmiguelg2015-05-151-1/+1
* Switch //chrome/browser code to use IsOriginSecure() instead of SchemeIsSecur...lgarron2015-05-121-2/+3
* Expose Service Worker accesses in "Cookies set by this page" UIfalken2015-04-302-0/+39
* 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