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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 ExecCommandInJavaScript status=test | 104 ExecCommandInJavaScript status=test |
105 ComputedAccessibilityInfo status=experimental | 105 ComputedAccessibilityInfo status=experimental |
106 ExperimentalCanvasFeatures status=test | 106 ExperimentalCanvasFeatures status=test |
107 ExperimentalContentSecurityPolicyFeatures status=experimental | 107 ExperimentalContentSecurityPolicyFeatures status=experimental |
108 ExperimentalV8Extras status=experimental | 108 ExperimentalV8Extras status=experimental |
109 FastMobileScrolling | 109 FastMobileScrolling |
110 FeaturePolicy status=experimental | 110 FeaturePolicy status=experimental |
111 FileAPIBlobClose status=experimental | 111 FileAPIBlobClose status=experimental |
112 FileSystem status=stable | 112 FileSystem status=stable |
113 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch | 113 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch |
114 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals=
True | 114 FramebustingNeedsSameOriginOrUserGesture status=experimental, settable_from_inte
rnals=True |
115 FullscreenUnprefixed status=test, settable_from_internals=True | 115 FullscreenUnprefixed status=test, settable_from_internals=True |
116 FrameTimingSupport status=experimental | 116 FrameTimingSupport status=experimental |
117 GamepadExtensions status=test, origin_trial_feature_name=WebVR | 117 GamepadExtensions status=test, origin_trial_feature_name=WebVR |
118 GeometryInterfaces status=experimental, implied_by=CompositorWorker | 118 GeometryInterfaces status=experimental, implied_by=CompositorWorker |
119 GetUserMedia status=stable | 119 GetUserMedia status=stable |
120 GlobalCacheStorage status=stable | 120 GlobalCacheStorage status=stable |
121 HeapCompaction status=experimental | 121 HeapCompaction status=experimental |
122 IDBObserver status=experimental | 122 IDBObserver status=experimental |
123 IdleTimeSpellChecking | 123 IdleTimeSpellChecking |
124 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture | 124 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 WebFontsInterventionV2With3G | 274 WebFontsInterventionV2With3G |
275 WebFontsInterventionV2WithSlow2G | 275 WebFontsInterventionV2WithSlow2G |
276 WebFontsInterventionTrigger | 276 WebFontsInterventionTrigger |
277 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 277 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
278 Worklet status=experimental | 278 Worklet status=experimental |
279 LazyParseCSS status=experimental | 279 LazyParseCSS status=experimental |
280 ParseHTMLOnMainThread status=test | 280 ParseHTMLOnMainThread status=test |
281 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 281 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
282 PerformanceNavigationTiming2 status=experimental | 282 PerformanceNavigationTiming2 status=experimental |
283 BackgroundVideoTrackOptimization status=stable | 283 BackgroundVideoTrackOptimization status=stable |
OLD | NEW |