| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 CSSFontDisplay status=experimental | 59 CSSFontDisplay status=experimental |
| 60 CSSFontSizeAdjust status=experimental | 60 CSSFontSizeAdjust status=experimental |
| 61 CSSGridLayout status=experimental, settable_from_internals=True | 61 CSSGridLayout status=experimental, settable_from_internals=True |
| 62 CSSDisplayContents status=experimental | 62 CSSDisplayContents status=experimental |
| 63 CSSHyphens status=stable | 63 CSSHyphens status=stable |
| 64 CSSInBodyDoesNotBlockPaint status=experimental | 64 CSSInBodyDoesNotBlockPaint status=experimental |
| 65 CSSIndependentTransformProperties status=experimental | 65 CSSIndependentTransformProperties status=experimental |
| 66 CSSMaskSourceType status=experimental | 66 CSSMaskSourceType status=experimental |
| 67 CSSOMSmoothScroll status=experimental | 67 CSSOMSmoothScroll status=experimental |
| 68 CSSOffsetPositionAnchor status=experimental | 68 CSSOffsetPositionAnchor status=experimental |
| 69 CSSOffsetRotate status=stable |
| 70 CSSOffsetRotation status=stable |
| 69 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet | 71 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet |
| 70 CSSSnapSize status=experimental | 72 CSSSnapSize status=experimental |
| 71 CSSStickyPosition status=stable | 73 CSSStickyPosition status=stable |
| 72 CSSTouchActionPanDirections status=stable | 74 CSSTouchActionPanDirections status=stable |
| 73 CSSTouchActionPinchZoom status=stable | 75 CSSTouchActionPinchZoom status=stable |
| 74 CSSTypedOM status=experimental | 76 CSSTypedOM status=experimental |
| 75 CSSVariables2 status=experimental | 77 CSSVariables2 status=experimental |
| 76 CSSViewport status=experimental | 78 CSSViewport status=experimental |
| 77 CSSScrollSnapPoints status=test | 79 CSSScrollSnapPoints status=test |
| 78 CustomElementsBuiltin status=test | 80 CustomElementsBuiltin status=test |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 WakeLock status=experimental | 265 WakeLock status=experimental |
| 264 WebFontsInterventionV2With2G | 266 WebFontsInterventionV2With2G |
| 265 WebFontsInterventionV2With3G | 267 WebFontsInterventionV2With3G |
| 266 WebFontsInterventionV2WithSlow2G | 268 WebFontsInterventionV2WithSlow2G |
| 267 WebFontsInterventionTrigger | 269 WebFontsInterventionTrigger |
| 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 270 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 269 Worklet status=experimental | 271 Worklet status=experimental |
| 270 LazyParseCSS status=experimental | 272 LazyParseCSS status=experimental |
| 271 ParseHTMLOnMainThread status=test | 273 ParseHTMLOnMainThread status=test |
| 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 274 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |