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

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

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: Added field trial and command line switch controls Created 3 years, 5 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 9 // * status=stable: Enable this in all Blink configurations. We are
10 // committed to these APIs indefinitely. 10 // committed to these APIs indefinitely.
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 }, 941 },
942 { 942 {
943 name: "SharedArrayBuffer", 943 name: "SharedArrayBuffer",
944 status: "stable", 944 status: "stable",
945 }, 945 },
946 { 946 {
947 name: "SharedWorker", 947 name: "SharedWorker",
948 status: "stable", 948 status: "stable",
949 }, 949 },
950 { 950 {
951 name: "ShowClientPlaceholdersForServerLoFi",
952 },
953 {
951 name: "SkipCompositingSmallScrollers", 954 name: "SkipCompositingSmallScrollers",
952 status: "test", 955 status: "test",
953 }, 956 },
954 { 957 {
955 name: "SlimmingPaintInvalidation", 958 name: "SlimmingPaintInvalidation",
956 implied_by: ["SlimmingPaintV2"], 959 implied_by: ["SlimmingPaintV2"],
957 status: "stable", 960 status: "stable",
958 }, 961 },
959 { 962 {
960 name: "SlimmingPaintStrictCullRectClipping", 963 name: "SlimmingPaintStrictCullRectClipping",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
1130 { 1133 {
1131 name: "Worklet", 1134 name: "Worklet",
1132 status: "experimental", 1135 status: "experimental",
1133 }, 1136 },
1134 { 1137 {
1135 name: "XSLT", 1138 name: "XSLT",
1136 status: "stable", 1139 status: "stable",
1137 }, 1140 },
1138 ], 1141 ],
1139 } 1142 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698