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

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

Issue 2930323003: Show client placeholders for Server LoFi images. (Closed)
Patch Set: rebase flag_descriptions.cc 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 }, 149 },
150 { 150 {
151 name: "ClickRetargetting", 151 name: "ClickRetargetting",
152 status: "experimental", 152 status: "experimental",
153 }, 153 },
154 { 154 {
155 name: "ClientHints", 155 name: "ClientHints",
156 status: "stable", 156 status: "stable",
157 }, 157 },
158 { 158 {
159 name: "ClientPlaceholdersForServerLoFi",
160 },
161 {
159 name: "CoalescedEvents", 162 name: "CoalescedEvents",
160 status: "stable", 163 status: "stable",
161 }, 164 },
162 { 165 {
163 name: "ColorCanvasExtensions", 166 name: "ColorCanvasExtensions",
164 }, 167 },
165 { 168 {
166 name: "ColorCorrectRendering", 169 name: "ColorCorrectRendering",
167 status: "experimental", 170 status: "experimental",
168 }, 171 },
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 { 1147 {
1145 name: "Worklet", 1148 name: "Worklet",
1146 status: "experimental", 1149 status: "experimental",
1147 }, 1150 },
1148 { 1151 {
1149 name: "XSLT", 1152 name: "XSLT",
1150 status: "stable", 1153 status: "stable",
1151 }, 1154 },
1152 ], 1155 ],
1153 } 1156 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698