| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 Picture status=stable | 99 Picture status=stable |
| 100 PreciseMemoryInfo | 100 PreciseMemoryInfo |
| 101 PrefixedEncryptedMedia status=stable | 101 PrefixedEncryptedMedia status=stable |
| 102 // This feature is deprecated and we are evangalizing affected sites. | 102 // This feature is deprecated and we are evangalizing affected sites. |
| 103 // See https://crbug.com/346236 for current status. | 103 // See https://crbug.com/346236 for current status. |
| 104 PrefixedVideoFullscreen status=stable | 104 PrefixedVideoFullscreen status=stable |
| 105 Presentation status=test | 105 Presentation status=test |
| 106 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 106 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 107 PushMessaging status=experimental | 107 PushMessaging status=experimental |
| 108 // Push messaging payloads are blocked on the Push API supporting encryption. | 108 // Push messaging payloads are blocked on the Push API supporting encryption. |
| 109 // FIXME: Change this to |test| when Chromium tests have been updated. | 109 PushMessagingData status=test |
| 110 PushMessagingData status=experimental | |
| 111 QuotaPromise status=experimental | 110 QuotaPromise status=experimental |
| 112 ReducedReferrerGranularity | 111 ReducedReferrerGranularity |
| 113 RegionBasedColumns status=experimental | 112 RegionBasedColumns status=experimental |
| 114 RequestAutocomplete status=test | 113 RequestAutocomplete status=test |
| 115 ScreenOrientation status=stable | 114 ScreenOrientation status=stable |
| 116 ScriptedSpeech status=stable | 115 ScriptedSpeech status=stable |
| 117 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 116 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 118 // as per the spec, matching other Web engines. | 117 // as per the spec, matching other Web engines. |
| 119 ScrollTopLeftInterop status=experimental | 118 ScrollTopLeftInterop status=experimental |
| 120 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 | 119 // window.showModalDialog is deprecated and slated for removal. crbug.com/345831 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 145 WebAnimationsAPI status=experimental | 144 WebAnimationsAPI status=experimental |
| 146 WebAnimationsAPITimingFunctionPartitioning | 145 WebAnimationsAPITimingFunctionPartitioning |
| 147 WebAudio condition=WEB_AUDIO, status=stable | 146 WebAudio condition=WEB_AUDIO, status=stable |
| 148 WebGLDraftExtensions status=experimental | 147 WebGLDraftExtensions status=experimental |
| 149 WebGLImageChromium | 148 WebGLImageChromium |
| 150 WebMIDI status=test | 149 WebMIDI status=test |
| 151 WebVTTRegions depends_on=Media, status=experimental | 150 WebVTTRegions depends_on=Media, status=experimental |
| 152 V8IdleTasks | 151 V8IdleTasks |
| 153 XSLT status=stable | 152 XSLT status=stable |
| 154 SVG1DOM status=stable | 153 SVG1DOM status=stable |
| OLD | NEW |