| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 StyleScoped status=experimental | 102 StyleScoped status=experimental |
| 103 SubpixelFontScaling | 103 SubpixelFontScaling |
| 104 SVGPaintOrder status=experimental | 104 SVGPaintOrder status=experimental |
| 105 | 105 |
| 106 // Many websites disable mouse support when touch APIs are available. We'd | 106 // Many websites disable mouse support when touch APIs are available. We'd |
| 107 // like to enable this always but can't until more websites fix this bug. | 107 // like to enable this always but can't until more websites fix this bug. |
| 108 // Chromium sets this conditionally (eg. based on the presence of a | 108 // Chromium sets this conditionally (eg. based on the presence of a |
| 109 // touchscreen) in ApplyWebPreferences. | 109 // touchscreen) in ApplyWebPreferences. |
| 110 Touch status=stable | 110 Touch status=stable |
| 111 | 111 |
| 112 URLQuery status=experimental |
| 112 UserSelectAll status=experimental | 113 UserSelectAll status=experimental |
| 113 Vibration status=experimental | 114 Vibration status=experimental |
| 114 VideoTrack status=stable | 115 VideoTrack status=stable |
| 115 WebAnimations | 116 WebAnimations |
| 116 WebAnimationsCSS depends_on=WebAnimations | 117 WebAnimationsCSS depends_on=WebAnimations |
| 117 WebAnimationsSVG depends_on=WebAnimations | 118 WebAnimationsSVG depends_on=WebAnimations |
| 118 WebAudio condition=WEB_AUDIO, status=stable | 119 WebAudio condition=WEB_AUDIO, status=stable |
| 119 WebGLDraftExtensions status=experimental | 120 WebGLDraftExtensions status=experimental |
| 120 WebMIDI status=test | 121 WebMIDI status=test |
| 121 WebKitMediaSource status=stable | 122 WebKitMediaSource status=stable |
| 122 WebVTTRegions status=experimental | 123 WebVTTRegions status=experimental |
| 123 WOFF2 status=experimental | 124 WOFF2 status=experimental |
| 124 XSLT status=stable | 125 XSLT status=stable |
| OLD | NEW |