| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 ExperimentalStream status=experimental | 147 ExperimentalStream status=experimental |
| 148 SubresourceIntegrity status=experimental | 148 SubresourceIntegrity status=experimental |
| 149 TextBlob | 149 TextBlob |
| 150 ThreadedParserDataReceiver | 150 ThreadedParserDataReceiver |
| 151 // Many websites disable mouse support when touch APIs are available. We'd | 151 // Many websites disable mouse support when touch APIs are available. We'd |
| 152 // like to enable this always but can't until more websites fix this bug. | 152 // like to enable this always but can't until more websites fix this bug. |
| 153 // Chromium sets this conditionally (eg. based on the presence of a | 153 // Chromium sets this conditionally (eg. based on the presence of a |
| 154 // touchscreen) in ApplyWebPreferences. | 154 // touchscreen) in ApplyWebPreferences. |
| 155 Touch status=stable | 155 Touch status=stable |
| 156 TouchIconLoading | 156 TouchIconLoading |
| 157 TouchStylusDetails status=experimental |
| 157 UnsafeES3APIs | 158 UnsafeES3APIs |
| 158 UserSelectAll status=experimental | 159 UserSelectAll status=experimental |
| 159 WebAnimationsAPI status=experimental | 160 WebAnimationsAPI status=experimental |
| 160 WebAudio condition=WEB_AUDIO, status=stable | 161 WebAudio condition=WEB_AUDIO, status=stable |
| 161 WebGLDraftExtensions status=experimental | 162 WebGLDraftExtensions status=experimental |
| 162 WebGLImageChromium | 163 WebGLImageChromium |
| 163 WebMIDI status=test | 164 WebMIDI status=test |
| 164 WebVTTRegions depends_on=Media, status=experimental | 165 WebVTTRegions depends_on=Media, status=experimental |
| 165 V8IdleTasks | 166 V8IdleTasks |
| 166 XSLT status=stable | 167 XSLT status=stable |
| 167 SVG1DOM status=stable | 168 SVG1DOM status=stable |
| 168 ScrollCustomization | 169 ScrollCustomization |
| OLD | NEW |