| 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 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 StableBlinkFeatures status=stable | 209 StableBlinkFeatures status=stable |
| 210 StackedCSSPropertyAnimations status=experimental | 210 StackedCSSPropertyAnimations status=experimental |
| 211 StyleSharing status=stable | 211 StyleSharing status=stable |
| 212 StyleMatchedPropertiesCache status=stable | 212 StyleMatchedPropertiesCache status=stable |
| 213 // Do not turn this flag into stable, because many interfaces that should not | 213 // Do not turn this flag into stable, because many interfaces that should not |
| 214 // be shipped would be enabled. Instead, remove the flag from the shipping | 214 // be shipped would be enabled. Instead, remove the flag from the shipping |
| 215 // interface. | 215 // interface. |
| 216 ExperimentalStream status=experimental | 216 ExperimentalStream status=experimental |
| 217 SpeculativeLaunchServiceWorker | 217 SpeculativeLaunchServiceWorker |
| 218 StorageEstimate status=experimental | 218 StorageEstimate status=experimental |
| 219 Suborigins status=test | 219 Suborigins status=experimental |
| 220 TimerThrottlingForBackgroundTabs status=stable | 220 TimerThrottlingForBackgroundTabs status=stable |
| 221 TimerThrottlingForHiddenFrames status=stable | 221 TimerThrottlingForHiddenFrames status=stable |
| 222 // Many websites disable mouse support when touch APIs are available. We'd | 222 // Many websites disable mouse support when touch APIs are available. We'd |
| 223 // like to enable this always but can't until more websites fix this bug. | 223 // like to enable this always but can't until more websites fix this bug. |
| 224 // Chromium sets this conditionally (eg. based on the presence of a | 224 // Chromium sets this conditionally (eg. based on the presence of a |
| 225 // touchscreen) in ApplyWebPreferences. | 225 // touchscreen) in ApplyWebPreferences. |
| 226 Touch status=stable | 226 Touch status=stable |
| 227 TraceWrappables | 227 TraceWrappables |
| 228 TrustedEventsDefaultAction status=stable | 228 TrustedEventsDefaultAction status=stable |
| 229 UnsafeES3APIs | 229 UnsafeES3APIs |
| (...skipping 18 matching lines...) Expand all Loading... |
| 248 AutoplayMutedVideos settable_from_internals=True | 248 AutoplayMutedVideos settable_from_internals=True |
| 249 VisualViewportAPI status=experimental | 249 VisualViewportAPI status=experimental |
| 250 WakeLock status=experimental | 250 WakeLock status=experimental |
| 251 WebFontsInterventionV2With2G | 251 WebFontsInterventionV2With2G |
| 252 WebFontsInterventionV2WithSlow2G | 252 WebFontsInterventionV2WithSlow2G |
| 253 WebFontsInterventionTrigger | 253 WebFontsInterventionTrigger |
| 254 WebShare status=experimental, origin_trial_feature_name=WebShare | 254 WebShare status=experimental, origin_trial_feature_name=WebShare |
| 255 Worklet status=experimental | 255 Worklet status=experimental |
| 256 ParseHTMLOnMainThread status=test | 256 ParseHTMLOnMainThread status=test |
| 257 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 257 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |