| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 DurableStorage status=experimental | 63 DurableStorage status=experimental |
| 64 ForceDisplayList2dCanvas | 64 ForceDisplayList2dCanvas |
| 65 EncryptedMedia status=stable | 65 EncryptedMedia status=stable |
| 66 ExecCommandInJavaScript status=test | 66 ExecCommandInJavaScript status=test |
| 67 ComputedAccessibilityInfo status=experimental | 67 ComputedAccessibilityInfo status=experimental |
| 68 ExperimentalCanvasFeatures status=test | 68 ExperimentalCanvasFeatures status=test |
| 69 ExperimentalContentSecurityPolicyFeatures status=experimental | 69 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 70 FastMobileScrolling | 70 FastMobileScrolling |
| 71 FileAPIBlobClose status=experimental | 71 FileAPIBlobClose status=experimental |
| 72 FileSystem status=stable | 72 FileSystem status=stable |
| 73 ForeignFetch status=experimental |
| 73 FormDataNewMethods status=experimental | 74 FormDataNewMethods status=experimental |
| 74 FullscreenUnprefixed status=test | 75 FullscreenUnprefixed status=test |
| 75 FrameTimingSupport status=experimental | 76 FrameTimingSupport status=experimental |
| 76 Geofencing status=experimental | 77 Geofencing status=experimental |
| 77 GeometryInterfaces status=test | 78 GeometryInterfaces status=test |
| 78 GetUserMedia depends_on=MediaDevices, status=experimental | 79 GetUserMedia depends_on=MediaDevices, status=experimental |
| 79 GlobalCacheStorage status=stable | 80 GlobalCacheStorage status=stable |
| 80 HiResEventTimeStamp status=experimental | 81 HiResEventTimeStamp status=experimental |
| 81 ImageColorProfiles | 82 ImageColorProfiles |
| 82 ImageOrientation status=test | 83 ImageOrientation status=test |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 WebUSB status=experimental | 189 WebUSB status=experimental |
| 189 WebVR depends_on=GeometryInterfaces, status=test | 190 WebVR depends_on=GeometryInterfaces, status=test |
| 190 WebVTTRegions depends_on=Media, status=experimental | 191 WebVTTRegions depends_on=Media, status=experimental |
| 191 V8IdleTasks | 192 V8IdleTasks |
| 192 XSLT status=stable | 193 XSLT status=stable |
| 193 SVG1DOM status=stable | 194 SVG1DOM status=stable |
| 194 smil status=stable | 195 smil status=stable |
| 195 ScrollCustomization | 196 ScrollCustomization |
| 196 ScrollRestoration status=stable | 197 ScrollRestoration status=stable |
| 197 WakeLock status=experimental | 198 WakeLock status=experimental |
| OLD | NEW |