| 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 17 matching lines...) Expand all Loading... |
| 28 AppBanner status=stable | 28 AppBanner status=stable |
| 29 AlwaysUseComplexText status=stable | 29 AlwaysUseComplexText status=stable |
| 30 ApplicationCache status=stable | 30 ApplicationCache status=stable |
| 31 AudioOutputDevices status=stable | 31 AudioOutputDevices status=stable |
| 32 AudioVideoTracks status=experimental | 32 AudioVideoTracks status=experimental |
| 33 BackgroundSync status=stable | 33 BackgroundSync status=stable |
| 34 BackspaceDefaultHandler status=test | 34 BackspaceDefaultHandler status=test |
| 35 CacheIgnoreSearchOption status=experimental | 35 CacheIgnoreSearchOption status=experimental |
| 36 Canvas2dImageChromium status=experimental | 36 Canvas2dImageChromium status=experimental |
| 37 ClientHints status=stable | 37 ClientHints status=stable |
| 38 ColumnFill status=stable | |
| 39 CompositedSelectionUpdate | 38 CompositedSelectionUpdate |
| 40 CompositorWorker status=experimental | 39 CompositorWorker status=experimental |
| 41 ContextMenu status=experimental | 40 ContextMenu status=experimental |
| 42 CorsRFC1918 status=test | 41 CorsRFC1918 status=test |
| 43 CredentialManager status=stable | 42 CredentialManager status=stable |
| 44 CSS3Text status=experimental | 43 CSS3Text status=experimental |
| 45 CSS3TextDecorations status=experimental | 44 CSS3TextDecorations status=experimental |
| 46 CSSApplyAtRules status=experimental, depends_on=CSSVariables | 45 CSSApplyAtRules status=experimental, depends_on=CSSVariables |
| 47 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns | 46 CSSAdditiveAnimations status=experimental, depends_on=StackedCSSPropertyAnimatio
ns |
| 48 CSSBackdropFilter status=experimental | 47 CSSBackdropFilter status=experimental |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 VisibilityChangeOnUnload status=experimental | 226 VisibilityChangeOnUnload status=experimental |
| 228 XSLT status=stable | 227 XSLT status=stable |
| 229 smil status=stable | 228 smil status=stable |
| 230 ScrollCustomization | 229 ScrollCustomization |
| 231 ScrollRestoration status=stable | 230 ScrollRestoration status=stable |
| 232 VisualViewportAPI status=experimental | 231 VisualViewportAPI status=experimental |
| 233 WakeLock status=experimental | 232 WakeLock status=experimental |
| 234 WebFontsInterventionV2 | 233 WebFontsInterventionV2 |
| 235 WebFontsInterventionTrigger | 234 WebFontsInterventionTrigger |
| 236 Worklet status=test | 235 Worklet status=test |
| OLD | NEW |