| 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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 InputEvent status=experimental | 110 InputEvent status=experimental |
| 111 InputModeAttribute status=experimental | 111 InputModeAttribute status=experimental |
| 112 InputMultipleFieldsUI status=stable | 112 InputMultipleFieldsUI status=stable |
| 113 InstalledApp status=experimental | 113 InstalledApp status=experimental |
| 114 IntersectionObserver status=stable | 114 IntersectionObserver status=stable |
| 115 LangAttributeAwareFormControlUI | 115 LangAttributeAwareFormControlUI |
| 116 LinkPreconnect status=stable | 116 LinkPreconnect status=stable |
| 117 LinkPreload status=stable | 117 LinkPreload status=stable |
| 118 LinkHeader status=stable | 118 LinkHeader status=stable |
| 119 LinkServiceWorker status=experimental | 119 LinkServiceWorker status=experimental |
| 120 LoadingWithMojo |
| 120 FractionalScrollOffsets status=experimental | 121 FractionalScrollOffsets status=experimental |
| 121 MediaCapture | 122 MediaCapture |
| 122 MediaCaptureFromCanvas status=stable | 123 MediaCaptureFromCanvas status=stable |
| 123 MediaCaptureFromVideo status=test | 124 MediaCaptureFromVideo status=test |
| 124 MediaConstraints status=experimental | 125 MediaConstraints status=experimental |
| 125 MediaDevices status=stable | 126 MediaDevices status=stable |
| 126 MediaDocumentDownloadButton | 127 MediaDocumentDownloadButton |
| 127 MediaRecorder status=stable | 128 MediaRecorder status=stable |
| 128 MediaSession | 129 MediaSession |
| 129 MediaSourceExperimental status=experimental | 130 MediaSourceExperimental status=experimental |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 VisibilityChangeOnUnload status=experimental | 227 VisibilityChangeOnUnload status=experimental |
| 227 XSLT status=stable | 228 XSLT status=stable |
| 228 smil status=stable | 229 smil status=stable |
| 229 ScrollCustomization | 230 ScrollCustomization |
| 230 ScrollRestoration status=stable | 231 ScrollRestoration status=stable |
| 231 VisualViewportAPI status=experimental | 232 VisualViewportAPI status=experimental |
| 232 WakeLock status=experimental | 233 WakeLock status=experimental |
| 233 WebFontsInterventionV2 | 234 WebFontsInterventionV2 |
| 234 WebFontsInterventionTrigger | 235 WebFontsInterventionTrigger |
| 235 Worklet status=test | 236 Worklet status=test |
| OLD | NEW |