| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 // See http://crbug.com/451117 for current status. | 114 // See http://crbug.com/451117 for current status. |
| 115 PrefixedEncryptedMedia status=stable | 115 PrefixedEncryptedMedia status=stable |
| 116 // This feature is deprecated and we are evangalizing affected sites. | 116 // This feature is deprecated and we are evangalizing affected sites. |
| 117 // See https://crbug.com/346236 for current status. | 117 // See https://crbug.com/346236 for current status. |
| 118 PrefixedVideoFullscreen status=stable | 118 PrefixedVideoFullscreen status=stable |
| 119 Presentation status=test | 119 Presentation status=test |
| 120 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 120 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 121 PushMessaging status=stable | 121 PushMessaging status=stable |
| 122 // Push messaging payloads are blocked on the Push API supporting encryption. | 122 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 123 PushMessagingData status=test | 123 PushMessagingData status=test |
| 124 // PushManager.hasPermission() is currently disabled, expecting Permissions API | 124 // PushManager.permissionState() is currently disabled. |
| 125 // to fulfill the same role. | |
| 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 |
| 132 ScriptedSpeech status=stable | 131 ScriptedSpeech status=stable |
| 133 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 132 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 134 // as per the spec, matching other Web engines. | 133 // as per the spec, matching other Web engines. |
| 135 ScrollTopLeftInterop | 134 ScrollTopLeftInterop |
| (...skipping 29 matching lines...) Expand all 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 |