OLD | NEW |
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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 IterableCollections status=experimental | 100 IterableCollections status=experimental |
101 KeyboardEventCode status=stable | 101 KeyboardEventCode status=stable |
102 KeyboardEventKey status=experimental | 102 KeyboardEventKey status=experimental |
103 LangAttributeAwareFormControlUI | 103 LangAttributeAwareFormControlUI |
104 LinkPreconnect status=stable | 104 LinkPreconnect status=stable |
105 LinkPreload status=stable | 105 LinkPreload status=stable |
106 LinkHeader status=stable | 106 LinkHeader status=stable |
107 FractionalScrollOffsets status=experimental | 107 FractionalScrollOffsets status=experimental |
108 Media status=stable | 108 Media status=stable |
109 MediaCapture | 109 MediaCapture |
110 MediaCaptureFromElement status=experimental | 110 MediaCaptureFromCanvas status=experimental |
| 111 MediaCaptureFromVideo status=test |
111 MediaConstraints status=test | 112 MediaConstraints status=test |
112 MediaDevices status=stable | 113 MediaDevices status=stable |
113 MediaRecorder status=stable | 114 MediaRecorder status=stable |
114 MediaSession | 115 MediaSession |
115 MediaSource status=stable | 116 MediaSource status=stable |
116 MediaSourceExperimental depends_on=MediaSource, status=experimental | 117 MediaSourceExperimental depends_on=MediaSource, status=experimental |
117 MediaStreamSpeech status=experimental | 118 MediaStreamSpeech status=experimental |
118 MemoryInfoInWorkers status=experimental | 119 MemoryInfoInWorkers status=experimental |
119 NavigatorConnect status=experimental | 120 NavigatorConnect status=experimental |
120 NavigatorContentUtils | 121 NavigatorContentUtils |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 WebVTTRegions depends_on=Media, status=experimental | 208 WebVTTRegions depends_on=Media, status=experimental |
208 V8IdleTasks | 209 V8IdleTasks |
209 XSLT status=stable | 210 XSLT status=stable |
210 smil status=stable | 211 smil status=stable |
211 ScrollCustomization | 212 ScrollCustomization |
212 ScrollRestoration status=stable | 213 ScrollRestoration status=stable |
213 WakeLock status=experimental | 214 WakeLock status=experimental |
214 WebFontsIntervention status=experimental | 215 WebFontsIntervention status=experimental |
215 WebFontsInterventionTrigger | 216 WebFontsInterventionTrigger |
216 Worklet | 217 Worklet |
OLD | NEW |