| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 SharedWorker status=stable | 144 SharedWorker status=stable |
| 145 SlimmingPaint status=stable | 145 SlimmingPaint status=stable |
| 146 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint | 146 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint |
| 147 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint | 147 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint |
| 148 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint | 148 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint |
| 149 StaleWhileRevalidateCacheControl | 149 StaleWhileRevalidateCacheControl |
| 150 // Do not turn this flag into stable, because many interfaces that should not | 150 // Do not turn this flag into stable, because many interfaces that should not |
| 151 // be shipped would be enabled. Instead, remove the flag from the shipping | 151 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 152 // interface. | 152 // interface. |
| 153 ExperimentalStream status=experimental | 153 ExperimentalStream status=experimental |
| 154 ReferrerPolicyAttribute status=experimental |
| 154 Suborigins status=experimental | 155 Suborigins status=experimental |
| 155 TextBlob | 156 TextBlob |
| 156 ThreadedParserDataReceiver | 157 ThreadedParserDataReceiver |
| 157 // Many websites disable mouse support when touch APIs are available. We'd | 158 // Many websites disable mouse support when touch APIs are available. We'd |
| 158 // like to enable this always but can't until more websites fix this bug. | 159 // like to enable this always but can't until more websites fix this bug. |
| 159 // Chromium sets this conditionally (eg. based on the presence of a | 160 // Chromium sets this conditionally (eg. based on the presence of a |
| 160 // touchscreen) in ApplyWebPreferences. | 161 // touchscreen) in ApplyWebPreferences. |
| 161 Touch status=stable | 162 Touch status=stable |
| 162 TouchIconLoading | 163 TouchIconLoading |
| 163 TrustedEvents status=experimental | 164 TrustedEvents status=experimental |
| (...skipping 10 matching lines...) Expand all Loading... |
| 174 WebUSB status=experimental | 175 WebUSB status=experimental |
| 175 WebVR depends_on=GeometryInterfaces | 176 WebVR depends_on=GeometryInterfaces |
| 176 WebVTTRegions depends_on=Media, status=experimental | 177 WebVTTRegions depends_on=Media, status=experimental |
| 177 V8IdleTasks | 178 V8IdleTasks |
| 178 XSLT status=stable | 179 XSLT status=stable |
| 179 SVG1DOM status=stable | 180 SVG1DOM status=stable |
| 180 smil status=stable | 181 smil status=stable |
| 181 ScrollCustomization | 182 ScrollCustomization |
| 182 ScrollRestoration status=experimental | 183 ScrollRestoration status=experimental |
| 183 WakeLock status=experimental | 184 WakeLock status=experimental |
| OLD | NEW |