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

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

Issue 2450833003: Separate rAF aligned Touch and Mouse Input settings (Closed)
Patch Set: Fix nits 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
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1449 "mac", 1449 "mac",
1450 "win" 1450 "win"
1451 ], 1451 ],
1452 "experiments": [ 1452 "experiments": [
1453 { 1453 {
1454 "name": "Enabled" 1454 "name": "Enabled"
1455 } 1455 }
1456 ] 1456 ]
1457 } 1457 }
1458 ], 1458 ],
1459 "RafAlignedInput": [ 1459 "RafAlignedMouseInput": [
1460 { 1460 {
1461 "platforms": [ 1461 "platforms": [
1462 "android", 1462 "android",
1463 "chromeos", 1463 "chromeos",
1464 "linux", 1464 "linux",
1465 "mac", 1465 "mac",
1466 "win" 1466 "win"
1467 ], 1467 ],
1468 "experiments": [ 1468 "experiments": [
1469 { 1469 {
1470 "name": "Enabled", 1470 "name": "Enabled",
1471 "enable_features": [ 1471 "enable_features": [
1472 "RafAlignedInput" 1472 "RafAlignedMouseInput"
1473 ] 1473 ]
1474 } 1474 }
1475 ] 1475 ]
1476 }
1477 ],
1478 "RafAlignedTouchInput": [
1479 {
1480 "platforms": [
1481 "android",
1482 "chromeos",
1483 "linux",
1484 "mac",
1485 "win"
1486 ],
1487 "experiments": [
1488 {
1489 "name": "Enabled",
1490 "enable_features": [
1491 "RafAlignedTouchInput"
1492 ]
1493 }
1494 ]
1476 } 1495 }
1477 ], 1496 ],
1478 "ReaderModeUI": [ 1497 "ReaderModeUI": [
1479 { 1498 {
1480 "platforms": [ 1499 "platforms": [
1481 "android" 1500 "android"
1482 ], 1501 ],
1483 "experiments": [ 1502 "experiments": [
1484 { 1503 {
1485 "name": "AdaBoost" 1504 "name": "AdaBoost"
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
2315 { 2334 {
2316 "name": "Enabled", 2335 "name": "Enabled",
2317 "enable_features": [ 2336 "enable_features": [
2318 "use-new-media-cache" 2337 "use-new-media-cache"
2319 ] 2338 ]
2320 } 2339 }
2321 ] 2340 ]
2322 } 2341 }
2323 ] 2342 ]
2324 } 2343 }
OLDNEW
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698