| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 ExperimentalContentSecurityPolicyFeatures status=experimental | 92 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 93 ExperimentalV8Extras status=experimental | 93 ExperimentalV8Extras status=experimental |
| 94 FastMobileScrolling | 94 FastMobileScrolling |
| 95 FeaturePolicy status=experimental | 95 FeaturePolicy status=experimental |
| 96 FileAPIBlobClose status=experimental | 96 FileAPIBlobClose status=experimental |
| 97 FileSystem status=stable | 97 FileSystem status=stable |
| 98 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch | 98 ForeignFetch status=experimental, origin_trial_feature_name=ForeignFetch |
| 99 FullscreenUnprefixed status=test | 99 FullscreenUnprefixed status=test |
| 100 FrameTimingSupport status=experimental | 100 FrameTimingSupport status=experimental |
| 101 GeometryInterfaces status=test | 101 GeometryInterfaces status=test |
| 102 GetUserMedia depends_on=MediaDevices, status=stable | 102 GetUserMedia status=stable |
| 103 GlobalCacheStorage status=stable | 103 GlobalCacheStorage status=stable |
| 104 IDBObserver status=experimental | 104 IDBObserver status=experimental |
| 105 ImageCapture status=experimental | 105 ImageCapture status=experimental |
| 106 ImageOrientation status=test | 106 ImageOrientation status=test |
| 107 IndexedDBExperimental status=experimental | 107 IndexedDBExperimental status=experimental |
| 108 InertTopControls status=experimental | 108 InertTopControls status=experimental |
| 109 InputEvent status=experimental | 109 InputEvent status=experimental |
| 110 InputModeAttribute status=experimental | 110 InputModeAttribute status=experimental |
| 111 InputMultipleFieldsUI status=stable | 111 InputMultipleFieldsUI status=stable |
| 112 InstalledApp status=experimental | 112 InstalledApp status=experimental |
| 113 IntersectionObserver status=stable | 113 IntersectionObserver status=stable |
| 114 LangAttributeAwareFormControlUI | 114 LangAttributeAwareFormControlUI |
| 115 LayoutNG | 115 LayoutNG |
| 116 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch | 116 LinkServiceWorker status=experimental, origin_trial_feature_name=ForeignFetch |
| 117 FractionalScrollOffsets | 117 FractionalScrollOffsets |
| 118 LoadingWithMojo | 118 LoadingWithMojo |
| 119 MediaCapture | 119 MediaCapture |
| 120 MediaCaptureFromCanvas status=stable | 120 MediaCaptureFromCanvas status=stable |
| 121 MediaCaptureFromVideo status=experimental | 121 MediaCaptureFromVideo status=experimental |
| 122 MediaConstraints status=stable | 122 MediaConstraints status=stable |
| 123 MediaDevices status=stable | |
| 124 MediaDocumentDownloadButton | 123 MediaDocumentDownloadButton |
| 125 MediaGetSettings status=test | 124 MediaGetSettings status=test |
| 126 MediaSession | 125 MediaSession |
| 127 MediaSourceExperimental status=experimental | 126 MediaSourceExperimental status=experimental |
| 128 MediaSourceNewAbortAndDuration status=experimental | 127 MediaSourceNewAbortAndDuration status=experimental |
| 129 MediaStreamSpeech status=experimental | 128 MediaStreamSpeech status=experimental |
| 130 MemoryInfoInWorkers status=experimental | 129 MemoryInfoInWorkers status=experimental |
| 131 MobileLayoutTheme | 130 MobileLayoutTheme |
| 132 ModuleScripts status=test | 131 ModuleScripts status=test |
| 133 NavigatorContentUtils | 132 NavigatorContentUtils |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 WakeLock status=experimental | 241 WakeLock status=experimental |
| 243 WebFontsInterventionV2With2G | 242 WebFontsInterventionV2With2G |
| 244 WebFontsInterventionV2WithSlow2G | 243 WebFontsInterventionV2WithSlow2G |
| 245 WebFontsInterventionTrigger | 244 WebFontsInterventionTrigger |
| 246 WebShare status=experimental | 245 WebShare status=experimental |
| 247 Worklet status=experimental | 246 Worklet status=experimental |
| 248 WeakMemoryCache | 247 WeakMemoryCache |
| 249 DoNotUnlockSharedBuffer | 248 DoNotUnlockSharedBuffer |
| 250 ParseHTMLOnMainThread status=test | 249 ParseHTMLOnMainThread status=test |
| 251 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 250 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| OLD | NEW |