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 24 matching lines...) Expand all Loading... |
35 CompositedSelectionUpdate | 35 CompositedSelectionUpdate |
36 CompositorWorker status=experimental | 36 CompositorWorker status=experimental |
37 ContextMenu status=experimental | 37 ContextMenu status=experimental |
38 CorsRFC1918 status=test | 38 CorsRFC1918 status=test |
39 CredentialManager status=stable | 39 CredentialManager status=stable |
40 CSS3Text status=experimental | 40 CSS3Text status=experimental |
41 CSS3TextDecorations status=experimental | 41 CSS3TextDecorations status=experimental |
42 CSSApplyAtRules status=experimental, depends_on=CSSVariables | 42 CSSApplyAtRules status=experimental, depends_on=CSSVariables |
43 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns | 43 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns |
44 CSSBackdropFilter status=experimental | 44 CSSBackdropFilter status=experimental |
| 45 CSSBoxReflectFilter |
45 CSSCompositing status=stable | 46 CSSCompositing status=stable |
46 CSSContainment status=experimental | 47 CSSContainment status=experimental |
47 CSSFontDisplay status=experimental | 48 CSSFontDisplay status=experimental |
48 CSSFontSizeAdjust status=experimental | 49 CSSFontSizeAdjust status=experimental |
49 CSSGridLayout status=experimental | 50 CSSGridLayout status=experimental |
50 CSSIndependentTransformProperties status=experimental | 51 CSSIndependentTransformProperties status=experimental |
51 CSSMaskSourceType status=experimental | 52 CSSMaskSourceType status=experimental |
52 CSSOMSmoothScroll status=experimental | 53 CSSOMSmoothScroll status=experimental |
53 CSSPaintAPI status=test, depends_on=Worklet | 54 CSSPaintAPI status=test, depends_on=Worklet |
54 CSSPropertyD status=experimental | 55 CSSPropertyD status=experimental |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 V8IdleTasks | 220 V8IdleTasks |
220 VisibilityChangeOnUnload status=test | 221 VisibilityChangeOnUnload status=test |
221 XSLT status=stable | 222 XSLT status=stable |
222 smil status=stable | 223 smil status=stable |
223 ScrollCustomization | 224 ScrollCustomization |
224 ScrollRestoration status=stable | 225 ScrollRestoration status=stable |
225 WakeLock status=experimental | 226 WakeLock status=experimental |
226 WebFontsIntervention status=experimental | 227 WebFontsIntervention status=experimental |
227 WebFontsInterventionTrigger | 228 WebFontsInterventionTrigger |
228 Worklet status=test | 229 Worklet status=test |
OLD | NEW |