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

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

Issue 2930493002: Add CompositorTouchAction to RuntimeEnabledFeatures. (Closed)
Patch Set: Rebase - all the set functions are now capitalized 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 9 // * status=stable: Enable this in all Blink configurations. We are
10 // committed to these APIs indefinitely. 10 // committed to these APIs indefinitely.
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 name: "CompositeOpaqueFixedPosition", 174 name: "CompositeOpaqueFixedPosition",
175 settable_from_internals: true, 175 settable_from_internals: true,
176 status: "test", 176 status: "test",
177 }, 177 },
178 { 178 {
179 name: "CompositeOpaqueScrollers", 179 name: "CompositeOpaqueScrollers",
180 settable_from_internals: true, 180 settable_from_internals: true,
181 status: "stable", 181 status: "stable",
182 }, 182 },
183 { 183 {
184 name: "CompositorTouchAction",
185 status: "test",
186 },
187 {
184 name: "CompositorWorker", 188 name: "CompositorWorker",
185 status: "experimental", 189 status: "experimental",
186 }, 190 },
187 { 191 {
188 name: "ComputedAccessibilityInfo", 192 name: "ComputedAccessibilityInfo",
189 status: "experimental", 193 status: "experimental",
190 }, 194 },
191 { 195 {
192 name: "ConicGradient", 196 name: "ConicGradient",
193 status: "experimental", 197 status: "experimental",
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 { 1135 {
1132 name: "Worklet", 1136 name: "Worklet",
1133 status: "experimental", 1137 status: "experimental",
1134 }, 1138 },
1135 { 1139 {
1136 name: "XSLT", 1140 name: "XSLT",
1137 status: "stable", 1141 status: "stable",
1138 }, 1142 },
1139 ], 1143 ],
1140 } 1144 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/platform/exported/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698