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