| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 // This feature is deprecated and we are evangelizing affected sites. | 129 // This feature is deprecated and we are evangelizing affected sites. |
| 130 // See https://crbug.com/346236 for current status. | 130 // See https://crbug.com/346236 for current status. |
| 131 PrefixedVideoFullscreen status=stable | 131 PrefixedVideoFullscreen status=stable |
| 132 Presentation status=stable | 132 Presentation status=stable |
| 133 PromiseRejectionEvent status=experimental | 133 PromiseRejectionEvent status=experimental |
| 134 PushMessaging status=stable | 134 PushMessaging status=stable |
| 135 // Push messaging payloads are blocked on the Push API supporting encryption. | 135 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 136 PushMessagingData status=test | 136 PushMessagingData status=test |
| 137 QuotaPromise status=experimental | 137 QuotaPromise status=experimental |
| 138 ReducedReferrerGranularity | 138 ReducedReferrerGranularity |
| 139 RequestIdleCallback status=experimental | 139 RequestIdleCallback status=stable |
| 140 RequestAutocomplete status=test | 140 RequestAutocomplete status=test |
| 141 RestrictIFramePermissions | 141 RestrictIFramePermissions |
| 142 SandboxBlocksModals status=stable | 142 SandboxBlocksModals status=stable |
| 143 ScreenOrientation status=stable | 143 ScreenOrientation status=stable |
| 144 ScriptedSpeech status=stable | 144 ScriptedSpeech status=stable |
| 145 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 145 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 146 // as per the spec, matching other Web engines. | 146 // as per the spec, matching other Web engines. |
| 147 ScrollTopLeftInterop status=experimental | 147 ScrollTopLeftInterop status=experimental |
| 148 SelectionForComposedTree status=stable | 148 SelectionForComposedTree status=stable |
| 149 SelectionPaintingWithoutSelectionGaps status=stable | 149 SelectionPaintingWithoutSelectionGaps status=stable |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 WebUSB status=experimental | 190 WebUSB status=experimental |
| 191 WebVR depends_on=GeometryInterfaces | 191 WebVR depends_on=GeometryInterfaces |
| 192 WebVTTRegions depends_on=Media, status=experimental | 192 WebVTTRegions depends_on=Media, status=experimental |
| 193 V8IdleTasks | 193 V8IdleTasks |
| 194 XSLT status=stable | 194 XSLT status=stable |
| 195 SVG1DOM status=stable | 195 SVG1DOM status=stable |
| 196 smil status=stable | 196 smil status=stable |
| 197 ScrollCustomization | 197 ScrollCustomization |
| 198 ScrollRestoration status=stable | 198 ScrollRestoration status=stable |
| 199 WakeLock status=experimental | 199 WakeLock status=experimental |
| OLD | NEW |