| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 FractionalScrollOffsets | 120 FractionalScrollOffsets |
| 121 LoadingWithMojo |
| 121 MediaCapture | 122 MediaCapture |
| 122 MediaCaptureFromCanvas status=stable | 123 MediaCaptureFromCanvas status=stable |
| 123 MediaCaptureFromVideo status=experimental | 124 MediaCaptureFromVideo status=experimental |
| 124 MediaConstraints status=stable | 125 MediaConstraints status=stable |
| 125 MediaDevices status=stable | 126 MediaDevices status=stable |
| 126 MediaDocumentDownloadButton | 127 MediaDocumentDownloadButton |
| 127 MediaGetSettings status=test | 128 MediaGetSettings status=test |
| 128 MediaRecorder status=stable | 129 MediaRecorder status=stable |
| 129 MediaSession | 130 MediaSession |
| 130 MediaSourceExperimental status=experimental | 131 MediaSourceExperimental status=experimental |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 AutoplayMutedVideos settable_from_internals=True | 242 AutoplayMutedVideos settable_from_internals=True |
| 242 VisualViewportAPI status=experimental | 243 VisualViewportAPI status=experimental |
| 243 WakeLock status=experimental | 244 WakeLock status=experimental |
| 244 WebFontsInterventionV2With2G | 245 WebFontsInterventionV2With2G |
| 245 WebFontsInterventionV2WithSlow2G | 246 WebFontsInterventionV2WithSlow2G |
| 246 WebFontsInterventionTrigger | 247 WebFontsInterventionTrigger |
| 247 Worklet status=experimental | 248 Worklet status=experimental |
| 248 WeakMemoryCache | 249 WeakMemoryCache |
| 249 DoNotUnlockSharedBuffer | 250 DoNotUnlockSharedBuffer |
| 250 ParseHTMLOnMainThread status=test | 251 ParseHTMLOnMainThread status=test |
| OLD | NEW |