Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 230973002: Add a sizes attribute runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified attribute name Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 ScreenOrientation status=experimental 97 ScreenOrientation status=experimental
98 ScriptedSpeech status=stable 98 ScriptedSpeech status=stable
99 99
100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 100 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
101 // as per the spec, matching other Web engines. 101 // as per the spec, matching other Web engines.
102 ScrollTopLeftInterop status=experimental 102 ScrollTopLeftInterop status=experimental
103 103
104 ServiceWorker status=experimental 104 ServiceWorker status=experimental
105 SessionStorage status=stable 105 SessionStorage status=stable
106 SharedWorker status=stable 106 SharedWorker status=stable
107 PictureSizes status=experimental
107 SpeechInput status=stable 108 SpeechInput status=stable
108 SpeechSynthesis status=stable 109 SpeechSynthesis status=stable
109 Srcset status=stable 110 Srcset status=stable
110 Stream status=experimental 111 Stream status=experimental
111 StyleScoped status=experimental 112 StyleScoped status=experimental
112 SubpixelFontScaling status=experimental 113 SubpixelFontScaling status=experimental
113 SubresourceIntegrity status=test 114 SubresourceIntegrity status=test
114 SVGPaintOrder status=stable 115 SVGPaintOrder status=stable
115 116
116 // Enable optimizations to recalculate style on the fewest possible number of 117 // Enable optimizations to recalculate style on the fewest possible number of
(...skipping 11 matching lines...) Expand all
128 ScriptPromiseOnV8Promise 129 ScriptPromiseOnV8Promise
129 WebAnimationsSVG 130 WebAnimationsSVG
130 WebAnimationsAPI status=experimental 131 WebAnimationsAPI status=experimental
131 WebAudio condition=WEB_AUDIO, status=stable 132 WebAudio condition=WEB_AUDIO, status=stable
132 WebGLDraftExtensions status=experimental 133 WebGLDraftExtensions status=experimental
133 WebMIDI status=test 134 WebMIDI status=test
134 WebKitMediaSource status=stable 135 WebKitMediaSource status=stable
135 WebVTTRegions depends_on=Media, status=experimental 136 WebVTTRegions depends_on=Media, status=experimental
136 WOFF2 status=stable 137 WOFF2 status=stable
137 XSLT status=stable 138 XSLT status=stable
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698