| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 SessionStorage status=stable | 141 SessionStorage status=stable |
| 142 SharedWorker status=stable | 142 SharedWorker status=stable |
| 143 SlimmingPaint | 143 SlimmingPaint |
| 144 SlimmingPaintCompositorLayerization | 144 SlimmingPaintCompositorLayerization |
| 145 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint | 145 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint |
| 146 StaleWhileRevalidateCacheControl | 146 StaleWhileRevalidateCacheControl |
| 147 // Do not turn this flag into stable, because many interfaces that should not | 147 // Do not turn this flag into stable, because many interfaces that should not |
| 148 // be shipped would be enabled. Instead, remove the flag from the shipping | 148 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 149 // interface. | 149 // interface. |
| 150 ExperimentalStream status=experimental | 150 ExperimentalStream status=experimental |
| 151 Suborigins status=experimental |
| 151 SubresourceIntegrity status=experimental | 152 SubresourceIntegrity status=experimental |
| 152 TabStopAttribute status=experimental | 153 TabStopAttribute status=experimental |
| 153 TextBlob | 154 TextBlob |
| 154 ThreadedParserDataReceiver | 155 ThreadedParserDataReceiver |
| 155 // Many websites disable mouse support when touch APIs are available. We'd | 156 // Many websites disable mouse support when touch APIs are available. We'd |
| 156 // like to enable this always but can't until more websites fix this bug. | 157 // like to enable this always but can't until more websites fix this bug. |
| 157 // Chromium sets this conditionally (eg. based on the presence of a | 158 // Chromium sets this conditionally (eg. based on the presence of a |
| 158 // touchscreen) in ApplyWebPreferences. | 159 // touchscreen) in ApplyWebPreferences. |
| 159 Touch status=stable | 160 Touch status=stable |
| 160 TouchIconLoading | 161 TouchIconLoading |
| 161 UnsafeES3APIs | 162 UnsafeES3APIs |
| 162 UserSelectAll status=experimental | 163 UserSelectAll status=experimental |
| 163 WebAnimationsAPI status=experimental | 164 WebAnimationsAPI status=experimental |
| 164 WebAnimationsSVG status=experimental | 165 WebAnimationsSVG status=experimental |
| 165 WebAudio condition=WEB_AUDIO, status=stable | 166 WebAudio condition=WEB_AUDIO, status=stable |
| 166 WebGLDraftExtensions status=experimental | 167 WebGLDraftExtensions status=experimental |
| 167 WebGLImageChromium | 168 WebGLImageChromium |
| 168 WebMIDI status=stable | 169 WebMIDI status=stable |
| 169 WebVR depends_on=GeometryInterfaces | 170 WebVR depends_on=GeometryInterfaces |
| 170 WebVTTRegions depends_on=Media, status=experimental | 171 WebVTTRegions depends_on=Media, status=experimental |
| 171 V8IdleTasks | 172 V8IdleTasks |
| 172 XSLT status=stable | 173 XSLT status=stable |
| 173 SVG1DOM status=stable | 174 SVG1DOM status=stable |
| 174 ScrollCustomization | 175 ScrollCustomization |
| OLD | NEW |