| 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 94 FileSystem status=stable | 94 FileSystem status=stable |
| 95 ForeignFetch status=experimental | 95 ForeignFetch status=experimental |
| 96 FormDataNewMethods status=stable | 96 FormDataNewMethods status=stable |
| 97 FullscreenUnprefixed status=test | 97 FullscreenUnprefixed status=test |
| 98 FrameTimingSupport status=experimental | 98 FrameTimingSupport status=experimental |
| 99 Geofencing status=experimental | 99 Geofencing status=experimental |
| 100 GeometryInterfaces status=test | 100 GeometryInterfaces status=test |
| 101 GetUserMedia depends_on=MediaDevices, status=experimental | 101 GetUserMedia depends_on=MediaDevices, status=experimental |
| 102 GlobalCacheStorage status=stable | 102 GlobalCacheStorage status=stable |
| 103 HiResEventTimeStamp status=stable | 103 HiResEventTimeStamp status=stable |
| 104 IDBObserver status=experimental |
| 104 ImageCapture status=experimental | 105 ImageCapture status=experimental |
| 105 ImageColorProfiles | 106 ImageColorProfiles |
| 106 ImageOrientation status=test | 107 ImageOrientation status=test |
| 107 ImageRenderingPixelated status=stable | 108 ImageRenderingPixelated status=stable |
| 108 IndexedDBExperimental status=experimental | 109 IndexedDBExperimental status=experimental |
| 109 InertTopControls status=experimental | 110 InertTopControls status=experimental |
| 110 InputDeviceCapabilities status=stable | 111 InputDeviceCapabilities status=stable |
| 111 InputEvent status=experimental | 112 InputEvent status=experimental |
| 112 InputModeAttribute status=experimental | 113 InputModeAttribute status=experimental |
| 113 InputMultipleFieldsUI status=stable | 114 InputMultipleFieldsUI status=stable |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 VisibilityChangeOnUnload status=experimental | 228 VisibilityChangeOnUnload status=experimental |
| 228 XSLT status=stable | 229 XSLT status=stable |
| 229 smil status=stable | 230 smil status=stable |
| 230 ScrollCustomization | 231 ScrollCustomization |
| 231 ScrollRestoration status=stable | 232 ScrollRestoration status=stable |
| 232 VisualViewportAPI status=experimental | 233 VisualViewportAPI status=experimental |
| 233 WakeLock status=experimental | 234 WakeLock status=experimental |
| 234 WebFontsInterventionV2 | 235 WebFontsInterventionV2 |
| 235 WebFontsInterventionTrigger | 236 WebFontsInterventionTrigger |
| 236 Worklet status=test | 237 Worklet status=test |
| OLD | NEW |