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

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

Issue 2450833003: Separate rAF aligned Touch and Mouse Input settings (Closed)
Patch Set: Created 4 years, 1 month 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 1401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1412 "mac", 1412 "mac",
1413 "win" 1413 "win"
1414 ], 1414 ],
1415 "experiments": [ 1415 "experiments": [
1416 { 1416 {
1417 "name": "Enabled" 1417 "name": "Enabled"
1418 } 1418 }
1419 ] 1419 ]
1420 } 1420 }
1421 ], 1421 ],
1422 "RafAlignedInput": [ 1422 "RafAlignedMouseInput": [
1423 { 1423 {
1424 "platforms": [ 1424 "platforms": [
1425 "android", 1425 "android",
1426 "chromeos", 1426 "chromeos",
1427 "linux", 1427 "linux",
1428 "mac", 1428 "mac",
1429 "win" 1429 "win"
1430 ], 1430 ],
1431 "experiments": [ 1431 "experiments": [
1432 { 1432 {
1433 "name": "Enabled", 1433 "name": "Enabled",
1434 "enable_features": [ 1434 "enable_features": [
1435 "RafAlignedInput" 1435 "RafAlignedMouseInput"
1436 ] 1436 ]
1437 } 1437 }
1438 ] 1438 ]
1439 }
1440 ],
1441 "RafAlignedTouchInput": [
1442 {
1443 "platforms": [
1444 "android",
1445 "chromeos",
1446 "linux",
1447 "mac",
1448 "win"
1449 ],
1450 "experiments": [
1451 {
1452 "name": "Enabled",
1453 "enable_features": [
1454 "RafAlignedTouchInput"
1455 ]
1456 }
1457 ]
1439 } 1458 }
1440 ], 1459 ],
1441 "ReaderModeUI": [ 1460 "ReaderModeUI": [
1442 { 1461 {
1443 "platforms": [ 1462 "platforms": [
1444 "android" 1463 "android"
1445 ], 1464 ],
1446 "experiments": [ 1465 "experiments": [
1447 { 1466 {
1448 "name": "AdaBoost" 1467 "name": "AdaBoost"
(...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 { 2255 {
2237 "name": "Enabled", 2256 "name": "Enabled",
2238 "enable_features": [ 2257 "enable_features": [
2239 "use-new-media-cache" 2258 "use-new-media-cache"
2240 ] 2259 ]
2241 } 2260 }
2242 ] 2261 ]
2243 } 2262 }
2244 ] 2263 ]
2245 } 2264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698