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

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

Issue 1742933002: Remove EME and MSE from RuntimeEnabledFeatures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 // http://dev.chromium.org/blink/runtime-enabled-features 1 // http://dev.chromium.org/blink/runtime-enabled-features
2 // 2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features. 4 // a class that stores static enablers for all experimental features.
5 // 5 //
6 // Each feature can be assigned a "status": 6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
9 // status=test -> Enabled in ContentShell for testing, otherwise off. 9 // status=test -> Enabled in ContentShell for testing, otherwise off.
10 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 61 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
62 Database status=stable 62 Database status=stable
63 DecodeToYUV status=experimental 63 DecodeToYUV status=experimental
64 DeviceLight status=experimental 64 DeviceLight status=experimental
65 DeviceOrientationAbsolute status=stable 65 DeviceOrientationAbsolute status=stable
66 DisplayList2dCanvas status=stable 66 DisplayList2dCanvas status=stable
67 DurableStorage status=experimental 67 DurableStorage status=experimental
68 ForceDisplayList2dCanvas 68 ForceDisplayList2dCanvas
69 // See crbug.com/585250. 69 // See crbug.com/585250.
70 ForceDisable2dCanvasCopyOnWrite 70 ForceDisable2dCanvasCopyOnWrite
71 // See https://crbug.com/582618.
72 EncryptedMedia status=stable
73 ExecCommandInJavaScript status=test 71 ExecCommandInJavaScript status=test
74 ComputedAccessibilityInfo status=experimental 72 ComputedAccessibilityInfo status=experimental
75 EventListenerOptions status=stable 73 EventListenerOptions status=stable
76 ExperimentalCanvasFeatures status=test 74 ExperimentalCanvasFeatures status=test
77 ExperimentalContentSecurityPolicyFeatures status=experimental 75 ExperimentalContentSecurityPolicyFeatures status=experimental
78 ExperimentalFramework status=test 76 ExperimentalFramework status=test
79 // Define a sample API for testing integration with the Experimental Framework. 77 // Define a sample API for testing integration with the Experimental Framework.
80 // The sample API is used in both unit and layout tests for the Experimental 78 // The sample API is used in both unit and layout tests for the Experimental
81 // Framework. Do not change this flag to stable, as it exists solely to generate 79 // Framework. Do not change this flag to stable, as it exists solely to generate
82 // code used by the sample API implementation. 80 // code used by the sample API implementation.
(...skipping 21 matching lines...) Expand all
104 InputModeAttribute status=experimental 102 InputModeAttribute status=experimental
105 IntersectionObserver status=experimental 103 IntersectionObserver status=experimental
106 IterableCollections status=experimental 104 IterableCollections status=experimental
107 KeyboardEventCode status=stable 105 KeyboardEventCode status=stable
108 KeyboardEventKey status=experimental 106 KeyboardEventKey status=experimental
109 LangAttributeAwareFormControlUI 107 LangAttributeAwareFormControlUI
110 LinkPreconnect status=stable 108 LinkPreconnect status=stable
111 LinkPreload status=stable 109 LinkPreload status=stable
112 LinkHeader status=stable 110 LinkHeader status=stable
113 FractionalScrollOffsets status=experimental 111 FractionalScrollOffsets status=experimental
114 Media status=stable 112 Media status=stable
wolenetz 2016/03/03 00:21:14 nit: rebase to ToT will remove this and the refere
ddorwin 2016/03/03 00:29:15 Yes, my work on this CL led to me asking about thi
115 MediaCapture 113 MediaCapture
116 MediaCaptureFromCanvas status=experimental 114 MediaCaptureFromCanvas status=experimental
117 MediaCaptureFromVideo status=test 115 MediaCaptureFromVideo status=test
118 MediaConstraints status=test 116 MediaConstraints status=test
119 MediaDevices status=stable 117 MediaDevices status=stable
120 MediaRecorder status=stable 118 MediaRecorder status=stable
121 MediaSession 119 MediaSession
122 MediaSource status=stable 120 MediaSourceExperimental status=experimental
123 MediaSourceExperimental depends_on=MediaSource, status=experimental
124 MediaStreamSpeech status=experimental 121 MediaStreamSpeech status=experimental
125 MemoryInfoInWorkers status=experimental 122 MemoryInfoInWorkers status=experimental
126 MobileLayoutTheme 123 MobileLayoutTheme
127 NavigatorConnect status=experimental 124 NavigatorConnect status=experimental
128 NavigatorContentUtils 125 NavigatorContentUtils
129 WebNFC status=experimental 126 WebNFC status=experimental
130 NetworkInformation status=stable 127 NetworkInformation status=stable
131 NetInfoDownlinkMax status=stable 128 NetInfoDownlinkMax status=stable
132 NewMediaPlaybackUi 129 NewMediaPlaybackUi
133 NotificationConstructor status=stable 130 NotificationConstructor status=stable
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 WebVTTRegions depends_on=Media, status=experimental 210 WebVTTRegions depends_on=Media, status=experimental
214 V8IdleTasks 211 V8IdleTasks
215 XSLT status=stable 212 XSLT status=stable
216 smil status=stable 213 smil status=stable
217 ScrollCustomization 214 ScrollCustomization
218 ScrollRestoration status=stable 215 ScrollRestoration status=stable
219 WakeLock status=experimental 216 WakeLock status=experimental
220 WebFontsIntervention status=experimental 217 WebFontsIntervention status=experimental
221 WebFontsInterventionTrigger 218 WebFontsInterventionTrigger
222 Worklet status=test 219 Worklet status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698