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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 PreciseMemoryInfo | 168 PreciseMemoryInfo |
169 // This feature is deprecated and we are evangelizing affected sites. | 169 // This feature is deprecated and we are evangelizing affected sites. |
170 // See https://crbug.com/346236 for current status. | 170 // See https://crbug.com/346236 for current status. |
171 PrefixedVideoFullscreen status=stable | 171 PrefixedVideoFullscreen status=stable |
172 Presentation status=stable | 172 Presentation status=stable |
173 PresentationReceiver status=test | 173 PresentationReceiver status=test |
174 PushMessaging status=stable | 174 PushMessaging status=stable |
175 QuotaPromise status=experimental | 175 QuotaPromise status=experimental |
176 ReducedReferrerGranularity | 176 ReducedReferrerGranularity |
177 ReferrerPolicyHeader status=experimental | 177 ReferrerPolicyHeader status=experimental |
| 178 ReloadwithoutSubResourceCacheRevalidation |
178 RemotePlayback status=experimental | 179 RemotePlayback status=experimental |
179 RenderingPipelineThrottling status=stable | 180 RenderingPipelineThrottling status=stable |
180 RenderUnicodeControlCharacters status=experimental | 181 RenderUnicodeControlCharacters status=experimental |
181 RequestIdleCallback status=stable | 182 RequestIdleCallback status=stable |
182 ResizeObserver status=experimental | 183 ResizeObserver status=experimental |
183 // Handles frame scrolling via the root PaintLayer instead of the FrameView. | 184 // Handles frame scrolling via the root PaintLayer instead of the FrameView. |
184 // crbug.com/417782 tracks enabling this by default. | 185 // crbug.com/417782 tracks enabling this by default. |
185 RootLayerScrolling | 186 RootLayerScrolling |
186 RTCPeerConnectionNewGetStats status=test | 187 RTCPeerConnectionNewGetStats status=test |
187 ScriptedSpeech status=stable | 188 ScriptedSpeech status=stable |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 WakeLock status=experimental | 250 WakeLock status=experimental |
250 WebFontsInterventionV2With2G | 251 WebFontsInterventionV2With2G |
251 WebFontsInterventionV2WithSlow2G | 252 WebFontsInterventionV2WithSlow2G |
252 WebFontsInterventionTrigger | 253 WebFontsInterventionTrigger |
253 WebShare status=experimental, origin_trial_feature_name=WebShare | 254 WebShare status=experimental, origin_trial_feature_name=WebShare |
254 Worklet status=experimental | 255 Worklet status=experimental |
255 WeakMemoryCache | 256 WeakMemoryCache |
256 DoNotUnlockSharedBuffer | 257 DoNotUnlockSharedBuffer |
257 ParseHTMLOnMainThread status=test | 258 ParseHTMLOnMainThread status=test |
258 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 259 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
OLD | NEW |