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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 LangAttributeAwareFormControlUI | 70 LangAttributeAwareFormControlUI |
71 PrefixedEncryptedMedia status=stable | 71 PrefixedEncryptedMedia status=stable |
72 LocalStorage status=stable | 72 LocalStorage status=stable |
73 Media status=stable | 73 Media status=stable |
74 MediaSource status=stable | 74 MediaSource status=stable |
75 MediaSourceExperimental depends_on=MediaSource, status=experimental | 75 MediaSourceExperimental depends_on=MediaSource, status=experimental |
76 MediaStream status=stable | 76 MediaStream status=stable |
77 NavigatorContentUtils | 77 NavigatorContentUtils |
78 Notifications status=stable | 78 Notifications status=stable |
79 ObjectFitPosition status=stable | 79 ObjectFitPosition status=stable |
| 80 OrientationEvent |
80 // Only enabled on Android, and for certain layout tests on Linux. | 81 // Only enabled on Android, and for certain layout tests on Linux. |
81 OverlayFullscreenVideo | 82 OverlayFullscreenVideo |
82 PagePopup status=stable | 83 PagePopup status=stable |
83 PartialLayout status=experimental | 84 PartialLayout status=experimental |
84 PathOpsSVGClipping | 85 PathOpsSVGClipping |
85 PeerConnection depends_on=MediaStream, status=stable | 86 PeerConnection depends_on=MediaStream, status=stable |
86 // Implementation of this feature varies by platform for now. | 87 // Implementation of this feature varies by platform for now. |
87 // Bug to track removal once completed everywhere: | 88 // Bug to track removal once completed everywhere: |
88 // http://crbug.com/308649 | 89 // http://crbug.com/308649 |
89 PointerEventsMaxTouchPoints status=experimental | 90 PointerEventsMaxTouchPoints status=experimental |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 WebAnimationsCSS status=stable | 129 WebAnimationsCSS status=stable |
129 WebAnimationsSVG depends_on=WebAnimationsCSS | 130 WebAnimationsSVG depends_on=WebAnimationsCSS |
130 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental | 131 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental |
131 WebAudio condition=WEB_AUDIO, status=stable | 132 WebAudio condition=WEB_AUDIO, status=stable |
132 WebGLDraftExtensions status=experimental | 133 WebGLDraftExtensions status=experimental |
133 WebMIDI status=test | 134 WebMIDI status=test |
134 WebKitMediaSource status=stable | 135 WebKitMediaSource status=stable |
135 WebVTTRegions depends_on=VideoTrack, status=experimental | 136 WebVTTRegions depends_on=VideoTrack, status=experimental |
136 WOFF2 status=experimental | 137 WOFF2 status=experimental |
137 XSLT status=stable | 138 XSLT status=stable |
OLD | NEW |