| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 // The sample API is used in both unit and layout tests for the Origin Trials | 149 // The sample API is used in both unit and layout tests for the Origin Trials |
| 150 // Framework. Do not change this flag to stable, as it exists solely to generate | 150 // Framework. Do not change this flag to stable, as it exists solely to generate |
| 151 // code used by the sample API implementation. | 151 // code used by the sample API implementation. |
| 152 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 152 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
| 153 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 153 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 154 ForceOverlayFullscreenVideo | 154 ForceOverlayFullscreenVideo |
| 155 OverlayScrollbars | 155 OverlayScrollbars |
| 156 PagePopup status=stable | 156 PagePopup status=stable |
| 157 PaintOptimizations status=stable | 157 PaintOptimizations status=stable |
| 158 PassiveDocumentEventListeners | 158 PassiveDocumentEventListeners |
| 159 PassiveEventListeners status=stable | |
| 160 PassPaintVisualRectToCompositor | 159 PassPaintVisualRectToCompositor |
| 161 PathOpsSVGClipping status=stable | 160 PathOpsSVGClipping status=stable |
| 162 PaymentRequest status=experimental | 161 PaymentRequest status=experimental |
| 163 PerformanceObserver status=stable | 162 PerformanceObserver status=stable |
| 164 PermissionDelegation status=test | 163 PermissionDelegation status=test |
| 165 Permissions status=stable | 164 Permissions status=stable |
| 166 PermissionsRequestRevoke status=experimental | 165 PermissionsRequestRevoke status=experimental |
| 167 PointerEvent status=experimental | 166 PointerEvent status=experimental |
| 168 PreciseMemoryInfo | 167 PreciseMemoryInfo |
| 169 // This feature is deprecated and we are evangelizing affected sites. | 168 // This feature is deprecated and we are evangelizing affected sites. |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 AutoplayMutedVideos settable_from_internals=True | 240 AutoplayMutedVideos settable_from_internals=True |
| 242 VisualViewportAPI status=experimental | 241 VisualViewportAPI status=experimental |
| 243 WakeLock status=experimental | 242 WakeLock status=experimental |
| 244 WebFontsInterventionV2With2G | 243 WebFontsInterventionV2With2G |
| 245 WebFontsInterventionV2WithSlow2G | 244 WebFontsInterventionV2WithSlow2G |
| 246 WebFontsInterventionTrigger | 245 WebFontsInterventionTrigger |
| 247 Worklet status=experimental | 246 Worklet status=experimental |
| 248 WeakMemoryCache | 247 WeakMemoryCache |
| 249 DoNotUnlockSharedBuffer | 248 DoNotUnlockSharedBuffer |
| 250 ParseHTMLOnMainThread status=test | 249 ParseHTMLOnMainThread status=test |
| OLD | NEW |