| 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. |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 | 117 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 |
| 118 ShowModalDialog status=deprecated | 118 ShowModalDialog status=deprecated |
| 119 | 119 |
| 120 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 | 120 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 |
| 121 LaxMixedContentChecking status=deprecated | 121 LaxMixedContentChecking status=deprecated |
| 122 | 122 |
| 123 Stream status=experimental | 123 Stream status=experimental |
| 124 SubpixelFontScaling status=stable | 124 SubpixelFontScaling status=stable |
| 125 SubresourceIntegrity status=test | 125 SubresourceIntegrity status=test |
| 126 | 126 |
| 127 // Enable optimizations to recalculate style on the fewest possible number of | |
| 128 // elements when updating classes, ids or attributes of DOM elements. | |
| 129 TargetedStyleRecalc status=stable | |
| 130 | |
| 131 // Many websites disable mouse support when touch APIs are available. We'd | 127 // Many websites disable mouse support when touch APIs are available. We'd |
| 132 // like to enable this always but can't until more websites fix this bug. | 128 // like to enable this always but can't until more websites fix this bug. |
| 133 // Chromium sets this conditionally (eg. based on the presence of a | 129 // Chromium sets this conditionally (eg. based on the presence of a |
| 134 // touchscreen) in ApplyWebPreferences. | 130 // touchscreen) in ApplyWebPreferences. |
| 135 Touch status=stable | 131 Touch status=stable |
| 136 | 132 |
| 137 // Temporary setting to allow easy rollback of change to hover media feature. | 133 // Temporary setting to allow easy rollback of change to hover media feature. |
| 138 HoverMediaQueryKeywords status=stable | 134 HoverMediaQueryKeywords status=stable |
| 139 | 135 |
| 140 TextBlob | 136 TextBlob |
| 141 TouchIconLoading | 137 TouchIconLoading |
| 142 ThreadedParserDataReceiver status=experimental | 138 ThreadedParserDataReceiver status=experimental |
| 143 UserSelectAll status=experimental | 139 UserSelectAll status=experimental |
| 144 WebAnimationsAPI status=experimental | 140 WebAnimationsAPI status=experimental |
| 145 WebAnimationsPlaybackControl status=experimental | 141 WebAnimationsPlaybackControl status=experimental |
| 146 WebAudio condition=WEB_AUDIO, status=stable | 142 WebAudio condition=WEB_AUDIO, status=stable |
| 147 WebGLDraftExtensions status=experimental | 143 WebGLDraftExtensions status=experimental |
| 148 WebGLImageChromium | 144 WebGLImageChromium |
| 149 WebMIDI status=test | 145 WebMIDI status=test |
| 150 WebVTTRegions depends_on=Media, status=experimental | 146 WebVTTRegions depends_on=Media, status=experimental |
| 151 WOFF2 status=stable | 147 WOFF2 status=stable |
| 152 XSLT status=stable | 148 XSLT status=stable |
| 153 | 149 |
| 154 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 150 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 155 | 151 |
| 156 CredentialManager status=test | 152 CredentialManager status=test |
| OLD | NEW |