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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 module blink.mojom; 5 module blink.mojom;
6 6
7 // ============ Definition for WebFeature used for UseCounter =============== 7 // ============ Definition for WebFeature used for UseCounter ===============
8 // 8 //
9 // Do not change assigned numbers of existing items: add new features 9 // Do not change assigned numbers of existing items: add new features
10 // to the end of the list. 10 // to the end of the list.
(...skipping 1568 matching lines...) Expand 10 before | Expand all | Expand 10 after
1579 kCSSSelectorWebkitMediaControlsPanel = 2041, 1579 kCSSSelectorWebkitMediaControlsPanel = 2041,
1580 kCSSSelectorWebkitMediaControlsPlayButton = 2042, 1580 kCSSSelectorWebkitMediaControlsPlayButton = 2042,
1581 kCSSSelectorWebkitMediaControlsCurrentTimeDisplay = 2043, 1581 kCSSSelectorWebkitMediaControlsCurrentTimeDisplay = 2043,
1582 kCSSSelectorWebkitMediaControlsTimeRemainingDisplay = 2044, 1582 kCSSSelectorWebkitMediaControlsTimeRemainingDisplay = 2044,
1583 kCSSSelectorWebkitMediaControlsTimeline = 2045, 1583 kCSSSelectorWebkitMediaControlsTimeline = 2045,
1584 kCSSSelectorWebkitMediaControlsTimelineContainer = 2046, 1584 kCSSSelectorWebkitMediaControlsTimelineContainer = 2046,
1585 kCSSSelectorWebkitMediaControlsMuteButton = 2047, 1585 kCSSSelectorWebkitMediaControlsMuteButton = 2047,
1586 kCSSSelectorWebkitMediaControlsVolumeSlider = 2048, 1586 kCSSSelectorWebkitMediaControlsVolumeSlider = 2048,
1587 kCSSSelectorWebkitMediaControlsFullscreenButton = 2049, 1587 kCSSSelectorWebkitMediaControlsFullscreenButton = 2049,
1588 kCSSSelectorWebkitMediaControlsToggleClosedCaptionsButton = 2050, 1588 kCSSSelectorWebkitMediaControlsToggleClosedCaptionsButton = 2050,
1589 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
1590 kGeolocationDisabledCrossOriginIframe = 2052,
1591 kGetUserMediaMicDisabledCrossOriginIframe = 2053,
1592 kGetUserMediaCameraDisabledCrossOriginIframe = 2054,
1593 kRequestMIDIAccessDisabledCrossOriginIframe = 2055,
1589 1594
1590 // Add new features immediately above this line. Don't change assigned 1595 // Add new features immediately above this line. Don't change assigned
1591 // numbers of any item, and don't reuse removed slots. 1596 // numbers of any item, and don't reuse removed slots.
1592 // Also, run update_use_counter_feature_enum.py in 1597 // Also, run update_use_counter_feature_enum.py in
1593 // chromium/src/tools/metrics/histograms/ to update the UMA mapping. 1598 // chromium/src/tools/metrics/histograms/ to update the UMA mapping.
1594 kNumberOfFeatures, // This enum value must be last. 1599 kNumberOfFeatures, // This enum value must be last.
1595 }; 1600 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698