| 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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 // This feature is deprecated and we are evangalizing affected sites. | 124 // This feature is deprecated and we are evangalizing affected sites. |
| 125 // See https://crbug.com/346236 for current status. | 125 // See https://crbug.com/346236 for current status. |
| 126 PrefixedVideoFullscreen status=stable | 126 PrefixedVideoFullscreen status=stable |
| 127 Presentation status=experimental | 127 Presentation status=experimental |
| 128 PromiseRejectionEvent status=experimental | 128 PromiseRejectionEvent status=experimental |
| 129 PushMessaging status=stable | 129 PushMessaging status=stable |
| 130 // Push messaging payloads are blocked on the Push API supporting encryption. | 130 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 131 PushMessagingData status=test | 131 PushMessagingData status=test |
| 132 QuotaPromise status=experimental | 132 QuotaPromise status=experimental |
| 133 ReducedReferrerGranularity | 133 ReducedReferrerGranularity |
| 134 RequestIdleCallback status=test |
| 134 RequestAutocomplete status=test | 135 RequestAutocomplete status=test |
| 135 RestrictIFramePermissions | 136 RestrictIFramePermissions |
| 136 SandboxBlocksModals status=stable | 137 SandboxBlocksModals status=stable |
| 137 ScreenOrientation status=stable | 138 ScreenOrientation status=stable |
| 138 ScriptedSpeech status=stable | 139 ScriptedSpeech status=stable |
| 139 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 140 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 140 // as per the spec, matching other Web engines. | 141 // as per the spec, matching other Web engines. |
| 141 ScrollTopLeftInterop | 142 ScrollTopLeftInterop |
| 142 SelectionForComposedTree status=stable | 143 SelectionForComposedTree status=stable |
| 143 ServiceWorkerClientAttributes status=stable | 144 ServiceWorkerClientAttributes status=stable |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 WebUSB status=experimental | 182 WebUSB status=experimental |
| 182 WebVR depends_on=GeometryInterfaces | 183 WebVR depends_on=GeometryInterfaces |
| 183 WebVTTRegions depends_on=Media, status=experimental | 184 WebVTTRegions depends_on=Media, status=experimental |
| 184 V8IdleTasks | 185 V8IdleTasks |
| 185 XSLT status=stable | 186 XSLT status=stable |
| 186 SVG1DOM status=stable | 187 SVG1DOM status=stable |
| 187 smil status=stable | 188 smil status=stable |
| 188 ScrollCustomization | 189 ScrollCustomization |
| 189 ScrollRestoration status=experimental | 190 ScrollRestoration status=experimental |
| 190 WakeLock status=experimental | 191 WakeLock status=experimental |
| OLD | NEW |