| 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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 FastMobileScrolling | 71 FastMobileScrolling |
| 72 FileAPIBlobClose status=experimental | 72 FileAPIBlobClose status=experimental |
| 73 FileSystem status=stable | 73 FileSystem status=stable |
| 74 FormDataNewMethods status=experimental | 74 FormDataNewMethods status=experimental |
| 75 FullscreenUnprefixed status=test | 75 FullscreenUnprefixed status=test |
| 76 FrameTimingSupport status=experimental | 76 FrameTimingSupport status=experimental |
| 77 Geofencing status=experimental | 77 Geofencing status=experimental |
| 78 GeometryInterfaces status=test | 78 GeometryInterfaces status=test |
| 79 GetUserMedia depends_on=MediaDevices, status=experimental | 79 GetUserMedia depends_on=MediaDevices, status=experimental |
| 80 GlobalCacheStorage status=stable | 80 GlobalCacheStorage status=stable |
| 81 HiResEventTimeStamp status=experimental |
| 81 ImageColorProfiles | 82 ImageColorProfiles |
| 82 ImageOrientation status=test | 83 ImageOrientation status=test |
| 83 ImageRenderingPixelated status=stable | 84 ImageRenderingPixelated status=stable |
| 84 IndexedDBExperimental status=experimental | 85 IndexedDBExperimental status=experimental |
| 85 InputDeviceCapabilities status=stable | 86 InputDeviceCapabilities status=stable |
| 86 InputModeAttribute status=experimental | 87 InputModeAttribute status=experimental |
| 87 KeyboardEventCode status=experimental | 88 KeyboardEventCode status=experimental |
| 88 KeyboardEventKey status=test | 89 KeyboardEventKey status=test |
| 89 LangAttributeAwareFormControlUI | 90 LangAttributeAwareFormControlUI |
| 90 LinkPreconnect status=stable | 91 LinkPreconnect status=stable |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 WebUSB status=experimental | 186 WebUSB status=experimental |
| 186 WebVR depends_on=GeometryInterfaces | 187 WebVR depends_on=GeometryInterfaces |
| 187 WebVTTRegions depends_on=Media, status=experimental | 188 WebVTTRegions depends_on=Media, status=experimental |
| 188 V8IdleTasks | 189 V8IdleTasks |
| 189 XSLT status=stable | 190 XSLT status=stable |
| 190 SVG1DOM status=stable | 191 SVG1DOM status=stable |
| 191 smil status=stable | 192 smil status=stable |
| 192 ScrollCustomization | 193 ScrollCustomization |
| 193 ScrollRestoration status=stable | 194 ScrollRestoration status=stable |
| 194 WakeLock status=experimental | 195 WakeLock status=experimental |
| OLD | NEW |