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

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

Issue 1956733002: Remove EventListenerOptions runtime enable setting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_add_event_listener_options
Patch Set: Amend unit tests Created 4 years, 7 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/core/events/EventTarget.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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 DisableBlockingMethodsDuringMicrotasks status=test 73 DisableBlockingMethodsDuringMicrotasks status=test
74 DisplayList2dCanvas status=stable 74 DisplayList2dCanvas status=stable
75 DocumentWriteEvaluator 75 DocumentWriteEvaluator
76 DurableStorage status=experimental 76 DurableStorage status=experimental
77 DOMConvenienceAPI status=experimental 77 DOMConvenienceAPI status=experimental
78 ForceDisplayList2dCanvas 78 ForceDisplayList2dCanvas
79 // See crbug.com/585250. 79 // See crbug.com/585250.
80 ForceDisable2dCanvasCopyOnWrite 80 ForceDisable2dCanvasCopyOnWrite
81 ExecCommandInJavaScript status=test 81 ExecCommandInJavaScript status=test
82 ComputedAccessibilityInfo status=experimental 82 ComputedAccessibilityInfo status=experimental
83 EventListenerOptions status=stable
84 ExperimentalCanvasFeatures status=test 83 ExperimentalCanvasFeatures status=test
85 ExperimentalContentSecurityPolicyFeatures status=experimental 84 ExperimentalContentSecurityPolicyFeatures status=experimental
86 ExperimentalFramework status=stable 85 ExperimentalFramework status=stable
87 // Define a sample API for testing integration with the Experimental Framework. 86 // Define a sample API for testing integration with the Experimental Framework.
88 // The sample API is used in both unit and layout tests for the Experimental 87 // The sample API is used in both unit and layout tests for the Experimental
89 // Framework. Do not change this flag to stable, as it exists solely to generate 88 // Framework. Do not change this flag to stable, as it exists solely to generate
90 // code used by the sample API implementation. 89 // code used by the sample API implementation.
91 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate 90 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate
92 ExperimentalV8Extras status=experimental 91 ExperimentalV8Extras status=experimental
93 FastMobileScrolling 92 FastMobileScrolling
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 VisibilityChangeOnUnload status=experimental 229 VisibilityChangeOnUnload status=experimental
231 XSLT status=stable 230 XSLT status=stable
232 smil status=stable 231 smil status=stable
233 ScrollCustomization 232 ScrollCustomization
234 ScrollRestoration status=stable 233 ScrollRestoration status=stable
235 VisualViewportAPI status=experimental 234 VisualViewportAPI status=experimental
236 WakeLock status=experimental 235 WakeLock status=experimental
237 WebFontsInterventionV2 236 WebFontsInterventionV2
238 WebFontsInterventionTrigger 237 WebFontsInterventionTrigger
239 Worklet status=test 238 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698