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

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

Issue 2723623005: Set FeaturePolicy feature to stable
Patch Set: Add dependency patchset Created 3 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
« no previous file with comments | « content/public/common/content_features.cc ('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 { 1 {
2 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 }, 402 },
403 { 403 {
404 name: "ExperimentalV8Extras", 404 name: "ExperimentalV8Extras",
405 status: "experimental", 405 status: "experimental",
406 }, 406 },
407 { 407 {
408 name: "FastMobileScrolling", 408 name: "FastMobileScrolling",
409 }, 409 },
410 { 410 {
411 name: "FeaturePolicy", 411 name: "FeaturePolicy",
412 status: "experimental", 412 status: "stable",
413 }, 413 },
414 { 414 {
415 name: "FeaturePolicyExperimentalFeatures", 415 name: "FeaturePolicyExperimentalFeatures",
416 status: "experimental", 416 status: "experimental",
417 }, 417 },
418 { 418 {
419 name:"FetchRequestCache", 419 name:"FetchRequestCache",
420 status: "experimental", 420 status: "experimental",
421 }, 421 },
422 { 422 {
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 { 1059 {
1060 name: "Worklet", 1060 name: "Worklet",
1061 status: "experimental", 1061 status: "experimental",
1062 }, 1062 },
1063 { 1063 {
1064 name: "XSLT", 1064 name: "XSLT",
1065 status: "stable", 1065 status: "stable",
1066 }, 1066 },
1067 ], 1067 ],
1068 } 1068 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698