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

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

Issue 2799793002: Implement color stop position syntax from CSS Image Values 4 (Closed)
Patch Set: greedy color repeat serializer + more tests 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 | « third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp ('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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 }, 619 },
620 { 620 {
621 name: "ModuleScripts", 621 name: "ModuleScripts",
622 status: "test", 622 status: "test",
623 }, 623 },
624 { 624 {
625 name: "MojoJS", 625 name: "MojoJS",
626 status: "test", 626 status: "test",
627 }, 627 },
628 { 628 {
629 name: "MultipleColorStopPositions",
630 status: "experimental",
631 },
632 {
629 name: "NavigatorContentUtils", 633 name: "NavigatorContentUtils",
630 }, 634 },
631 { 635 {
632 name: "NetInfoDownlinkMax", 636 name: "NetInfoDownlinkMax",
633 status: "stable", 637 status: "stable",
634 }, 638 },
635 { 639 {
636 name: "NetworkInformation", 640 name: "NetworkInformation",
637 status: "stable", 641 status: "stable",
638 }, 642 },
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
1032 { 1036 {
1033 name: "Worklet", 1037 name: "Worklet",
1034 status: "experimental", 1038 status: "experimental",
1035 }, 1039 },
1036 { 1040 {
1037 name: "XSLT", 1041 name: "XSLT",
1038 status: "stable", 1042 status: "stable",
1039 }, 1043 },
1040 ], 1044 ],
1041 } 1045 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/css/parser/CSSPropertyParserHelpers.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698