| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 PointerEvent | 111 PointerEvent |
| 112 Picture status=stable | 112 Picture status=stable |
| 113 PreciseMemoryInfo | 113 PreciseMemoryInfo |
| 114 // This feature is deprecated and replaced by EncryptedMedia. | 114 // This feature is deprecated and replaced by EncryptedMedia. |
| 115 // See http://crbug.com/451117 for current status. | 115 // See http://crbug.com/451117 for current status. |
| 116 PrefixedEncryptedMedia status=stable | 116 PrefixedEncryptedMedia status=stable |
| 117 // This feature is deprecated and we are evangalizing affected sites. | 117 // This feature is deprecated and we are evangalizing affected sites. |
| 118 // See https://crbug.com/346236 for current status. | 118 // See https://crbug.com/346236 for current status. |
| 119 PrefixedVideoFullscreen status=stable | 119 PrefixedVideoFullscreen status=stable |
| 120 Presentation status=test | 120 Presentation status=test |
| 121 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | |
| 122 PushMessaging status=stable | 121 PushMessaging status=stable |
| 123 // Push messaging payloads are blocked on the Push API supporting encryption. | 122 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 124 PushMessagingData status=test | 123 PushMessagingData status=test |
| 125 // PushManager.permissionState() is currently disabled. | 124 // PushManager.permissionState() is currently disabled. |
| 126 PushMessagingHasPermission status=test | 125 PushMessagingHasPermission status=test |
| 127 QuotaPromise status=experimental | 126 QuotaPromise status=experimental |
| 128 ReducedReferrerGranularity | 127 ReducedReferrerGranularity |
| 129 RegionBasedColumns status=experimental | 128 RegionBasedColumns status=experimental |
| 130 RequestAutocomplete status=test | 129 RequestAutocomplete status=test |
| 131 ScreenOrientation status=stable | 130 ScreenOrientation status=stable |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 WebAudio condition=WEB_AUDIO, status=stable | 164 WebAudio condition=WEB_AUDIO, status=stable |
| 166 WebGLDraftExtensions status=experimental | 165 WebGLDraftExtensions status=experimental |
| 167 WebGLImageChromium | 166 WebGLImageChromium |
| 168 WebMIDI status=stable | 167 WebMIDI status=stable |
| 169 WebVR depends_on=GeometryInterfaces | 168 WebVR depends_on=GeometryInterfaces |
| 170 WebVTTRegions depends_on=Media, status=experimental | 169 WebVTTRegions depends_on=Media, status=experimental |
| 171 V8IdleTasks | 170 V8IdleTasks |
| 172 XSLT status=stable | 171 XSLT status=stable |
| 173 SVG1DOM status=stable | 172 SVG1DOM status=stable |
| 174 ScrollCustomization | 173 ScrollCustomization |
| OLD | NEW |