| 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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| 11 // Features without a status are not enabled anywhere by default. | 11 // Features without a status are not enabled anywhere by default. |
| 12 // | 12 // |
| 13 // "stable" features listed here should be rare, as anything which we've shipped
stable | 13 // "stable" features listed here should be rare, as anything which we've shipped
stable |
| 14 // can have its runtime flag removed soon after. | 14 // can have its runtime flag removed soon after. |
| 15 // | 15 // |
| 16 // condition=ENABLE_NAME is used for wrapping features in compile-time | 16 // condition=ENABLE_NAME is used for wrapping features in compile-time |
| 17 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. | 17 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. |
| 18 | 18 |
| 19 AppBanner status=stable | 19 AppBanner status=stable |
| 20 AlwaysUseComplexText | 20 AlwaysUseComplexText |
| 21 ApplicationCache status=stable | 21 ApplicationCache status=stable |
| 22 AudioOutputDevices status=test | 22 AudioOutputDevices status=experimental |
| 23 AudioVideoTracks depends_on=Media, status=experimental | 23 AudioVideoTracks depends_on=Media, status=experimental |
| 24 AuthorShadowDOMForAnyElement | 24 AuthorShadowDOMForAnyElement |
| 25 BackgroundSync status=experimental | 25 BackgroundSync status=experimental |
| 26 BackgroundSyncV2 status=experimental | 26 BackgroundSyncV2 status=experimental |
| 27 // Enable bleeding-edge code to make Blink draw content faster. | 27 // Enable bleeding-edge code to make Blink draw content faster. |
| 28 // The changes enabled behind this flag are very likely to break lots of content
. | 28 // The changes enabled behind this flag are very likely to break lots of content
. |
| 29 // ** DO NOT use this flag unless you know what you are doing. ** | 29 // ** DO NOT use this flag unless you know what you are doing. ** |
| 30 BleedingEdgeFastPaths | 30 BleedingEdgeFastPaths |
| 31 BlinkScheduler | 31 BlinkScheduler |
| 32 ClientHints status=experimental | 32 ClientHints status=experimental |
| (...skipping 20 matching lines...) Expand all Loading... |
| 53 CSSViewport status=experimental | 53 CSSViewport status=experimental |
| 54 CSSScrollSnapPoints status=test | 54 CSSScrollSnapPoints status=test |
| 55 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 | 55 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 |
| 56 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 56 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 57 Database status=stable | 57 Database status=stable |
| 58 DecodeToYUV status=experimental | 58 DecodeToYUV status=experimental |
| 59 DeviceLight status=experimental | 59 DeviceLight status=experimental |
| 60 DisplayList2dCanvas status=stable | 60 DisplayList2dCanvas status=stable |
| 61 ForceDisplayList2dCanvas | 61 ForceDisplayList2dCanvas |
| 62 EncryptedMedia status=stable | 62 EncryptedMedia status=stable |
| 63 EnumerateDevices status=test | 63 EnumerateDevices status=experimental |
| 64 ExecCommandInJavaScript status=test | 64 ExecCommandInJavaScript status=test |
| 65 ComputedAccessibilityInfo status=experimental | 65 ComputedAccessibilityInfo status=experimental |
| 66 ExperimentalCanvasFeatures status=test | 66 ExperimentalCanvasFeatures status=test |
| 67 ExperimentalContentSecurityPolicyFeatures status=experimental | 67 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 68 FastMobileScrolling | 68 FastMobileScrolling |
| 69 FileAPIBlobClose status=experimental | 69 FileAPIBlobClose status=experimental |
| 70 FileSystem status=stable | 70 FileSystem status=stable |
| 71 FormDataNewMethods status=experimental | 71 FormDataNewMethods status=experimental |
| 72 FullscreenUnprefixed status=test | 72 FullscreenUnprefixed status=test |
| 73 FrameTimingSupport status=experimental | 73 FrameTimingSupport status=experimental |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 WebGLDraftExtensions status=experimental | 167 WebGLDraftExtensions status=experimental |
| 168 WebGLImageChromium | 168 WebGLImageChromium |
| 169 WebMIDI status=stable | 169 WebMIDI status=stable |
| 170 WebVR depends_on=GeometryInterfaces | 170 WebVR depends_on=GeometryInterfaces |
| 171 WebVTTRegions depends_on=Media, status=experimental | 171 WebVTTRegions depends_on=Media, status=experimental |
| 172 V8IdleTasks | 172 V8IdleTasks |
| 173 XSLT status=stable | 173 XSLT status=stable |
| 174 SVG1DOM status=stable | 174 SVG1DOM status=stable |
| 175 ScrollCustomization | 175 ScrollCustomization |
| 176 ScrollRestoration status=experimental | 176 ScrollRestoration status=experimental |
| OLD | NEW |