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

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

Issue 1675163002: Rename ComposedTree to FlatTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 4 years, 10 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
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ResponseConstructedWithReadableStream status=experimental 155 ResponseConstructedWithReadableStream status=experimental
156 RestrictIFramePermissions 156 RestrictIFramePermissions
157 SandboxBlocksModals status=stable 157 SandboxBlocksModals status=stable
158 ScreenOrientation status=stable 158 ScreenOrientation status=stable
159 ScriptedSpeech status=stable 159 ScriptedSpeech status=stable
160 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). 160 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
161 ScrollAnchoring 161 ScrollAnchoring
162 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 162 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
163 // as per the spec, matching other Web engines. 163 // as per the spec, matching other Web engines.
164 ScrollTopLeftInterop status=experimental 164 ScrollTopLeftInterop status=experimental
165 SelectionForComposedTree status=stable 165 SelectionForFlatTree status=stable
166 ServiceWorkerClientAttributes status=stable 166 ServiceWorkerClientAttributes status=stable
167 ServiceWorkerExtendableMessageEvent status=experimental 167 ServiceWorkerExtendableMessageEvent status=experimental
168 ServiceWorkerPerformanceTimeline status=stable 168 ServiceWorkerPerformanceTimeline status=stable
169 ServiceWorkerWindowClientNavigate status=stable 169 ServiceWorkerWindowClientNavigate status=stable
170 ShadowDOMV1 status=experimental 170 ShadowDOMV1 status=experimental
171 ShadowRootDelegatesFocus status=experimental 171 ShadowRootDelegatesFocus status=experimental
172 SharedArrayBuffer 172 SharedArrayBuffer
173 SharedWorker status=stable 173 SharedWorker status=stable
174 SlimmingPaintV2 174 SlimmingPaintV2
175 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2 175 SlimmingPaintOffsetCaching implied_by=SlimmingPaintV2
(...skipping 29 matching lines...) Expand all
205 WebVR depends_on=GeometryInterfaces, status=test 205 WebVR depends_on=GeometryInterfaces, status=test
206 WebVTTRegions depends_on=Media, status=experimental 206 WebVTTRegions depends_on=Media, status=experimental
207 V8IdleTasks 207 V8IdleTasks
208 XSLT status=stable 208 XSLT status=stable
209 smil status=stable 209 smil status=stable
210 ScrollCustomization 210 ScrollCustomization
211 ScrollRestoration status=stable 211 ScrollRestoration status=stable
212 WakeLock status=experimental 212 WakeLock status=experimental
213 WebFontsIntervention status=experimental 213 WebFontsIntervention status=experimental
214 Worklet 214 Worklet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698