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

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

Issue 2769823002: Add decode() functionality to image elements. (Closed)
Patch Set: update Created 3 years, 9 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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 }, 477 },
478 { 478 {
479 name: "InstalledApp", 479 name: "InstalledApp",
480 status: "experimental", 480 status: "experimental",
481 }, 481 },
482 { 482 {
483 name: "IntersectionObserver", 483 name: "IntersectionObserver",
484 status: "stable", 484 status: "stable",
485 }, 485 },
486 { 486 {
487 name: "JSImageDecode",
488 status: "test",
489 },
490 {
487 name: "LangAttributeAwareFormControlUI", 491 name: "LangAttributeAwareFormControlUI",
488 }, 492 },
489 { 493 {
490 name: "LayoutNG", 494 name: "LayoutNG",
491 }, 495 },
492 { 496 {
493 name: "LayoutNGInline", 497 name: "LayoutNGInline",
494 }, 498 },
495 { 499 {
496 name: "LinkServiceWorker", 500 name: "LinkServiceWorker",
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 }, 1035 },
1032 { 1036 {
1033 name: "MediaControlsOverlayPlayButton", 1037 name: "MediaControlsOverlayPlayButton",
1034 settable_from_internals: true, 1038 settable_from_internals: true,
1035 }, 1039 },
1036 { 1040 {
1037 name: "VideoFullscreenDetection", 1041 name: "VideoFullscreenDetection",
1038 } 1042 }
1039 ], 1043 ],
1040 } 1044 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698