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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 CSSBackdropFilter status=experimental | 48 CSSBackdropFilter status=experimental |
49 CSSBoxReflectFilter | 49 CSSBoxReflectFilter |
50 CSSContainment status=experimental | 50 CSSContainment status=experimental |
51 CSSFontDisplay status=experimental | 51 CSSFontDisplay status=experimental |
52 CSSFontSizeAdjust status=experimental | 52 CSSFontSizeAdjust status=experimental |
53 CSSGridLayout status=experimental | 53 CSSGridLayout status=experimental |
54 CSSHyphens status=test | 54 CSSHyphens status=test |
55 CSSIndependentTransformProperties status=experimental | 55 CSSIndependentTransformProperties status=experimental |
56 CSSMaskSourceType status=experimental | 56 CSSMaskSourceType status=experimental |
57 CSSOMSmoothScroll status=experimental | 57 CSSOMSmoothScroll status=experimental |
| 58 CSSPreloadImport status=experimental |
58 CSSPaintAPI status=test, depends_on=Worklet | 59 CSSPaintAPI status=test, depends_on=Worklet |
59 CSSPropertyD status=stable | 60 CSSPropertyD status=stable |
60 CSSSnapSize status=experimental | 61 CSSSnapSize status=experimental |
61 CSSStickyPosition status=experimental | 62 CSSStickyPosition status=experimental |
62 CSSTouchActionPanDirections status=experimental | 63 CSSTouchActionPanDirections status=experimental |
63 CSSTypedOM status=experimental | 64 CSSTypedOM status=experimental |
64 CSSVariables status=stable | 65 CSSVariables status=stable |
65 CSSViewport status=experimental | 66 CSSViewport status=experimental |
66 CSSScrollSnapPoints status=test | 67 CSSScrollSnapPoints status=test |
67 CustomElementsV1 status=test | 68 CustomElementsV1 status=test |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 VisibilityChangeOnUnload status=experimental | 228 VisibilityChangeOnUnload status=experimental |
228 XSLT status=stable | 229 XSLT status=stable |
229 smil status=stable | 230 smil status=stable |
230 ScrollCustomization | 231 ScrollCustomization |
231 ScrollRestoration status=stable | 232 ScrollRestoration status=stable |
232 VisualViewportAPI status=experimental | 233 VisualViewportAPI status=experimental |
233 WakeLock status=experimental | 234 WakeLock status=experimental |
234 WebFontsInterventionV2 | 235 WebFontsInterventionV2 |
235 WebFontsInterventionTrigger | 236 WebFontsInterventionTrigger |
236 Worklet status=test | 237 Worklet status=test |
OLD | NEW |