| 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 CSSVariables status=stable | 59 CSSVariables status=stable |
| 60 CSSViewport status=experimental | 60 CSSViewport status=experimental |
| 61 CSSScrollSnapPoints status=test | 61 CSSScrollSnapPoints status=test |
| 62 CustomElementsV1 status=test | 62 CustomElementsV1 status=test |
| 63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 64 Database status=stable | 64 Database status=stable |
| 65 DecodeToYUV status=experimental | 65 DecodeToYUV status=experimental |
| 66 DeviceLight status=experimental | 66 DeviceLight status=experimental |
| 67 DeviceOrientationAbsolute status=stable | 67 DeviceOrientationAbsolute status=stable |
| 68 DisplayList2dCanvas status=stable | 68 DisplayList2dCanvas status=stable |
| 69 DocumentWriteEvaluator status=test | 69 DocumentWriteEvaluator |
| 70 DurableStorage status=experimental | 70 DurableStorage status=experimental |
| 71 ForceDisplayList2dCanvas | 71 ForceDisplayList2dCanvas |
| 72 // See crbug.com/585250. | 72 // See crbug.com/585250. |
| 73 ForceDisable2dCanvasCopyOnWrite | 73 ForceDisable2dCanvasCopyOnWrite |
| 74 ExecCommandInJavaScript status=test | 74 ExecCommandInJavaScript status=test |
| 75 ComputedAccessibilityInfo status=experimental | 75 ComputedAccessibilityInfo status=experimental |
| 76 EventListenerOptions status=stable | 76 EventListenerOptions status=stable |
| 77 ExperimentalCanvasFeatures status=test | 77 ExperimentalCanvasFeatures status=test |
| 78 ExperimentalContentSecurityPolicyFeatures status=experimental | 78 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 79 ExperimentalFramework status=stable | 79 ExperimentalFramework status=stable |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 VisibilityChangeOnUnload status=experimental | 222 VisibilityChangeOnUnload status=experimental |
| 223 XSLT status=stable | 223 XSLT status=stable |
| 224 smil status=stable | 224 smil status=stable |
| 225 ScrollCustomization | 225 ScrollCustomization |
| 226 ScrollRestoration status=stable | 226 ScrollRestoration status=stable |
| 227 VisualViewportAPI status=experimental | 227 VisualViewportAPI status=experimental |
| 228 WakeLock status=experimental | 228 WakeLock status=experimental |
| 229 WebFontsIntervention status=experimental | 229 WebFontsIntervention status=experimental |
| 230 WebFontsInterventionTrigger | 230 WebFontsInterventionTrigger |
| 231 Worklet status=test | 231 Worklet status=test |
| OLD | NEW |