| 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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 CSSOMSmoothScroll status=experimental | 43 CSSOMSmoothScroll status=experimental |
| 44 CSSTouchActionDelay status=test | 44 CSSTouchActionDelay status=test |
| 45 CSSViewport status=experimental | 45 CSSViewport status=experimental |
| 46 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 | 46 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long
er depend on them. crbug.com/331608 |
| 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 48 Database status=stable | 48 Database status=stable |
| 49 DecodeToYUV status=experimental | 49 DecodeToYUV status=experimental |
| 50 DeviceLight status=experimental | 50 DeviceLight status=experimental |
| 51 DisplayList2dCanvas status=stable | 51 DisplayList2dCanvas status=stable |
| 52 ForceDisplayList2dCanvas | 52 ForceDisplayList2dCanvas |
| 53 EncodingAPI status=stable | |
| 54 EncryptedMedia status=test | 53 EncryptedMedia status=test |
| 55 ExecCommandInJavaScript status=test | 54 ExecCommandInJavaScript status=test |
| 56 ExperimentalCanvasFeatures status=test | 55 ExperimentalCanvasFeatures status=test |
| 57 ExperimentalContentSecurityPolicyFeatures status=experimental | 56 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 58 FastMobileScrolling | 57 FastMobileScrolling |
| 59 FileAPIBlobClose status=experimental | 58 FileAPIBlobClose status=experimental |
| 60 FileSystem status=stable | 59 FileSystem status=stable |
| 61 FullscreenUnprefixed status=test | 60 FullscreenUnprefixed status=test |
| 62 Geofencing status=experimental | 61 Geofencing status=experimental |
| 63 GeometryInterfaces status=test | 62 GeometryInterfaces status=test |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 WebAnimationsAPI status=experimental | 135 WebAnimationsAPI status=experimental |
| 137 WebAnimationsPlaybackControl status=stable | 136 WebAnimationsPlaybackControl status=stable |
| 138 WebAudio condition=WEB_AUDIO, status=stable | 137 WebAudio condition=WEB_AUDIO, status=stable |
| 139 WebGLDraftExtensions status=experimental | 138 WebGLDraftExtensions status=experimental |
| 140 WebGLImageChromium | 139 WebGLImageChromium |
| 141 WebMIDI status=test | 140 WebMIDI status=test |
| 142 WebVTTRegions depends_on=Media, status=experimental | 141 WebVTTRegions depends_on=Media, status=experimental |
| 143 V8IdleTasks | 142 V8IdleTasks |
| 144 XSLT status=stable | 143 XSLT status=stable |
| 145 SVG1DOM status=stable | 144 SVG1DOM status=stable |
| OLD | NEW |