| 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 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 // Only enabled on Android, and for certain layout tests on Linux. | 74 // Only enabled on Android, and for certain layout tests on Linux. |
| 75 OverlayFullscreenVideo | 75 OverlayFullscreenVideo |
| 76 PagePopup status=stable | 76 PagePopup status=stable |
| 77 PartialLayout status=experimental | 77 PartialLayout status=experimental |
| 78 PathOpsSVGClipping | 78 PathOpsSVGClipping |
| 79 PeerConnection depends_on=MediaStream, status=stable | 79 PeerConnection depends_on=MediaStream, status=stable |
| 80 ProgrammaticScrollNotifications status=test | 80 ProgrammaticScrollNotifications status=test |
| 81 Promise status=experimental | 81 Promise status=experimental |
| 82 Quota status=stable | 82 Quota status=stable |
| 83 OverlayScrollbars | 83 OverlayScrollbars |
| 84 RegionBasedColumns status=experimental |
| 84 RequestAutocomplete status=test | 85 RequestAutocomplete status=test |
| 85 RowSpanLogicalHeightSpreading status=stable | 86 RowSpanLogicalHeightSpreading status=stable |
| 86 ScriptedSpeech status=stable | 87 ScriptedSpeech status=stable |
| 87 SeamlessIFrames status=experimental | 88 SeamlessIFrames status=experimental |
| 88 ServiceWorker status=experimental | 89 ServiceWorker status=experimental |
| 89 SessionStorage status=stable | 90 SessionStorage status=stable |
| 90 ShadowDOM status=experimental | 91 ShadowDOM status=experimental |
| 91 SharedWorker custom | 92 SharedWorker custom |
| 92 SpeechInput status=stable | 93 SpeechInput status=stable |
| 93 SpeechSynthesis status=experimental | 94 SpeechSynthesis status=experimental |
| 94 Srcset status=experimental | 95 Srcset status=experimental |
| 95 Stream status=experimental | 96 Stream status=experimental |
| 96 StyleScoped status=experimental | 97 StyleScoped status=experimental |
| 97 SubpixelFontScaling | 98 SubpixelFontScaling |
| 98 SVGPaintOrder status=experimental | 99 SVGPaintOrder status=experimental |
| 99 Touch status=stable | 100 Touch status=stable |
| 100 UserSelectAll status=experimental | 101 UserSelectAll status=experimental |
| 101 Vibration status=experimental | 102 Vibration status=experimental |
| 102 VideoTrack status=stable | 103 VideoTrack status=stable |
| 103 WebAnimations | 104 WebAnimations |
| 104 WebAnimationsCSS depends_on=WebAnimations | 105 WebAnimationsCSS depends_on=WebAnimations |
| 105 WebAnimationsSVG depends_on=WebAnimations | 106 WebAnimationsSVG depends_on=WebAnimations |
| 106 WebAudio condition=WEB_AUDIO, status=stable | 107 WebAudio condition=WEB_AUDIO, status=stable |
| 107 WebGLDraftExtensions status=experimental | 108 WebGLDraftExtensions status=experimental |
| 108 WebMIDI status=test | 109 WebMIDI status=test |
| 109 WebKitMediaSource status=stable | 110 WebKitMediaSource status=stable |
| 110 WOFF2 status=experimental | 111 WOFF2 status=experimental |
| 111 XSLT status=stable | 112 XSLT status=stable |
| OLD | NEW |