| OLD | NEW |
| 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
| 2 // a class that stores static enablers for all experimental features. | 2 // a class that stores static enablers for all experimental features. |
| 3 // | 3 // |
| 4 // Each feature can be assigned a "status": | 4 // Each feature can be assigned a "status": |
| 5 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. | 5 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. |
| 6 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. | 6 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. |
| 7 // status=test -> Enabled in ContentShell for testing, otherwise off. | 7 // status=test -> Enabled in ContentShell for testing, otherwise off. |
| 8 // Features without a status are not enabled anywhere by default. | 8 // Features without a status are not enabled anywhere by default. |
| 9 // | 9 // |
| 10 // "stable" features listed here should be rare, as anything which we've shipped
stable | 10 // "stable" features listed here should be rare, as anything which we've shipped
stable |
| 11 // can have its runtime flag removed soon after. | 11 // can have its runtime flag removed soon after. |
| 12 // | 12 // |
| 13 // condition=ENABLE_NAME is used for wrapping features in compile-time | 13 // condition=ENABLE_NAME is used for wrapping features in compile-time |
| 14 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. | 14 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. |
| 15 | 15 |
| 16 AnimatedWebP status=experimental |
| 16 ApplicationCache status=stable | 17 ApplicationCache status=stable |
| 17 AuthorShadowDOMForAnyElement | 18 AuthorShadowDOMForAnyElement |
| 18 CanvasPath status=test | 19 CanvasPath status=test |
| 19 CSSCompositing status=experimental | 20 CSSCompositing status=experimental |
| 20 CSSExclusions status=experimental | 21 CSSExclusions status=experimental |
| 21 CSSRegions status=experimental | 22 CSSRegions status=experimental |
| 22 CSSTouchAction status=test | 23 CSSTouchAction status=test |
| 23 CSSVariables status=experimental | 24 CSSVariables status=experimental |
| 24 CustomDOMElements status=experimental | 25 CustomDOMElements status=experimental |
| 25 Database status=stable | 26 Database status=stable |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 SpeechSynthesis status=experimental | 64 SpeechSynthesis status=experimental |
| 64 StyleScoped status=experimental | 65 StyleScoped status=experimental |
| 65 Touch status=stable | 66 Touch status=stable |
| 66 VideoTrack status=stable | 67 VideoTrack status=stable |
| 67 WebAnimations | 68 WebAnimations |
| 68 WebAudio condition=WEB_AUDIO, status=stable | 69 WebAudio condition=WEB_AUDIO, status=stable |
| 69 WebGLDraftExtensions status=experimental | 70 WebGLDraftExtensions status=experimental |
| 70 WebMIDI status=test | 71 WebMIDI status=test |
| 71 WebKitMediaSource status=stable | 72 WebKitMediaSource status=stable |
| 72 WebPInAcceptHeader | 73 WebPInAcceptHeader |
| OLD | NEW |