| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 EncryptedMedia status=test | 53 EncryptedMedia status=test |
| 54 ExecCommandInJavaScript status=test | 54 ExecCommandInJavaScript status=test |
| 55 ComputedAccessibilityInfo status=experimental |
| 55 ExperimentalCanvasFeatures status=test | 56 ExperimentalCanvasFeatures status=test |
| 56 ExperimentalContentSecurityPolicyFeatures status=experimental | 57 ExperimentalContentSecurityPolicyFeatures status=experimental |
| 57 FastMobileScrolling | 58 FastMobileScrolling |
| 58 FileAPIBlobClose status=experimental | 59 FileAPIBlobClose status=experimental |
| 59 FileSystem status=stable | 60 FileSystem status=stable |
| 60 FullscreenUnprefixed status=test | 61 FullscreenUnprefixed status=test |
| 61 Geofencing status=experimental | 62 Geofencing status=experimental |
| 62 GeometryInterfaces status=test | 63 GeometryInterfaces status=test |
| 63 ImageColorProfiles | 64 ImageColorProfiles |
| 64 ImageDataConstructor status=experimental | 65 ImageDataConstructor status=experimental |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 WebAnimationsAPI status=experimental | 139 WebAnimationsAPI status=experimental |
| 139 WebAnimationsPlaybackControl status=stable | 140 WebAnimationsPlaybackControl status=stable |
| 140 WebAudio condition=WEB_AUDIO, status=stable | 141 WebAudio condition=WEB_AUDIO, status=stable |
| 141 WebGLDraftExtensions status=experimental | 142 WebGLDraftExtensions status=experimental |
| 142 WebGLImageChromium | 143 WebGLImageChromium |
| 143 WebMIDI status=test | 144 WebMIDI status=test |
| 144 WebVTTRegions depends_on=Media, status=experimental | 145 WebVTTRegions depends_on=Media, status=experimental |
| 145 V8IdleTasks | 146 V8IdleTasks |
| 146 XSLT status=stable | 147 XSLT status=stable |
| 147 SVG1DOM status=stable | 148 SVG1DOM status=stable |
| OLD | NEW |