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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 // Enable optimizations to recalculate style on the fewest possible number of | 134 // Enable optimizations to recalculate style on the fewest possible number of |
135 // elements when updating classes, ids or attributes of DOM elements. | 135 // elements when updating classes, ids or attributes of DOM elements. |
136 TargetedStyleRecalc status=stable | 136 TargetedStyleRecalc status=stable |
137 | 137 |
138 // Many websites disable mouse support when touch APIs are available. We'd | 138 // Many websites disable mouse support when touch APIs are available. We'd |
139 // like to enable this always but can't until more websites fix this bug. | 139 // like to enable this always but can't until more websites fix this bug. |
140 // Chromium sets this conditionally (eg. based on the presence of a | 140 // Chromium sets this conditionally (eg. based on the presence of a |
141 // touchscreen) in ApplyWebPreferences. | 141 // touchscreen) in ApplyWebPreferences. |
142 Touch status=stable | 142 Touch status=stable |
143 | 143 |
| 144 // Temporary setting to allow easy rollback of change to hover media feature. |
| 145 HoverMediaQueryKeywords status=stable |
| 146 |
144 TouchIconLoading | 147 TouchIconLoading |
145 ThreadedParserDataReceiver status=experimental | 148 ThreadedParserDataReceiver status=experimental |
146 UserSelectAll status=experimental | 149 UserSelectAll status=experimental |
147 WebAnimationsSVG | 150 WebAnimationsSVG |
148 WebAnimationsElementAnimate status=stable | 151 WebAnimationsElementAnimate status=stable |
149 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate | 152 WebAnimationsAPI status=experimental, depends_on=WebAnimationsElementAnimate |
150 WebAudio condition=WEB_AUDIO, status=stable | 153 WebAudio condition=WEB_AUDIO, status=stable |
151 WebGLDraftExtensions status=experimental | 154 WebGLDraftExtensions status=experimental |
152 WebGLImageChromium | 155 WebGLImageChromium |
153 WebMIDI status=test | 156 WebMIDI status=test |
154 WebVTTRegions depends_on=Media, status=experimental | 157 WebVTTRegions depends_on=Media, status=experimental |
155 WOFF2 status=stable | 158 WOFF2 status=stable |
156 XSLT status=stable | 159 XSLT status=stable |
157 | 160 |
158 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 161 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
159 | 162 |
160 CredentialManager status=test | 163 CredentialManager status=test |
OLD | NEW |