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

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

Issue 2108533002: Ship Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 5 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring). 182 // Scrolls to compensate for layout movements (bit.ly/scroll-anchoring).
183 ScrollAnchoring settable_from_internals=True 183 ScrollAnchoring settable_from_internals=True
184 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 184 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
185 // as per the spec, matching other Web engines. 185 // as per the spec, matching other Web engines.
186 ScrollTopLeftInterop status=experimental 186 ScrollTopLeftInterop status=experimental
187 Sensor status=experimental 187 Sensor status=experimental
188 ServiceWorkerClientAttributes status=stable 188 ServiceWorkerClientAttributes status=stable
189 ServiceWorkerClientsGetID status=stable 189 ServiceWorkerClientsGetID status=stable
190 ServiceWorkerWindowClientNavigate status=stable 190 ServiceWorkerWindowClientNavigate status=stable
191 SetRootScroller status=experimental 191 SetRootScroller status=experimental
192 ShadowDOMV1 status=experimental 192 ShadowDOMV1 status=stable
193 SharedArrayBuffer 193 SharedArrayBuffer
194 SharedWorker status=stable 194 SharedWorker status=stable
195 SlimmingPaintInvalidation implied_by=SlimmingPaintV2 195 SlimmingPaintInvalidation implied_by=SlimmingPaintV2
196 SlimmingPaintV2 196 SlimmingPaintV2
197 SlimmingPaintStrictCullRectClipping 197 SlimmingPaintStrictCullRectClipping
198 SlimmingPaintUnderInvalidationChecking settable_from_internals=True 198 SlimmingPaintUnderInvalidationChecking settable_from_internals=True
199 // Used as argument in attribute of stable-release functions/interfaces where 199 // Used as argument in attribute of stable-release functions/interfaces where
200 // a runtime-enabled feature name is required for correct IDL syntax. 200 // a runtime-enabled feature name is required for correct IDL syntax.
201 // This is a global flag; do not change its status. 201 // This is a global flag; do not change its status.
202 StableBlinkFeatures status=stable 202 StableBlinkFeatures status=stable
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 AutoplayMutedVideos settable_from_internals=True 236 AutoplayMutedVideos settable_from_internals=True
237 VisualViewportAPI status=experimental 237 VisualViewportAPI status=experimental
238 WakeLock status=experimental 238 WakeLock status=experimental
239 WebFontsInterventionV2With2G 239 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 240 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 241 WebFontsInterventionTrigger
242 Worklet status=experimental 242 Worklet status=experimental
243 WeakMemoryCache 243 WeakMemoryCache
244 DoNotUnlockSharedBuffer 244 DoNotUnlockSharedBuffer
245 ParseHTMLOnMainThread status=test 245 ParseHTMLOnMainThread status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698