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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 CSSBackdropFilter status=experimental | 50 CSSBackdropFilter status=experimental |
51 CSSCompositing status=stable | 51 CSSCompositing status=stable |
52 CSSFontSizeAdjust status=experimental | 52 CSSFontSizeAdjust status=experimental |
53 CSSGridLayout status=experimental | 53 CSSGridLayout status=experimental |
54 CSSIndependentTransformProperties status=experimental | 54 CSSIndependentTransformProperties status=experimental |
55 CSSMaskSourceType status=experimental | 55 CSSMaskSourceType status=experimental |
56 CSSMotionPath status=stable | 56 CSSMotionPath status=stable |
57 CSSOMSmoothScroll status=experimental | 57 CSSOMSmoothScroll status=experimental |
58 CSSStickyPosition | 58 CSSStickyPosition |
59 CSSTouchActionPanDirections status=experimental | 59 CSSTouchActionPanDirections status=experimental |
| 60 CSSVariables status=experimental |
60 CSSViewport status=experimental | 61 CSSViewport status=experimental |
61 CSSScrollSnapPoints status=test | 62 CSSScrollSnapPoints status=test |
62 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 | 63 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 |
63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 64 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
64 Database status=stable | 65 Database status=stable |
65 DecodeToYUV status=experimental | 66 DecodeToYUV status=experimental |
66 DeviceLight status=experimental | 67 DeviceLight status=experimental |
67 DisplayList2dCanvas status=stable | 68 DisplayList2dCanvas status=stable |
68 DurableStorage status=experimental | 69 DurableStorage status=experimental |
69 ForceDisplayList2dCanvas | 70 ForceDisplayList2dCanvas |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 WebUSB status=experimental | 190 WebUSB status=experimental |
190 WebVR depends_on=GeometryInterfaces | 191 WebVR depends_on=GeometryInterfaces |
191 WebVTTRegions depends_on=Media, status=experimental | 192 WebVTTRegions depends_on=Media, status=experimental |
192 V8IdleTasks | 193 V8IdleTasks |
193 XSLT status=stable | 194 XSLT status=stable |
194 SVG1DOM status=stable | 195 SVG1DOM status=stable |
195 smil status=stable | 196 smil status=stable |
196 ScrollCustomization | 197 ScrollCustomization |
197 ScrollRestoration status=stable | 198 ScrollRestoration status=stable |
198 WakeLock status=experimental | 199 WakeLock status=experimental |
OLD | NEW |