| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 StorageEstimate status=experimental | 239 StorageEstimate status=experimental |
| 240 Suborigins status=experimental | 240 Suborigins status=experimental |
| 241 TimerThrottlingForBackgroundTabs status=stable | 241 TimerThrottlingForBackgroundTabs status=stable |
| 242 TimerThrottlingForHiddenFrames status=stable | 242 TimerThrottlingForHiddenFrames status=stable |
| 243 // Many websites disable mouse support when touch APIs are available. We'd | 243 // Many websites disable mouse support when touch APIs are available. We'd |
| 244 // like to enable this always but can't until more websites fix this bug. | 244 // like to enable this always but can't until more websites fix this bug. |
| 245 // Chromium sets this conditionally (eg. based on the presence of a | 245 // Chromium sets this conditionally (eg. based on the presence of a |
| 246 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always | 246 // touchscreen) in ApplyWebPreferences. "Touch events" themselves are always |
| 247 // enabled since they're a feature always supported by Chrome. | 247 // enabled since they're a feature always supported by Chrome. |
| 248 TouchEventFeatureDetection status=stable | 248 TouchEventFeatureDetection status=stable |
| 249 TraceWrappables | 249 TraceWrappables status=experimental |
| 250 TrueColorRendering status=experimental | 250 TrueColorRendering status=experimental |
| 251 TrustedEventsDefaultAction status=stable | 251 TrustedEventsDefaultAction status=stable |
| 252 UserSelectAll status=stable | 252 UserSelectAll status=stable |
| 253 WebAnimationsAPI status=experimental | 253 WebAnimationsAPI status=experimental |
| 254 WebAnimationsSVG status=experimental | 254 WebAnimationsSVG status=experimental |
| 255 WebAssemblySerialization status=test | 255 WebAssemblySerialization status=test |
| 256 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. | 256 // WebBluetooth is enabled by default on Android, ChromeOS and Mac. |
| 257 WebBluetooth status=experimental | 257 WebBluetooth status=experimental |
| 258 WebGLDraftExtensions status=experimental | 258 WebGLDraftExtensions status=experimental |
| 259 WebGLImageChromium | 259 WebGLImageChromium |
| (...skipping 15 matching lines...) Expand all Loading... |
| 275 WebFontsInterventionV2With3G | 275 WebFontsInterventionV2With3G |
| 276 WebFontsInterventionV2WithSlow2G | 276 WebFontsInterventionV2WithSlow2G |
| 277 WebFontsInterventionTrigger | 277 WebFontsInterventionTrigger |
| 278 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 278 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 279 Worklet status=experimental | 279 Worklet status=experimental |
| 280 LazyParseCSS status=experimental | 280 LazyParseCSS status=experimental |
| 281 ParseHTMLOnMainThread status=test | 281 ParseHTMLOnMainThread status=test |
| 282 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 282 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 283 PerformanceNavigationTiming2 status=experimental | 283 PerformanceNavigationTiming2 status=experimental |
| 284 BackgroundVideoTrackOptimization status=stable | 284 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |