| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 FullscreenUnprefixed status=test | 105 FullscreenUnprefixed status=test |
| 106 FrameTimingSupport status=experimental | 106 FrameTimingSupport status=experimental |
| 107 GamepadExtensions origin_trial_feature_name=WebVR | 107 GamepadExtensions origin_trial_feature_name=WebVR |
| 108 GeometryInterfaces status=experimental, implied_by=CompositorWorker | 108 GeometryInterfaces status=experimental, implied_by=CompositorWorker |
| 109 GetUserMedia status=stable | 109 GetUserMedia status=stable |
| 110 GlobalCacheStorage status=stable | 110 GlobalCacheStorage status=stable |
| 111 IDBObserver status=experimental | 111 IDBObserver status=experimental |
| 112 ImageCapture status=experimental | 112 ImageCapture status=experimental |
| 113 ImageOrientation status=test | 113 ImageOrientation status=test |
| 114 IndexedDBExperimental status=experimental | 114 IndexedDBExperimental status=experimental |
| 115 InertTopControls status=experimental | 115 InertTopControls status=stable |
| 116 InputEvent status=experimental | 116 InputEvent status=experimental |
| 117 InputModeAttribute status=experimental | 117 InputModeAttribute status=experimental |
| 118 InputMultipleFieldsUI status=stable | 118 InputMultipleFieldsUI status=stable |
| 119 InstalledApp status=experimental | 119 InstalledApp status=experimental |
| 120 IntersectionObserver status=stable | 120 IntersectionObserver status=stable |
| 121 LangAttributeAwareFormControlUI | 121 LangAttributeAwareFormControlUI |
| 122 LayoutNG | 122 LayoutNG |
| 123 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch | 123 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch |
| 124 LongTaskObserver status=experimental, origin_trial_feature_name=LongTaskObserver | 124 LongTaskObserver status=experimental, origin_trial_feature_name=LongTaskObserver |
| 125 FractionalScrollOffsets | 125 FractionalScrollOffsets |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 WakeLock status=experimental | 254 WakeLock status=experimental |
| 255 WebFontsInterventionV2With2G | 255 WebFontsInterventionV2With2G |
| 256 WebFontsInterventionV2With3G | 256 WebFontsInterventionV2With3G |
| 257 WebFontsInterventionV2WithSlow2G | 257 WebFontsInterventionV2WithSlow2G |
| 258 WebFontsInterventionTrigger | 258 WebFontsInterventionTrigger |
| 259 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 259 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 260 Worklet status=experimental | 260 Worklet status=experimental |
| 261 LazyParseCSS status=experimental | 261 LazyParseCSS status=experimental |
| 262 ParseHTMLOnMainThread status=test | 262 ParseHTMLOnMainThread status=test |
| 263 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 263 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |