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