| 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 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 ExperimentalCanvasFeatures status=test | 35 ExperimentalCanvasFeatures status=test |
| 36 ExperimentalContentSecurityPolicyFeatures status=experimental | 36 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 37 ExperimentalShadowDOM status=experimental | 37 ExperimentalShadowDOM status=experimental |
| 38 FileSystem status=stable | 38 FileSystem status=stable |
| 39 FontLoadEvents status=experimental | 39 FontLoadEvents status=experimental |
| 40 Fullscreen status=stable | 40 Fullscreen status=stable |
| 41 CSSViewport status=experimental | 41 CSSViewport status=experimental |
| 42 Gamepad status=stable | 42 Gamepad status=stable |
| 43 Geolocation status=stable | 43 Geolocation status=stable |
| 44 HTMLImports status=test | 44 HTMLImports status=test |
| 45 HighResolutionTimeInWorkers status=experimental |
| 45 IMEAPI status=test | 46 IMEAPI status=test |
| 46 IndexedDB status=stable | 47 IndexedDB status=stable |
| 47 InputTypeColor status=stable | 48 InputTypeColor status=stable |
| 48 InputTypeWeek status=stable | 49 InputTypeWeek status=stable |
| 49 JavaScriptI18NAPI status=stable | 50 JavaScriptI18NAPI status=stable |
| 50 LangAttributeAwareFormControlUI | 51 LangAttributeAwareFormControlUI |
| 51 LazyLayout | 52 LazyLayout |
| 52 LegacyEncryptedMedia status=stable | 53 LegacyEncryptedMedia status=stable |
| 53 LocalStorage status=stable | 54 LocalStorage status=stable |
| 54 Media status=stable | 55 Media status=stable |
| (...skipping 13 matching lines...) Expand all Loading... |
| 68 SpeechSynthesis status=experimental | 69 SpeechSynthesis status=experimental |
| 69 StyleScoped status=experimental | 70 StyleScoped status=experimental |
| 70 Touch status=stable | 71 Touch status=stable |
| 71 VideoTrack status=stable | 72 VideoTrack status=stable |
| 72 WebAnimations | 73 WebAnimations |
| 73 WebAudio condition=WEB_AUDIO, status=stable | 74 WebAudio condition=WEB_AUDIO, status=stable |
| 74 WebGLDraftExtensions status=experimental | 75 WebGLDraftExtensions status=experimental |
| 75 WebMIDI status=test | 76 WebMIDI status=test |
| 76 WebKitMediaSource status=stable | 77 WebKitMediaSource status=stable |
| 77 WebPInAcceptHeader | 78 WebPInAcceptHeader |
| OLD | NEW |