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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 // touchscreen) in ApplyWebPreferences. | 187 // touchscreen) in ApplyWebPreferences. |
188 Touch status=stable | 188 Touch status=stable |
189 TouchIconLoading | 189 TouchIconLoading |
190 TrustedEvents status=stable | 190 TrustedEvents status=stable |
191 TrustedEventsDefaultAction | 191 TrustedEventsDefaultAction |
192 UnsafeES3APIs | 192 UnsafeES3APIs |
193 UnsandboxedAuxiliary status=stable | 193 UnsandboxedAuxiliary status=stable |
194 UserSelectAll status=experimental | 194 UserSelectAll status=experimental |
195 WebAnimationsAPI status=experimental | 195 WebAnimationsAPI status=experimental |
196 WebAnimationsSVG status=experimental | 196 WebAnimationsSVG status=experimental |
197 WebAudio condition=WEB_AUDIO, status=stable | 197 WebAudio status=stable |
198 WebBluetooth | 198 WebBluetooth |
199 WebGLDraftExtensions status=experimental | 199 WebGLDraftExtensions status=experimental |
200 WebGLImageChromium | 200 WebGLImageChromium |
201 WebUSB status=experimental | 201 WebUSB status=experimental |
202 WebVR depends_on=GeometryInterfaces, status=test | 202 WebVR depends_on=GeometryInterfaces, status=test |
203 WebVTTRegions depends_on=Media, status=experimental | 203 WebVTTRegions depends_on=Media, status=experimental |
204 V8IdleTasks | 204 V8IdleTasks |
205 XSLT status=stable | 205 XSLT status=stable |
206 smil status=stable | 206 smil status=stable |
207 ScrollCustomization | 207 ScrollCustomization |
208 ScrollRestoration status=stable | 208 ScrollRestoration status=stable |
209 WakeLock status=experimental | 209 WakeLock status=experimental |
OLD | NEW |