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

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: rebase only 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 60 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
61 Database status=stable 61 Database status=stable
62 DecodeToYUV status=experimental 62 DecodeToYUV status=experimental
63 DeviceLight status=experimental 63 DeviceLight status=experimental
64 DeviceOrientationAbsolute status=stable 64 DeviceOrientationAbsolute status=stable
65 DisplayList2dCanvas status=stable 65 DisplayList2dCanvas status=stable
66 DurableStorage status=experimental 66 DurableStorage status=experimental
67 ForceDisplayList2dCanvas 67 ForceDisplayList2dCanvas
68 // See crbug.com/585250. 68 // See crbug.com/585250.
69 ForceDisable2dCanvasCopyOnWrite 69 ForceDisable2dCanvasCopyOnWrite
70 // See https://crbug.com/582618.
71 EncryptedMedia status=stable
72 ExecCommandInJavaScript status=test 70 ExecCommandInJavaScript status=test
73 ComputedAccessibilityInfo status=experimental 71 ComputedAccessibilityInfo status=experimental
74 EventListenerOptions status=stable 72 EventListenerOptions status=stable
75 ExperimentalCanvasFeatures status=test 73 ExperimentalCanvasFeatures status=test
76 ExperimentalContentSecurityPolicyFeatures status=experimental 74 ExperimentalContentSecurityPolicyFeatures status=experimental
77 ExperimentalFramework status=stable 75 ExperimentalFramework status=stable
78 // Define a sample API for testing integration with the Experimental Framework. 76 // Define a sample API for testing integration with the Experimental Framework.
79 // The sample API is used in both unit and layout tests for the Experimental 77 // The sample API is used in both unit and layout tests for the Experimental
80 // Framework. Do not change this flag to stable, as it exists solely to generate 78 // Framework. Do not change this flag to stable, as it exists solely to generate
81 // code used by the sample API implementation. 79 // code used by the sample API implementation.
(...skipping 28 matching lines...) Expand all
110 LinkPreload status=stable 108 LinkPreload status=stable
111 LinkHeader status=stable 109 LinkHeader status=stable
112 FractionalScrollOffsets status=experimental 110 FractionalScrollOffsets status=experimental
113 MediaCapture 111 MediaCapture
114 MediaCaptureFromCanvas status=experimental 112 MediaCaptureFromCanvas status=experimental
115 MediaCaptureFromVideo status=test 113 MediaCaptureFromVideo status=test
116 MediaConstraints status=test 114 MediaConstraints status=test
117 MediaDevices status=stable 115 MediaDevices status=stable
118 MediaRecorder status=stable 116 MediaRecorder status=stable
119 MediaSession 117 MediaSession
120 MediaSource status=stable 118 MediaSourceExperimental status=experimental
121 MediaSourceExperimental depends_on=MediaSource, status=experimental
122 MediaStreamSpeech status=experimental 119 MediaStreamSpeech status=experimental
123 MemoryInfoInWorkers status=experimental 120 MemoryInfoInWorkers status=experimental
124 MobileLayoutTheme 121 MobileLayoutTheme
125 NavigatorConnect status=experimental 122 NavigatorConnect status=experimental
126 NavigatorContentUtils 123 NavigatorContentUtils
127 WebNFC status=experimental 124 WebNFC status=experimental
128 NetworkInformation status=stable 125 NetworkInformation status=stable
129 NetInfoDownlinkMax status=stable 126 NetInfoDownlinkMax status=stable
130 NewMediaPlaybackUi 127 NewMediaPlaybackUi
131 NotificationConstructor status=stable 128 NotificationConstructor status=stable
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 WebVTTRegions status=experimental 208 WebVTTRegions status=experimental
212 V8IdleTasks 209 V8IdleTasks
213 XSLT status=stable 210 XSLT status=stable
214 smil status=stable 211 smil status=stable
215 ScrollCustomization 212 ScrollCustomization
216 ScrollRestoration status=stable 213 ScrollRestoration status=stable
217 WakeLock status=experimental 214 WakeLock status=experimental
218 WebFontsIntervention status=experimental 215 WebFontsIntervention status=experimental
219 WebFontsInterventionTrigger 216 WebFontsInterventionTrigger
220 Worklet status=test 217 Worklet status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698