| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 PreciseMemoryInfo | 164 PreciseMemoryInfo |
| 165 // This feature is deprecated and we are evangelizing affected sites. | 165 // This feature is deprecated and we are evangelizing affected sites. |
| 166 // See https://crbug.com/346236 for current status. | 166 // See https://crbug.com/346236 for current status. |
| 167 PrefixedVideoFullscreen status=stable | 167 PrefixedVideoFullscreen status=stable |
| 168 Presentation status=stable | 168 Presentation status=stable |
| 169 PresentationReceiver status=test | 169 PresentationReceiver status=test |
| 170 PromiseRejectionEvent status=stable | 170 PromiseRejectionEvent status=stable |
| 171 PushMessaging status=stable | 171 PushMessaging status=stable |
| 172 QuotaPromise status=experimental | 172 QuotaPromise status=experimental |
| 173 ReducedReferrerGranularity | 173 ReducedReferrerGranularity |
| 174 ReferrerPolicyHeader status=experimental |
| 174 RemotePlayback status=experimental | 175 RemotePlayback status=experimental |
| 175 RenderingPipelineThrottling status=stable | 176 RenderingPipelineThrottling status=stable |
| 176 RequestIdleCallback status=stable | 177 RequestIdleCallback status=stable |
| 177 ResponseConstructedWithReadableStream status=stable | 178 ResponseConstructedWithReadableStream status=stable |
| 178 ResponseBodyWithV8ExtraStream status=stable | 179 ResponseBodyWithV8ExtraStream status=stable |
| 179 SandboxBlocksModals status=stable | 180 SandboxBlocksModals status=stable |
| 180 ScreenOrientation status=stable | 181 ScreenOrientation status=stable |
| 181 ScriptedSpeech status=stable | 182 ScriptedSpeech status=stable |
| 182 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). | 183 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). |
| 183 ScrollAnchoring settable_from_internals=True | 184 ScrollAnchoring settable_from_internals=True |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 235 ScrollRestoration status=stable | 236 ScrollRestoration status=stable |
| 236 AutoplayMutedVideos settable_from_internals=True | 237 AutoplayMutedVideos settable_from_internals=True |
| 237 VisualViewportAPI status=experimental | 238 VisualViewportAPI status=experimental |
| 238 WakeLock status=experimental | 239 WakeLock status=experimental |
| 239 WebFontsInterventionV2With2G | 240 WebFontsInterventionV2With2G |
| 240 WebFontsInterventionV2WithSlow2G | 241 WebFontsInterventionV2WithSlow2G |
| 241 WebFontsInterventionTrigger | 242 WebFontsInterventionTrigger |
| 242 Worklet status=experimental | 243 Worklet status=experimental |
| 243 WeakMemoryCache | 244 WeakMemoryCache |
| 244 DoNotUnlockSharedBuffer | 245 DoNotUnlockSharedBuffer |
| OLD | NEW |