| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 Presentation status=stable | 133 Presentation status=stable |
| 134 PromiseRejectionEvent status=experimental | 134 PromiseRejectionEvent status=experimental |
| 135 PushMessaging status=stable | 135 PushMessaging status=stable |
| 136 // Push messaging payloads are blocked on the Push API supporting encryption. | 136 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 137 PushMessagingData status=test | 137 PushMessagingData status=test |
| 138 QuotaPromise status=experimental | 138 QuotaPromise status=experimental |
| 139 ReducedReferrerGranularity | 139 ReducedReferrerGranularity |
| 140 RequestIdleCallback status=stable | 140 RequestIdleCallback status=stable |
| 141 RequestAutocomplete status=test | 141 RequestAutocomplete status=test |
| 142 RestrictIFramePermissions | 142 RestrictIFramePermissions |
| 143 RTCCertificate status=test |
| 143 SandboxBlocksModals status=stable | 144 SandboxBlocksModals status=stable |
| 144 ScreenOrientation status=stable | 145 ScreenOrientation status=stable |
| 145 ScriptedSpeech status=stable | 146 ScriptedSpeech status=stable |
| 146 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 147 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 147 // as per the spec, matching other Web engines. | 148 // as per the spec, matching other Web engines. |
| 148 ScrollTopLeftInterop status=experimental | 149 ScrollTopLeftInterop status=experimental |
| 149 SelectionForComposedTree status=stable | 150 SelectionForComposedTree status=stable |
| 150 SelectionPaintingWithoutSelectionGaps status=stable | 151 SelectionPaintingWithoutSelectionGaps status=stable |
| 151 ServiceWorkerClientAttributes status=stable | 152 ServiceWorkerClientAttributes status=stable |
| 152 ServiceWorkerPerformanceTimeline status=stable | 153 ServiceWorkerPerformanceTimeline status=stable |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 WebUSB status=experimental | 192 WebUSB status=experimental |
| 192 WebVR depends_on=GeometryInterfaces | 193 WebVR depends_on=GeometryInterfaces |
| 193 WebVTTRegions depends_on=Media, status=experimental | 194 WebVTTRegions depends_on=Media, status=experimental |
| 194 V8IdleTasks | 195 V8IdleTasks |
| 195 XSLT status=stable | 196 XSLT status=stable |
| 196 SVG1DOM status=stable | 197 SVG1DOM status=stable |
| 197 smil status=stable | 198 smil status=stable |
| 198 ScrollCustomization | 199 ScrollCustomization |
| 199 ScrollRestoration status=stable | 200 ScrollRestoration status=stable |
| 200 WakeLock status=experimental | 201 WakeLock status=experimental |
| OLD | NEW |