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

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

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Remove overaggressive bool transform Created 4 years, 3 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 CSSTypedOM status=experimental 71 CSSTypedOM status=experimental
72 CSSVariables2 status=experimental 72 CSSVariables2 status=experimental
73 CSSViewport status=experimental 73 CSSViewport status=experimental
74 CSSScrollSnapPoints status=test 74 CSSScrollSnapPoints status=test
75 CustomElementsV1 status=stable 75 CustomElementsV1 status=stable
76 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 76 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
77 Database status=stable 77 Database status=stable
78 DecodeToYUV status=experimental 78 DecodeToYUV status=experimental
79 DeviceLight status=experimental 79 DeviceLight status=experimental
80 DisplayList2dCanvas status=stable 80 DisplayList2dCanvas status=stable
81 DocumentCookie
82 DocumentDomain
83 DocumentWrite
81 DocumentWriteEvaluator 84 DocumentWriteEvaluator
82 DOMConvenienceAPI status=stable 85 DOMConvenienceAPI status=stable
83 DurableStorage status=experimental, origin_trial_feature_name=DurableStorage 86 DurableStorage status=experimental, origin_trial_feature_name=DurableStorage
84 FontCacheScaling status=test 87 FontCacheScaling status=test
85 ForceDisplayList2dCanvas 88 ForceDisplayList2dCanvas
86 // See crbug.com/585250. 89 // See crbug.com/585250.
87 ForceDisable2dCanvasCopyOnWrite 90 ForceDisable2dCanvasCopyOnWrite
88 ExecCommandInJavaScript status=test 91 ExecCommandInJavaScript status=test
89 ComputedAccessibilityInfo status=experimental 92 ComputedAccessibilityInfo status=experimental
90 ExperimentalCanvasFeatures status=test 93 ExperimentalCanvasFeatures status=test
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 AutoplayMutedVideos settable_from_internals=True 254 AutoplayMutedVideos settable_from_internals=True
252 VisualViewportAPI status=experimental 255 VisualViewportAPI status=experimental
253 WakeLock status=experimental 256 WakeLock status=experimental
254 WebFontsInterventionV2With2G 257 WebFontsInterventionV2With2G
255 WebFontsInterventionV2WithSlow2G 258 WebFontsInterventionV2WithSlow2G
256 WebFontsInterventionTrigger 259 WebFontsInterventionTrigger
257 WebShare status=experimental, origin_trial_feature_name=WebShare 260 WebShare status=experimental, origin_trial_feature_name=WebShare
258 Worklet status=experimental 261 Worklet status=experimental
259 ParseHTMLOnMainThread status=test 262 ParseHTMLOnMainThread status=test
260 SendBeaconThrowForBlobWithNonSimpleType status=experimental 263 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698