| 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 FileSystem status=stable | 89 FileSystem status=stable |
| 90 ForeignFetch status=experimental | 90 ForeignFetch status=experimental |
| 91 FormDataNewMethods status=stable | 91 FormDataNewMethods status=stable |
| 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=test |
| 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 ImageCapture status=test |
| 99 ImageColorProfiles | 100 ImageColorProfiles |
| 100 ImageOrientation status=test | 101 ImageOrientation status=test |
| 101 ImageRenderingPixelated status=stable | 102 ImageRenderingPixelated status=stable |
| 102 IndexedDBExperimental status=experimental | 103 IndexedDBExperimental status=experimental |
| 103 InertTopControls status=experimental | 104 InertTopControls status=experimental |
| 104 InputDeviceCapabilities status=stable | 105 InputDeviceCapabilities status=stable |
| 105 InputEvent status=experimental | 106 InputEvent status=experimental |
| 106 InputModeAttribute status=experimental | 107 InputModeAttribute status=experimental |
| 107 InputMultipleFieldsUI status=stable | 108 InputMultipleFieldsUI status=stable |
| 108 InstalledApp status=experimental | 109 InstalledApp status=experimental |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 VisibilityChangeOnUnload status=experimental | 223 VisibilityChangeOnUnload status=experimental |
| 223 XSLT status=stable | 224 XSLT status=stable |
| 224 smil status=stable | 225 smil status=stable |
| 225 ScrollCustomization | 226 ScrollCustomization |
| 226 ScrollRestoration status=stable | 227 ScrollRestoration status=stable |
| 227 VisualViewportAPI status=experimental | 228 VisualViewportAPI status=experimental |
| 228 WakeLock status=experimental | 229 WakeLock status=experimental |
| 229 WebFontsIntervention status=experimental | 230 WebFontsIntervention status=experimental |
| 230 WebFontsInterventionTrigger | 231 WebFontsInterventionTrigger |
| 231 Worklet status=test | 232 Worklet status=test |
| OLD | NEW |