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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 SpeechInput status=test | 119 SpeechInput status=test |
120 SpeechSynthesis status=stable | 120 SpeechSynthesis status=stable |
121 Stream status=experimental | 121 Stream status=experimental |
122 StyleScoped status=experimental | 122 StyleScoped status=experimental |
123 SubpixelFontScaling status=experimental | 123 SubpixelFontScaling status=experimental |
124 SubresourceIntegrity status=test | 124 SubresourceIntegrity status=test |
125 SVGPaintOrder status=stable | 125 SVGPaintOrder status=stable |
126 | 126 |
127 // Enable optimizations to recalculate style on the fewest possible number of | 127 // Enable optimizations to recalculate style on the fewest possible number of |
128 // elements when updating classes, ids or attributes of DOM elements. | 128 // elements when updating classes, ids or attributes of DOM elements. |
129 TargetedStyleRecalc status=stable | 129 TargetedStyleRecalc status=experimental |
130 | 130 |
131 // Many websites disable mouse support when touch APIs are available. We'd | 131 // Many websites disable mouse support when touch APIs are available. We'd |
132 // like to enable this always but can't until more websites fix this bug. | 132 // like to enable this always but can't until more websites fix this bug. |
133 // Chromium sets this conditionally (eg. based on the presence of a | 133 // Chromium sets this conditionally (eg. based on the presence of a |
134 // touchscreen) in ApplyWebPreferences. | 134 // touchscreen) in ApplyWebPreferences. |
135 Touch status=stable | 135 Touch status=stable |
136 | 136 |
137 TouchIconLoading | 137 TouchIconLoading |
138 UserSelectAll status=experimental | 138 UserSelectAll status=experimental |
139 ScriptPromiseOnV8Promise status=stable | 139 ScriptPromiseOnV8Promise status=stable |
140 WebAnimationsSVG | 140 WebAnimationsSVG |
141 WebAnimationsElementAnimate status=stable | 141 WebAnimationsElementAnimate status=stable |
142 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate | 142 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate |
143 WebAudio condition=WEB_AUDIO, status=stable | 143 WebAudio condition=WEB_AUDIO, status=stable |
144 WebGLDraftExtensions status=experimental | 144 WebGLDraftExtensions status=experimental |
145 WebMIDI status=test | 145 WebMIDI status=test |
146 WebVTTRegions depends_on=Media, status=experimental | 146 WebVTTRegions depends_on=Media, status=experimental |
147 WOFF2 status=experimental | 147 WOFF2 status=experimental |
148 XSLT status=stable | 148 XSLT status=stable |
149 | 149 |
150 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 150 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
OLD | NEW |