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

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

Issue 1806943005: Implemented/Tested line-drawing functions in OffscreenCanvas 2D Context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits + rebase with master Created 4 years, 9 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 | « third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl ('k') | 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 ServiceWorkerClientsGetID status=stable 177 ServiceWorkerClientsGetID status=stable
178 ServiceWorkerWindowClientNavigate status=stable 178 ServiceWorkerWindowClientNavigate status=stable
179 ShadowDOMV1 status=experimental 179 ShadowDOMV1 status=experimental
180 ShadowRootDelegatesFocus status=experimental 180 ShadowRootDelegatesFocus status=experimental
181 SharedArrayBuffer 181 SharedArrayBuffer
182 SharedWorker status=stable 182 SharedWorker status=stable
183 SlimmingPaintInvalidation 183 SlimmingPaintInvalidation
184 SlimmingPaintV2 184 SlimmingPaintV2
185 SlimmingPaintStrictCullRectClipping 185 SlimmingPaintStrictCullRectClipping
186 SlimmingPaintUnderInvalidationChecking 186 SlimmingPaintUnderInvalidationChecking
187 // Used as argument in attribute of stable-release functions/interfaces where
188 // a runtime-enabled feature name is required for correct IDL syntax.
189 // This is a global flag; do not change its status.
190 StableBlinkFeatures status=stable
187 StackedCSSPropertyAnimations status=experimental 191 StackedCSSPropertyAnimations status=experimental
188 StyleSharing status=stable 192 StyleSharing status=stable
189 StyleMatchedPropertiesCache status=stable 193 StyleMatchedPropertiesCache status=stable
190 // Do not turn this flag into stable, because many interfaces that should not 194 // Do not turn this flag into stable, because many interfaces that should not
191 // be shipped would be enabled. Instead, remove the flag from the shipping 195 // be shipped would be enabled. Instead, remove the flag from the shipping
192 // interface. 196 // interface.
193 ExperimentalStream status=experimental 197 ExperimentalStream status=experimental
194 Suborigins status=experimental 198 Suborigins status=experimental
195 // Many websites disable mouse support when touch APIs are available. We'd 199 // Many websites disable mouse support when touch APIs are available. We'd
196 // like to enable this always but can't until more websites fix this bug. 200 // like to enable this always but can't until more websites fix this bug.
(...skipping 18 matching lines...) Expand all
215 V8IdleTasks 219 V8IdleTasks
216 VisibilityChangeOnUnload status=test 220 VisibilityChangeOnUnload status=test
217 XSLT status=stable 221 XSLT status=stable
218 smil status=stable 222 smil status=stable
219 ScrollCustomization 223 ScrollCustomization
220 ScrollRestoration status=stable 224 ScrollRestoration status=stable
221 WakeLock status=experimental 225 WakeLock status=experimental
222 WebFontsIntervention status=experimental 226 WebFontsIntervention status=experimental
223 WebFontsInterventionTrigger 227 WebFontsInterventionTrigger
224 Worklet status=test 228 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698