| 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 20 matching lines...) Expand all Loading... |
| 31 ApplicationCache status=stable | 31 ApplicationCache status=stable |
| 32 AudioOutputDevices status=stable | 32 AudioOutputDevices status=stable |
| 33 AudioVideoTracks depends_on=Media, status=experimental | 33 AudioVideoTracks depends_on=Media, status=experimental |
| 34 AuthorShadowDOMForAnyElement | 34 AuthorShadowDOMForAnyElement |
| 35 BackgroundSync status=stable | 35 BackgroundSync status=stable |
| 36 BackgroundSyncV2 status=experimental | 36 BackgroundSyncV2 status=experimental |
| 37 CacheStorageMatchAll status=stable | 37 CacheStorageMatchAll status=stable |
| 38 ClientHints status=stable | 38 ClientHints status=stable |
| 39 ColumnFill status=experimental | 39 ColumnFill status=experimental |
| 40 CompositedSelectionUpdate | 40 CompositedSelectionUpdate |
| 41 CompositorWorker status=experimental | 41 CompositorWorker depends_on=GeometryInterfaces, status=experimental |
| 42 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr
bug.com/394772 | 42 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr
bug.com/394772 |
| 43 CompositorAnimationTimelines | 43 CompositorAnimationTimelines |
| 44 ContextMenu status=experimental | 44 ContextMenu status=experimental |
| 45 CredentialManager status=test | 45 CredentialManager status=test |
| 46 CSS3Text status=experimental | 46 CSS3Text status=experimental |
| 47 CSS3TextDecorations status=experimental | 47 CSS3TextDecorations status=experimental |
| 48 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns | 48 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns |
| 49 CSSBackdropFilter status=experimental | 49 CSSBackdropFilter status=experimental |
| 50 CSSCompositing status=stable | 50 CSSCompositing status=stable |
| 51 CSSContainment status=experimental | 51 CSSContainment status=experimental |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 ExperimentalFrameworkSampleAPI api_name=Frobulate | 85 ExperimentalFrameworkSampleAPI api_name=Frobulate |
| 86 ExperimentalV8Extras status=experimental | 86 ExperimentalV8Extras status=experimental |
| 87 FastMobileScrolling | 87 FastMobileScrolling |
| 88 FileAPIBlobClose status=experimental | 88 FileAPIBlobClose status=experimental |
| 89 FileSystem status=stable | 89 FileSystem status=stable |
| 90 ForeignFetch status=experimental | 90 ForeignFetch status=experimental |
| 91 FormDataNewMethods status=experimental | 91 FormDataNewMethods status=experimental |
| 92 FullscreenUnprefixed status=test | 92 FullscreenUnprefixed status=test |
| 93 FrameTimingSupport status=experimental | 93 FrameTimingSupport status=experimental |
| 94 Geofencing status=experimental | 94 Geofencing status=experimental |
| 95 GeometryInterfaces status=test | 95 GeometryInterfaces status=experimental |
| 96 GetUserMedia depends_on=MediaDevices, status=experimental | 96 GetUserMedia depends_on=MediaDevices, status=experimental |
| 97 GlobalCacheStorage status=stable | 97 GlobalCacheStorage status=stable |
| 98 HiResEventTimeStamp status=stable | 98 HiResEventTimeStamp status=stable |
| 99 ImageColorProfiles | 99 ImageColorProfiles |
| 100 ImageOrientation status=test | 100 ImageOrientation status=test |
| 101 ImageRenderingPixelated status=stable | 101 ImageRenderingPixelated status=stable |
| 102 IndexedDBExperimental status=experimental | 102 IndexedDBExperimental status=experimental |
| 103 InputDeviceCapabilities status=stable | 103 InputDeviceCapabilities status=stable |
| 104 InputModeAttribute status=experimental | 104 InputModeAttribute status=experimental |
| 105 IntersectionObserver status=experimental | 105 IntersectionObserver status=experimental |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 WebVR depends_on=GeometryInterfaces, status=test | 209 WebVR depends_on=GeometryInterfaces, status=test |
| 210 WebVTTRegions depends_on=Media, status=experimental | 210 WebVTTRegions depends_on=Media, status=experimental |
| 211 V8IdleTasks | 211 V8IdleTasks |
| 212 XSLT status=stable | 212 XSLT status=stable |
| 213 smil status=stable | 213 smil status=stable |
| 214 ScrollCustomization | 214 ScrollCustomization |
| 215 ScrollRestoration status=stable | 215 ScrollRestoration status=stable |
| 216 WakeLock status=experimental | 216 WakeLock status=experimental |
| 217 WebFontsIntervention status=stable | 217 WebFontsIntervention status=stable |
| 218 Worklet | 218 Worklet |
| OLD | NEW |