Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: third_party/WebKit/public/platform/web_feature.mojom

Issue 2945223002: Add deprecation warnings for permission API usage from iframes (Closed)
Patch Set: . Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/web_feature.mojom
diff --git a/third_party/WebKit/public/platform/web_feature.mojom b/third_party/WebKit/public/platform/web_feature.mojom
index 11670fab65aa6c34e9602a4d956c29403afbc3fb..d7d74425d235117574d79806918990663490d5da 100644
--- a/third_party/WebKit/public/platform/web_feature.mojom
+++ b/third_party/WebKit/public/platform/web_feature.mojom
@@ -1586,6 +1586,11 @@ enum WebFeature {
kCSSSelectorWebkitMediaControlsVolumeSlider = 2048,
kCSSSelectorWebkitMediaControlsFullscreenButton = 2049,
kCSSSelectorWebkitMediaControlsToggleClosedCaptionsButton = 2050,
+ kEncryptedMediaDisabledCrossOriginIframe = 2051,
ddorwin 2017/07/05 20:29:20 "Disabled" here seems misleading. ...CrossOriginI
raymes 2017/07/06 03:48:04 Hmm, that could imply user permission was denied t
ddorwin 2017/07/06 23:28:21 I was trying to find language that indicated the c
raymes 2017/07/10 23:19:13 Ah I understand. Thanks for explaining. It's hard
+ kGeolocationDisabledCrossOriginIframe = 2052,
+ kGetUserMediaMicDisabledCrossOriginIframe = 2053,
+ kGetUserMediaCameraDisabledCrossOriginIframe = 2054,
+ kRequestMIDIAccessDisabledCrossOriginIframe = 2055,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698