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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 // Only enabled on Android, and for certain layout tests on Linux. | 73 // Only enabled on Android, and for certain layout tests on Linux. |
74 OverlayFullscreenVideo | 74 OverlayFullscreenVideo |
75 PagePopup status=stable | 75 PagePopup status=stable |
76 PartialLayout status=experimental | 76 PartialLayout status=experimental |
77 PathOpsSVGClipping | 77 PathOpsSVGClipping |
78 PeerConnection depends_on=MediaStream, status=stable | 78 PeerConnection depends_on=MediaStream, status=stable |
79 ProgrammaticScrollNotifications status=test | 79 ProgrammaticScrollNotifications status=test |
80 Promise status=experimental | 80 Promise status=experimental |
81 Quota status=stable | 81 Quota status=stable |
82 OverlayScrollbars | 82 OverlayScrollbars |
| 83 RegionBasedColumns status=experimental |
83 RequestAutocomplete status=test | 84 RequestAutocomplete status=test |
84 RowSpanLogicalHeightSpreading status=stable | 85 RowSpanLogicalHeightSpreading status=stable |
85 ScriptedSpeech status=stable | 86 ScriptedSpeech status=stable |
86 SeamlessIFrames status=experimental | 87 SeamlessIFrames status=experimental |
87 ServiceWorker status=experimental | 88 ServiceWorker status=experimental |
88 SessionStorage status=stable | 89 SessionStorage status=stable |
89 ShadowDOM status=experimental | 90 ShadowDOM status=experimental |
90 SharedWorker custom | 91 SharedWorker custom |
91 SpeechInput status=stable | 92 SpeechInput status=stable |
92 SpeechSynthesis status=experimental | 93 SpeechSynthesis status=experimental |
93 Srcset status=experimental | 94 Srcset status=experimental |
94 Stream status=experimental | 95 Stream status=experimental |
95 StyleScoped status=experimental | 96 StyleScoped status=experimental |
96 SubpixelFontScaling | 97 SubpixelFontScaling |
97 SVGPaintOrder status=experimental | 98 SVGPaintOrder status=experimental |
98 Touch status=stable | 99 Touch status=stable |
99 UserSelectAll status=experimental | 100 UserSelectAll status=experimental |
100 Vibration status=experimental | 101 Vibration status=experimental |
101 VideoTrack status=stable | 102 VideoTrack status=stable |
102 WebAnimations | 103 WebAnimations |
103 WebAnimationsCSS depends_on=WebAnimations | 104 WebAnimationsCSS depends_on=WebAnimations |
104 WebAnimationsSVG depends_on=WebAnimations | 105 WebAnimationsSVG depends_on=WebAnimations |
105 WebAudio condition=WEB_AUDIO, status=stable | 106 WebAudio condition=WEB_AUDIO, status=stable |
106 WebGLDraftExtensions status=experimental | 107 WebGLDraftExtensions status=experimental |
107 WebMIDI status=test | 108 WebMIDI status=test |
108 WebKitMediaSource status=stable | 109 WebKitMediaSource status=stable |
109 WOFF2 status=experimental | 110 WOFF2 status=experimental |
110 XSLT status=stable | 111 XSLT status=stable |
OLD | NEW |