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

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

Issue 2894963002: Gather UMA for click retarget due to DOM changes (Closed)
Patch Set: Add boolean to the type of the histogram 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 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }, 131 },
132 { 132 {
133 name: "Canvas2dFixedRenderingMode", 133 name: "Canvas2dFixedRenderingMode",
134 status: "test", 134 status: "test",
135 }, 135 },
136 { 136 {
137 name: "Canvas2dImageChromium", 137 name: "Canvas2dImageChromium",
138 status: "experimental", 138 status: "experimental",
139 }, 139 },
140 { 140 {
141 name: "ClickRetargetting",
142 status: "experimental",
143 },
144 {
141 name: "ClientHints", 145 name: "ClientHints",
142 status: "stable", 146 status: "stable",
143 }, 147 },
144 { 148 {
145 name: "CoalescedEvents", 149 name: "CoalescedEvents",
146 status: "stable", 150 status: "stable",
147 }, 151 },
148 { 152 {
149 name: "ColorCorrectRendering", 153 name: "ColorCorrectRendering",
150 status: "experimental", 154 status: "experimental",
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 { 1072 {
1069 name: "Worklet", 1073 name: "Worklet",
1070 status: "experimental", 1074 status: "experimental",
1071 }, 1075 },
1072 { 1076 {
1073 name: "XSLT", 1077 name: "XSLT",
1074 status: "stable", 1078 status: "stable",
1075 }, 1079 },
1076 ], 1080 ],
1077 } 1081 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/input/MouseEventManager.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698