| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 CSSScrollSnapPoints status=test | 66 CSSScrollSnapPoints status=test |
| 67 CustomElementsV1 status=test | 67 CustomElementsV1 status=test |
| 68 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 68 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 69 Database status=stable | 69 Database status=stable |
| 70 DecodeToYUV status=experimental | 70 DecodeToYUV status=experimental |
| 71 DeviceLight status=experimental | 71 DeviceLight status=experimental |
| 72 DeviceOrientationAbsolute status=stable | 72 DeviceOrientationAbsolute status=stable |
| 73 DisableBlockingMethodsDuringMicrotasks status=test | 73 DisableBlockingMethodsDuringMicrotasks status=test |
| 74 DisplayList2dCanvas status=stable | 74 DisplayList2dCanvas status=stable |
| 75 DocumentWriteEvaluator | 75 DocumentWriteEvaluator |
| 76 DurableStorage status=experimental | |
| 77 DOMConvenienceAPI status=experimental | 76 DOMConvenienceAPI status=experimental |
| 77 DurableStorage status=experimental, origin_trial_feature_name=DurableStorage |
| 78 ForceDisplayList2dCanvas | 78 ForceDisplayList2dCanvas |
| 79 // See crbug.com/585250. | 79 // See crbug.com/585250. |
| 80 ForceDisable2dCanvasCopyOnWrite | 80 ForceDisable2dCanvasCopyOnWrite |
| 81 ExecCommandInJavaScript status=test | 81 ExecCommandInJavaScript status=test |
| 82 ComputedAccessibilityInfo status=experimental | 82 ComputedAccessibilityInfo status=experimental |
| 83 ExperimentalCanvasFeatures status=test | 83 ExperimentalCanvasFeatures status=test |
| 84 ExperimentalContentSecurityPolicyFeatures status=experimental | 84 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 85 ExperimentalFramework status=stable | 85 ExperimentalFramework status=stable |
| 86 // Define a sample API for testing integration with the Experimental Framework. | 86 // Define a sample API for testing integration with the Experimental Framework. |
| 87 // The sample API is used in both unit and layout tests for the Experimental | 87 // The sample API is used in both unit and layout tests for the Experimental |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 VisibilityChangeOnUnload status=experimental | 226 VisibilityChangeOnUnload status=experimental |
| 227 XSLT status=stable | 227 XSLT status=stable |
| 228 smil status=stable | 228 smil status=stable |
| 229 ScrollCustomization | 229 ScrollCustomization |
| 230 ScrollRestoration status=stable | 230 ScrollRestoration status=stable |
| 231 VisualViewportAPI status=experimental | 231 VisualViewportAPI status=experimental |
| 232 WakeLock status=experimental | 232 WakeLock status=experimental |
| 233 WebFontsInterventionV2 | 233 WebFontsInterventionV2 |
| 234 WebFontsInterventionTrigger | 234 WebFontsInterventionTrigger |
| 235 Worklet status=test | 235 Worklet status=test |
| OLD | NEW |