| 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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 | 98 |
| 99 SessionStorage status=stable | 99 SessionStorage status=stable |
| 100 PictureSizes status=stable | 100 PictureSizes status=stable |
| 101 Picture status=stable | 101 Picture status=stable |
| 102 | 102 |
| 103 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 | 103 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 |
| 104 LaxMixedContentChecking status=deprecated | 104 LaxMixedContentChecking status=deprecated |
| 105 | 105 |
| 106 Stream status=experimental | 106 Stream status=experimental |
| 107 SubpixelFontScaling status=stable | 107 SubpixelFontScaling status=stable |
| 108 SubresourceIntegrity status=test | |
| 109 | 108 |
| 110 // Enable optimizations to recalculate style on the fewest possible number of | 109 // Enable optimizations to recalculate style on the fewest possible number of |
| 111 // elements when updating classes, ids or attributes of DOM elements. | 110 // elements when updating classes, ids or attributes of DOM elements. |
| 112 TargetedStyleRecalc status=stable | 111 TargetedStyleRecalc status=stable |
| 113 | 112 |
| 114 // Many websites disable mouse support when touch APIs are available. We'd | 113 // Many websites disable mouse support when touch APIs are available. We'd |
| 115 // like to enable this always but can't until more websites fix this bug. | 114 // like to enable this always but can't until more websites fix this bug. |
| 116 // Chromium sets this conditionally (eg. based on the presence of a | 115 // Chromium sets this conditionally (eg. based on the presence of a |
| 117 // touchscreen) in ApplyWebPreferences. | 116 // touchscreen) in ApplyWebPreferences. |
| 118 Touch status=stable | 117 Touch status=stable |
| 119 | 118 |
| 120 // Temporary setting to allow easy rollback of change to hover media feature. | 119 // Temporary setting to allow easy rollback of change to hover media feature. |
| 121 HoverMediaQueryKeywords status=stable | 120 HoverMediaQueryKeywords status=stable |
| 122 | 121 |
| 123 TextBlob | 122 TextBlob |
| 124 TouchIconLoading | 123 TouchIconLoading |
| 125 UserSelectAll status=experimental | 124 UserSelectAll status=experimental |
| 126 WebAnimationsAPI status=experimental | 125 WebAnimationsAPI status=experimental |
| 127 WebGLDraftExtensions status=experimental | 126 WebGLDraftExtensions status=experimental |
| 128 WebGLImageChromium | 127 WebGLImageChromium |
| 129 WOFF2 status=stable | 128 WOFF2 status=stable |
| 130 | 129 |
| 131 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 130 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 132 | 131 |
| 133 CredentialManager status=test | 132 CredentialManager status=test |
| OLD | NEW |