| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 ExecCommandInJavaScript status=test | 100 ExecCommandInJavaScript status=test |
| 101 ComputedAccessibilityInfo status=experimental | 101 ComputedAccessibilityInfo status=experimental |
| 102 ExperimentalCanvasFeatures status=test | 102 ExperimentalCanvasFeatures status=test |
| 103 ExperimentalContentSecurityPolicyFeatures status=experimental | 103 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 104 ExperimentalV8Extras status=experimental | 104 ExperimentalV8Extras status=experimental |
| 105 FastMobileScrolling | 105 FastMobileScrolling |
| 106 FeaturePolicy status=experimental | 106 FeaturePolicy status=experimental |
| 107 FileAPIBlobClose status=experimental | 107 FileAPIBlobClose status=experimental |
| 108 FileSystem status=stable | 108 FileSystem status=stable |
| 109 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch | 109 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch |
| 110 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals=
True | 110 FramebustingNeedsSameOriginOrUserGesture status=experimental, settable_from_inte
rnals=True |
| 111 FullscreenUnprefixed status=test, settable_from_internals=True | 111 FullscreenUnprefixed status=test, settable_from_internals=True |
| 112 FrameTimingSupport status=experimental | 112 FrameTimingSupport status=experimental |
| 113 GamepadExtensions origin_trial_feature_name=WebVR | 113 GamepadExtensions origin_trial_feature_name=WebVR |
| 114 GeometryInterfaces status=experimental, implied_by=CompositorWorker | 114 GeometryInterfaces status=experimental, implied_by=CompositorWorker |
| 115 GetUserMedia status=stable | 115 GetUserMedia status=stable |
| 116 GlobalCacheStorage status=stable | 116 GlobalCacheStorage status=stable |
| 117 IDBObserver status=experimental | 117 IDBObserver status=experimental |
| 118 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture | 118 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture |
| 119 ImageOrientation status=test | 119 ImageOrientation status=test |
| 120 IndexedDBExperimental status=experimental | 120 IndexedDBExperimental status=experimental |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 WakeLock status=experimental | 265 WakeLock status=experimental |
| 266 WebFontsInterventionV2With2G | 266 WebFontsInterventionV2With2G |
| 267 WebFontsInterventionV2With3G | 267 WebFontsInterventionV2With3G |
| 268 WebFontsInterventionV2WithSlow2G | 268 WebFontsInterventionV2WithSlow2G |
| 269 WebFontsInterventionTrigger | 269 WebFontsInterventionTrigger |
| 270 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 270 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 271 Worklet status=experimental | 271 Worklet status=experimental |
| 272 LazyParseCSS status=experimental | 272 LazyParseCSS status=experimental |
| 273 ParseHTMLOnMainThread status=test | 273 ParseHTMLOnMainThread status=test |
| 274 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 274 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |