| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 FileSystem status=stable | 109 FileSystem status=stable |
| 110 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch | 110 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch |
| 111 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals=
True | 111 FramebustingNeedsSameOriginOrUserGesture status=stable, settable_from_internals=
True |
| 112 FullscreenUnprefixed status=test, settable_from_internals=True | 112 FullscreenUnprefixed status=test, settable_from_internals=True |
| 113 FrameTimingSupport status=experimental | 113 FrameTimingSupport status=experimental |
| 114 GamepadExtensions origin_trial_feature_name=WebVR | 114 GamepadExtensions origin_trial_feature_name=WebVR |
| 115 GeometryInterfaces status=experimental, implied_by=CompositorWorker | 115 GeometryInterfaces status=experimental, implied_by=CompositorWorker |
| 116 GetUserMedia status=stable | 116 GetUserMedia status=stable |
| 117 GlobalCacheStorage status=stable | 117 GlobalCacheStorage status=stable |
| 118 IDBObserver status=experimental | 118 IDBObserver status=experimental |
| 119 IdleTimeSpellChecking |
| 119 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture | 120 ImageCapture status=experimental, origin_trial_feature_name=ImageCapture |
| 120 ImageOrientation status=test | 121 ImageOrientation status=test |
| 121 IndexedDBExperimental status=experimental | 122 IndexedDBExperimental status=experimental |
| 122 InertTopControls status=stable | 123 InertTopControls status=stable |
| 123 InputEvent status=experimental | 124 InputEvent status=experimental |
| 124 InputModeAttribute status=experimental | 125 InputModeAttribute status=experimental |
| 125 InputMultipleFieldsUI status=stable | 126 InputMultipleFieldsUI status=stable |
| 126 InstalledApp status=experimental | 127 InstalledApp status=experimental |
| 127 IntersectionObserver status=stable | 128 IntersectionObserver status=stable |
| 128 LangAttributeAwareFormControlUI | 129 LangAttributeAwareFormControlUI |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 WebFontsInterventionV2With3G | 270 WebFontsInterventionV2With3G |
| 270 WebFontsInterventionV2WithSlow2G | 271 WebFontsInterventionV2WithSlow2G |
| 271 WebFontsInterventionTrigger | 272 WebFontsInterventionTrigger |
| 272 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 273 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 273 Worklet status=experimental | 274 Worklet status=experimental |
| 274 LazyParseCSS status=experimental | 275 LazyParseCSS status=experimental |
| 275 ParseHTMLOnMainThread status=test | 276 ParseHTMLOnMainThread status=test |
| 276 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 277 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 277 PerformanceNavigationTiming2 status=test | 278 PerformanceNavigationTiming2 status=test |
| 278 BackgroundVideoTrackOptimization status=stable | 279 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |