| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 MediaStreamSpeech status=experimental | 121 MediaStreamSpeech status=experimental |
| 122 MemoryInfoInWorkers status=experimental | 122 MemoryInfoInWorkers status=experimental |
| 123 MobileLayoutTheme | 123 MobileLayoutTheme |
| 124 ModuleScripts status=test | 124 ModuleScripts status=test |
| 125 NavigatorConnect status=experimental | 125 NavigatorConnect status=experimental |
| 126 NavigatorContentUtils | 126 NavigatorContentUtils |
| 127 WebNFC status=experimental | 127 WebNFC status=experimental |
| 128 NetworkInformation status=stable | 128 NetworkInformation status=stable |
| 129 NetInfoDownlinkMax status=stable | 129 NetInfoDownlinkMax status=stable |
| 130 NewMediaPlaybackUi | 130 NewMediaPlaybackUi |
| 131 NewTableCellBackgroundPainting status=stable |
| 131 NotificationConstructor status=stable | 132 NotificationConstructor status=stable |
| 132 NotificationExperimental status=test | 133 NotificationExperimental status=test |
| 133 NotificationActionIcons status=stable | 134 NotificationActionIcons status=stable |
| 134 NotificationBadge status=experimental | 135 NotificationBadge status=experimental |
| 135 Notifications status=stable | 136 Notifications status=stable |
| 136 OrientationEvent | 137 OrientationEvent |
| 137 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 138 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 138 ForceOverlayFullscreenVideo | 139 ForceOverlayFullscreenVideo |
| 139 OverlayScrollbars | 140 OverlayScrollbars |
| 140 PagePopup status=stable | 141 PagePopup status=stable |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 V8IdleTasks | 220 V8IdleTasks |
| 220 VisibilityChangeOnUnload status=test | 221 VisibilityChangeOnUnload status=test |
| 221 XSLT status=stable | 222 XSLT status=stable |
| 222 smil status=stable | 223 smil status=stable |
| 223 ScrollCustomization | 224 ScrollCustomization |
| 224 ScrollRestoration status=stable | 225 ScrollRestoration status=stable |
| 225 WakeLock status=experimental | 226 WakeLock status=experimental |
| 226 WebFontsIntervention status=experimental | 227 WebFontsIntervention status=experimental |
| 227 WebFontsInterventionTrigger | 228 WebFontsInterventionTrigger |
| 228 Worklet status=test | 229 Worklet status=test |
| OLD | NEW |