| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 CSSGridLayout status=experimental | 57 CSSGridLayout status=experimental |
| 58 CSSHyphens status=experimental | 58 CSSHyphens status=experimental |
| 59 CSSInBodyDoesNotBlockPaint status=experimental | 59 CSSInBodyDoesNotBlockPaint status=experimental |
| 60 CSSIndependentTransformProperties status=experimental | 60 CSSIndependentTransformProperties status=experimental |
| 61 CSSMaskSourceType status=experimental | 61 CSSMaskSourceType status=experimental |
| 62 CSSOMSmoothScroll status=experimental | 62 CSSOMSmoothScroll status=experimental |
| 63 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet | 63 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet |
| 64 CSSPropertyD status=stable | 64 CSSPropertyD status=stable |
| 65 CSSSnapSize status=experimental | 65 CSSSnapSize status=experimental |
| 66 CSSStickyPosition status=experimental | 66 CSSStickyPosition status=experimental |
| 67 CSSTouchActionPinchZoom status=experimental |
| 67 CSSTouchActionPanDirections status=experimental | 68 CSSTouchActionPanDirections status=experimental |
| 68 CSSTypedOM status=experimental | 69 CSSTypedOM status=experimental |
| 69 CSSVariables status=stable | 70 CSSVariables status=stable |
| 70 CSSViewport status=experimental | 71 CSSViewport status=experimental |
| 71 CSSScrollSnapPoints status=test | 72 CSSScrollSnapPoints status=test |
| 72 CustomElementsV1 status=test | 73 CustomElementsV1 status=test |
| 73 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 74 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 74 Database status=stable | 75 Database status=stable |
| 75 DecodeToYUV status=experimental | 76 DecodeToYUV status=experimental |
| 76 DeviceLight status=experimental | 77 DeviceLight status=experimental |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 AutoplayMutedVideos settable_from_internals=True | 242 AutoplayMutedVideos settable_from_internals=True |
| 242 VisualViewportAPI status=experimental | 243 VisualViewportAPI status=experimental |
| 243 WakeLock status=experimental | 244 WakeLock status=experimental |
| 244 WebFontsInterventionV2With2G | 245 WebFontsInterventionV2With2G |
| 245 WebFontsInterventionV2WithSlow2G | 246 WebFontsInterventionV2WithSlow2G |
| 246 WebFontsInterventionTrigger | 247 WebFontsInterventionTrigger |
| 247 Worklet status=experimental | 248 Worklet status=experimental |
| 248 WeakMemoryCache | 249 WeakMemoryCache |
| 249 DoNotUnlockSharedBuffer | 250 DoNotUnlockSharedBuffer |
| 250 ParseHTMLOnMainThread status=test | 251 ParseHTMLOnMainThread status=test |
| OLD | NEW |