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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2921923002: Remove chrome://flag enable-pointer-events (Closed)
Patch Set: Rebase 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after
2245 "experiments": [ 2245 "experiments": [
2246 { 2246 {
2247 "name": "Enabled", 2247 "name": "Enabled",
2248 "enable_features": [ 2248 "enable_features": [
2249 "PhysicalWebEnabled" 2249 "PhysicalWebEnabled"
2250 ] 2250 ]
2251 } 2251 }
2252 ] 2252 ]
2253 } 2253 }
2254 ], 2254 ],
2255 "PointerEvent": [
2256 {
2257 "platforms": [
2258 "android",
2259 "chromeos",
2260 "linux",
2261 "mac",
2262 "win"
2263 ],
2264 "experiments": [
2265 {
2266 "name": "Enabled",
2267 "enable_features": [
2268 "PointerEvent"
2269 ]
2270 }
2271 ]
2272 }
2273 ],
2274 "Precache": [ 2255 "Precache": [
2275 { 2256 {
2276 "platforms": [ 2257 "platforms": [
2277 "android" 2258 "android"
2278 ], 2259 ],
2279 "experiments": [ 2260 "experiments": [
2280 { 2261 {
2281 "name": "EnabledCGRUV20b", 2262 "name": "EnabledCGRUV20b",
2282 "params": { 2263 "params": {
2283 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_g20" 2264 "config_url": "https://www.gstatic.com/chrome/wifiprefet ch/precache_config_g20"
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 { 3435 {
3455 "name": "Enabled", 3436 "name": "Enabled",
3456 "enable_features": [ 3437 "enable_features": [
3457 "use-new-media-cache" 3438 "use-new-media-cache"
3458 ] 3439 ]
3459 } 3440 }
3460 ] 3441 ]
3461 } 3442 }
3462 ] 3443 ]
3463 } 3444 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/Source/core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698