| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 ClientHints status=stable | 42 ClientHints status=stable |
| 43 CompositeOpaqueScrollers | 43 CompositeOpaqueScrollers |
| 44 ColorCorrectRendering status=experimental, settable_from_internals=True | 44 ColorCorrectRendering status=experimental, settable_from_internals=True |
| 45 CompositedSelectionUpdate | 45 CompositedSelectionUpdate |
| 46 CompositorWorker status=experimental | 46 CompositorWorker status=experimental |
| 47 ContextMenu status=test | 47 ContextMenu status=test |
| 48 CorsRFC1918 status=test | 48 CorsRFC1918 status=test |
| 49 CredentialManager status=stable | 49 CredentialManager status=stable |
| 50 CSS3Text status=experimental | 50 CSS3Text status=experimental |
| 51 CSS3TextDecorations status=experimental | 51 CSS3TextDecorations status=experimental |
| 52 CSSApplyAtRules status=experimental, depends_on=CSSVariables | 52 CSSApplyAtRules status=experimental |
| 53 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns | 53 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns |
| 54 CSSBackdropFilter status=experimental | 54 CSSBackdropFilter status=experimental |
| 55 CSSBoxReflectFilter status=stable | 55 CSSBoxReflectFilter status=stable |
| 56 CSSHexAlphaColor status=experimental | 56 CSSHexAlphaColor status=experimental |
| 57 CSSContainment status=stable | 57 CSSContainment status=stable |
| 58 CSSFontDisplay status=experimental | 58 CSSFontDisplay status=experimental |
| 59 CSSFontSizeAdjust status=experimental | 59 CSSFontSizeAdjust status=experimental |
| 60 CSSGridLayout status=experimental | 60 CSSGridLayout status=experimental |
| 61 CSSHyphens status=experimental | 61 CSSHyphens status=experimental |
| 62 CSSInBodyDoesNotBlockPaint status=experimental | 62 CSSInBodyDoesNotBlockPaint status=experimental |
| 63 CSSIndependentTransformProperties status=experimental | 63 CSSIndependentTransformProperties status=experimental |
| 64 CSSMaskSourceType status=experimental | 64 CSSMaskSourceType status=experimental |
| 65 CSSOMSmoothScroll status=experimental | 65 CSSOMSmoothScroll status=experimental |
| 66 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet | 66 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet |
| 67 CSSPropertyD status=stable | 67 CSSPropertyD status=stable |
| 68 CSSSnapSize status=experimental | 68 CSSSnapSize status=experimental |
| 69 CSSStickyPosition status=experimental | 69 CSSStickyPosition status=experimental |
| 70 CSSTouchActionPanDirections status=experimental | 70 CSSTouchActionPanDirections status=experimental |
| 71 CSSTypedOM status=experimental | 71 CSSTypedOM status=experimental |
| 72 CSSVariables status=stable | |
| 73 CSSViewport status=experimental | 72 CSSViewport status=experimental |
| 74 CSSScrollSnapPoints status=test | 73 CSSScrollSnapPoints status=test |
| 75 CustomElementsV1 status=stable | 74 CustomElementsV1 status=stable |
| 76 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 75 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 77 Database status=stable | 76 Database status=stable |
| 78 DecodeToYUV status=experimental | 77 DecodeToYUV status=experimental |
| 79 DeviceLight status=experimental | 78 DeviceLight status=experimental |
| 80 DisplayList2dCanvas status=stable | 79 DisplayList2dCanvas status=stable |
| 81 DocumentWriteEvaluator | 80 DocumentWriteEvaluator |
| 82 DOMConvenienceAPI status=stable | 81 DOMConvenienceAPI status=stable |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 WakeLock status=experimental | 241 WakeLock status=experimental |
| 243 WebFontsInterventionV2With2G | 242 WebFontsInterventionV2With2G |
| 244 WebFontsInterventionV2WithSlow2G | 243 WebFontsInterventionV2WithSlow2G |
| 245 WebFontsInterventionTrigger | 244 WebFontsInterventionTrigger |
| 246 WebShare status=experimental | 245 WebShare status=experimental |
| 247 Worklet status=experimental | 246 Worklet status=experimental |
| 248 WeakMemoryCache | 247 WeakMemoryCache |
| 249 DoNotUnlockSharedBuffer | 248 DoNotUnlockSharedBuffer |
| 250 ParseHTMLOnMainThread status=test | 249 ParseHTMLOnMainThread status=test |
| 251 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 250 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |