| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 MemoryInfoInWorkers status=experimental | 99 MemoryInfoInWorkers status=experimental |
| 100 NavigatorConnect status=experimental | 100 NavigatorConnect status=experimental |
| 101 NavigatorContentUtils | 101 NavigatorContentUtils |
| 102 WebNFC status=experimental | 102 WebNFC status=experimental |
| 103 NetworkInformation status=stable | 103 NetworkInformation status=stable |
| 104 NewMediaPlaybackUi | 104 NewMediaPlaybackUi |
| 105 NotificationConstructor status=stable | 105 NotificationConstructor status=stable |
| 106 NotificationExperimental status=test | 106 NotificationExperimental status=test |
| 107 Notifications status=stable | 107 Notifications status=stable |
| 108 OrientationEvent | 108 OrientationEvent |
| 109 // Only enabled on Android, and for certain layout tests on Linux. | |
| 110 // TODO(watk): Delete this in favor of ForceOverlayFullscreenVideo after | |
| 111 // removing chromium's dependency on it. http://crbug.com/511376 | |
| 112 OverlayFullscreenVideo | |
| 113 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 109 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 114 ForceOverlayFullscreenVideo | 110 ForceOverlayFullscreenVideo |
| 115 OverlayScrollbars | 111 OverlayScrollbars |
| 116 PagePopup status=stable | 112 PagePopup status=stable |
| 117 PathOpsSVGClipping status=stable | 113 PathOpsSVGClipping status=stable |
| 118 Permissions status=stable | 114 Permissions status=stable |
| 119 PermissionsRequestRevoke status=experimental | 115 PermissionsRequestRevoke status=experimental |
| 120 PointerEvent | 116 PointerEvent |
| 121 PreciseMemoryInfo | 117 PreciseMemoryInfo |
| 122 // This feature is deprecated and replaced by EncryptedMedia. | 118 // This feature is deprecated and replaced by EncryptedMedia. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 WebUSB status=experimental | 179 WebUSB status=experimental |
| 184 WebVR depends_on=GeometryInterfaces | 180 WebVR depends_on=GeometryInterfaces |
| 185 WebVTTRegions depends_on=Media, status=experimental | 181 WebVTTRegions depends_on=Media, status=experimental |
| 186 V8IdleTasks | 182 V8IdleTasks |
| 187 XSLT status=stable | 183 XSLT status=stable |
| 188 SVG1DOM status=stable | 184 SVG1DOM status=stable |
| 189 smil status=stable | 185 smil status=stable |
| 190 ScrollCustomization | 186 ScrollCustomization |
| 191 ScrollRestoration status=stable | 187 ScrollRestoration status=stable |
| 192 WakeLock status=experimental | 188 WakeLock status=experimental |
| OLD | NEW |