| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 MediaStreamSpeech status=experimental | 130 MediaStreamSpeech status=experimental |
| 131 MemoryInfoInWorkers status=experimental | 131 MemoryInfoInWorkers status=experimental |
| 132 MobileLayoutTheme | 132 MobileLayoutTheme |
| 133 ModuleScripts status=test | 133 ModuleScripts status=test |
| 134 NavigatorContentUtils | 134 NavigatorContentUtils |
| 135 WebNFC status=experimental | 135 WebNFC status=experimental |
| 136 NetworkInformation status=stable | 136 NetworkInformation status=stable |
| 137 NetInfoDownlinkMax status=stable | 137 NetInfoDownlinkMax status=stable |
| 138 NewMediaPlaybackUi | 138 NewMediaPlaybackUi |
| 139 NotificationConstructor status=stable | 139 NotificationConstructor status=stable |
| 140 NotificationExperimental status=test | |
| 141 NotificationBadge status=experimental | 140 NotificationBadge status=experimental |
| 142 NotificationInlineReplies status=experimental | 141 NotificationInlineReplies status=experimental |
| 143 Notifications status=stable | 142 Notifications status=stable |
| 144 OnDeviceChange status=experimental | 143 OnDeviceChange status=experimental |
| 145 OrientationEvent | 144 OrientationEvent |
| 146 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 145 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 147 ForceOverlayFullscreenVideo | 146 ForceOverlayFullscreenVideo |
| 148 OverlayScrollbars | 147 OverlayScrollbars |
| 149 PagePopup status=stable | 148 PagePopup status=stable |
| 150 PassiveEventListeners status=stable | 149 PassiveEventListeners status=stable |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 VisibilityChangeOnUnload status=experimental | 224 VisibilityChangeOnUnload status=experimental |
| 226 XSLT status=stable | 225 XSLT status=stable |
| 227 smil status=stable | 226 smil status=stable |
| 228 ScrollCustomization | 227 ScrollCustomization |
| 229 ScrollRestoration status=stable | 228 ScrollRestoration status=stable |
| 230 VisualViewportAPI status=experimental | 229 VisualViewportAPI status=experimental |
| 231 WakeLock status=experimental | 230 WakeLock status=experimental |
| 232 WebFontsInterventionV2 | 231 WebFontsInterventionV2 |
| 233 WebFontsInterventionTrigger | 232 WebFontsInterventionTrigger |
| 234 Worklet status=test | 233 Worklet status=test |
| OLD | NEW |