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

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

Issue 1863413005: Use a virtual test suite for DocumentWriteEvaluator layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expect just failure for non virtual doc write tests Created 4 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
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 CSSVariables status=stable 59 CSSVariables status=stable
60 CSSViewport status=experimental 60 CSSViewport status=experimental
61 CSSScrollSnapPoints status=test 61 CSSScrollSnapPoints status=test
62 CustomElementsV1 status=test 62 CustomElementsV1 status=test
63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
64 Database status=stable 64 Database status=stable
65 DecodeToYUV status=experimental 65 DecodeToYUV status=experimental
66 DeviceLight status=experimental 66 DeviceLight status=experimental
67 DeviceOrientationAbsolute status=stable 67 DeviceOrientationAbsolute status=stable
68 DisplayList2dCanvas status=stable 68 DisplayList2dCanvas status=stable
69 DocumentWriteEvaluator status=test 69 DocumentWriteEvaluator
70 DurableStorage status=experimental 70 DurableStorage status=experimental
71 ForceDisplayList2dCanvas 71 ForceDisplayList2dCanvas
72 // See crbug.com/585250. 72 // See crbug.com/585250.
73 ForceDisable2dCanvasCopyOnWrite 73 ForceDisable2dCanvasCopyOnWrite
74 ExecCommandInJavaScript status=test 74 ExecCommandInJavaScript status=test
75 ComputedAccessibilityInfo status=experimental 75 ComputedAccessibilityInfo status=experimental
76 EventListenerOptions status=stable 76 EventListenerOptions status=stable
77 ExperimentalCanvasFeatures status=test 77 ExperimentalCanvasFeatures status=test
78 ExperimentalContentSecurityPolicyFeatures status=experimental 78 ExperimentalContentSecurityPolicyFeatures status=experimental
79 ExperimentalFramework status=stable 79 ExperimentalFramework status=stable
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 VisibilityChangeOnUnload status=experimental 222 VisibilityChangeOnUnload status=experimental
223 XSLT status=stable 223 XSLT status=stable
224 smil status=stable 224 smil status=stable
225 ScrollCustomization 225 ScrollCustomization
226 ScrollRestoration status=stable 226 ScrollRestoration status=stable
227 VisualViewportAPI status=experimental 227 VisualViewportAPI status=experimental
228 WakeLock status=experimental 228 WakeLock status=experimental
229 WebFontsIntervention status=experimental 229 WebFontsIntervention status=experimental
230 WebFontsInterventionTrigger 230 WebFontsInterventionTrigger
231 Worklet status=test 231 Worklet status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698