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

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

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: rebase + update Created 3 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
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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
516 { 516 {
517 name: "InstalledApp", 517 name: "InstalledApp",
518 origin_trial_feature_name: "InstalledApp", 518 origin_trial_feature_name: "InstalledApp",
519 status: "experimental", 519 status: "experimental",
520 }, 520 },
521 { 521 {
522 name: "IntersectionObserver", 522 name: "IntersectionObserver",
523 status: "stable", 523 status: "stable",
524 }, 524 },
525 { 525 {
526 name: "JSImageDecode",
527 status: "test",
528 },
529 {
526 name: "KeyboardLock", 530 name: "KeyboardLock",
527 status: "test", 531 status: "test",
528 }, 532 },
529 { 533 {
530 name: "LangAttributeAwareFormControlUI", 534 name: "LangAttributeAwareFormControlUI",
531 }, 535 },
532 { 536 {
533 name: "LayoutNG", 537 name: "LayoutNG",
534 }, 538 },
535 { 539 {
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 { 1072 {
1069 name: "Worklet", 1073 name: "Worklet",
1070 status: "experimental", 1074 status: "experimental",
1071 }, 1075 },
1072 { 1076 {
1073 name: "XSLT", 1077 name: "XSLT",
1074 status: "stable", 1078 status: "stable",
1075 }, 1079 },
1076 ], 1080 ],
1077 } 1081 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698