| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 WebUSB status=experimental | 192 WebUSB status=experimental |
| 192 WebVR depends_on=GeometryInterfaces | 193 WebVR depends_on=GeometryInterfaces |
| 193 WebVTTRegions depends_on=Media, status=experimental | 194 WebVTTRegions depends_on=Media, status=experimental |
| 194 V8IdleTasks | 195 V8IdleTasks |
| 195 XSLT status=stable | 196 XSLT status=stable |
| 196 SVG1DOM status=stable | 197 SVG1DOM status=stable |
| 197 smil status=stable | 198 smil status=stable |
| 198 ScrollCustomization | 199 ScrollCustomization |
| 199 ScrollRestoration status=stable | 200 ScrollRestoration status=stable |
| 200 WakeLock status=experimental | 201 WakeLock status=experimental |
| OLD | NEW |