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

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

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: rebase Created 3 years, 6 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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 { 535 {
536 name: "InstalledApp", 536 name: "InstalledApp",
537 origin_trial_feature_name: "InstalledApp", 537 origin_trial_feature_name: "InstalledApp",
538 status: "experimental", 538 status: "experimental",
539 }, 539 },
540 { 540 {
541 name: "IntersectionObserver", 541 name: "IntersectionObserver",
542 status: "stable", 542 status: "stable",
543 }, 543 },
544 { 544 {
545 name: "JSImageDecode",
546 status: "test",
547 },
548 {
545 name: "KeyboardLock", 549 name: "KeyboardLock",
546 status: "test", 550 status: "test",
547 }, 551 },
548 { 552 {
549 name: "LangAttributeAwareFormControlUI", 553 name: "LangAttributeAwareFormControlUI",
550 }, 554 },
551 { 555 {
552 name: "LayoutNG", 556 name: "LayoutNG",
553 }, 557 },
554 { 558 {
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1100 { 1104 {
1101 name: "Worklet", 1105 name: "Worklet",
1102 status: "experimental", 1106 status: "experimental",
1103 }, 1107 },
1104 { 1108 {
1105 name: "XSLT", 1109 name: "XSLT",
1106 status: "stable", 1110 status: "stable",
1107 }, 1111 },
1108 ], 1112 ],
1109 } 1113 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698