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

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

Issue 2912403003: Add a feature for not compositing small scrollers (Closed)
Patch Set: Use uppercase-initial format for RuntimeEnabledFeature due to another patch that was landed earlier… 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 935 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 }, 946 },
947 { 947 {
948 name: "SharedArrayBuffer", 948 name: "SharedArrayBuffer",
949 status: "stable", 949 status: "stable",
950 }, 950 },
951 { 951 {
952 name: "SharedWorker", 952 name: "SharedWorker",
953 status: "stable", 953 status: "stable",
954 }, 954 },
955 { 955 {
956 name: "SkipCompositingSmallScrollers",
957 status: "test",
958 },
959 {
956 name: "SlimmingPaintInvalidation", 960 name: "SlimmingPaintInvalidation",
957 implied_by: ["SlimmingPaintV2"], 961 implied_by: ["SlimmingPaintV2"],
958 status: "stable", 962 status: "stable",
959 }, 963 },
960 { 964 {
961 name: "SlimmingPaintStrictCullRectClipping", 965 name: "SlimmingPaintStrictCullRectClipping",
962 }, 966 },
963 { 967 {
964 name: "SlimmingPaintV2", 968 name: "SlimmingPaintV2",
965 }, 969 },
(...skipping 165 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