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

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

Issue 1541983003: Force all experiment enabled checks to use ExperimentalFeatures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix link error under GN and rename entry method Created 4 years, 11 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 DisplayList2dCanvas status=stable 68 DisplayList2dCanvas status=stable
69 DurableStorage status=experimental 69 DurableStorage status=experimental
70 ForceDisplayList2dCanvas 70 ForceDisplayList2dCanvas
71 EncryptedMedia status=stable 71 EncryptedMedia status=stable
72 ExecCommandInJavaScript status=test 72 ExecCommandInJavaScript status=test
73 ComputedAccessibilityInfo status=experimental 73 ComputedAccessibilityInfo status=experimental
74 EventListenerOptions status=experimental 74 EventListenerOptions status=experimental
75 ExperimentalCanvasFeatures status=test 75 ExperimentalCanvasFeatures status=test
76 ExperimentalContentSecurityPolicyFeatures status=experimental 76 ExperimentalContentSecurityPolicyFeatures status=experimental
77 ExperimentalFramework status=test 77 ExperimentalFramework status=test
78 // Define a sample API for testing integration with the Experimental Framework.
79 // The sample API is used in both unit and layout tests for the Experimental
80 // Framework. Do not change this flag to stable, as it exists solely to generate
81 // code used by the sample API implementation.
82 ExperimentalFrameworkSampleAPI api_name=Frobulate
78 ExperimentalV8Extras status=experimental 83 ExperimentalV8Extras status=experimental
79 FastMobileScrolling 84 FastMobileScrolling
80 FileAPIBlobClose status=experimental 85 FileAPIBlobClose status=experimental
81 FileSystem status=stable 86 FileSystem status=stable
82 ForeignFetch status=experimental 87 ForeignFetch status=experimental
83 FormDataNewMethods status=experimental 88 FormDataNewMethods status=experimental
84 FullscreenUnprefixed status=test 89 FullscreenUnprefixed status=test
85 FrameTimingSupport status=experimental 90 FrameTimingSupport status=experimental
86 Geofencing status=experimental 91 Geofencing status=experimental
87 GeometryInterfaces status=test 92 GeometryInterfaces status=test
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 WebGLImageChromium 205 WebGLImageChromium
201 WebUSB status=experimental 206 WebUSB status=experimental
202 WebVR depends_on=GeometryInterfaces, status=test 207 WebVR depends_on=GeometryInterfaces, status=test
203 WebVTTRegions depends_on=Media, status=experimental 208 WebVTTRegions depends_on=Media, status=experimental
204 V8IdleTasks 209 V8IdleTasks
205 XSLT status=stable 210 XSLT status=stable
206 smil status=stable 211 smil status=stable
207 ScrollCustomization 212 ScrollCustomization
208 ScrollRestoration status=stable 213 ScrollRestoration status=stable
209 WakeLock status=experimental 214 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698