| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 InstalledApp status=experimental | 126 InstalledApp status=experimental |
| 127 IntersectionObserver status=stable | 127 IntersectionObserver status=stable |
| 128 LangAttributeAwareFormControlUI | 128 LangAttributeAwareFormControlUI |
| 129 LayoutNG | 129 LayoutNG |
| 130 LayoutNGInline | 130 LayoutNGInline |
| 131 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch | 131 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch |
| 132 LongTaskObserver status=experimental, origin_trial_feature_name=LongTaskObserver | 132 LongTaskObserver status=experimental, origin_trial_feature_name=LongTaskObserver |
| 133 FractionalScrollOffsets | 133 FractionalScrollOffsets |
| 134 LoadingWithMojo | 134 LoadingWithMojo |
| 135 MediaCapture | 135 MediaCapture |
| 136 MediaCaptureDepth status=experimental |
| 136 MediaCaptureFromCanvas status=stable | 137 MediaCaptureFromCanvas status=stable |
| 137 MediaCaptureFromVideo status=experimental | 138 MediaCaptureFromVideo status=experimental |
| 138 MediaConstraints status=stable | 139 MediaConstraints status=stable |
| 139 MediaDocumentDownloadButton | 140 MediaDocumentDownloadButton |
| 140 MediaGetSettings status=test | 141 MediaGetSettings status=test |
| 141 MediaSession status=experimental | 142 MediaSession status=experimental |
| 142 MediaSourceExperimental status=experimental | 143 MediaSourceExperimental status=experimental |
| 143 MediaSourceNewAbortAndDuration status=experimental | 144 MediaSourceNewAbortAndDuration status=experimental |
| 144 MediaStreamSpeech status=experimental | 145 MediaStreamSpeech status=experimental |
| 145 MediaQueryShape status=experimental | 146 MediaQueryShape status=experimental |
| (...skipping 123 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 |