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

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

Issue 2666993006: Enable ParseHTMLOnMainThread on TOT (Closed)
Patch Set: clean up virtual test suites Created 3 years, 10 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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1380 "mac", 1380 "mac",
1381 "win" 1381 "win"
1382 ], 1382 ],
1383 "experiments": [ 1383 "experiments": [
1384 { 1384 {
1385 "name": "Enabled" 1385 "name": "Enabled"
1386 } 1386 }
1387 ] 1387 ]
1388 } 1388 }
1389 ], 1389 ],
1390 "ParseHTMLOnMainThread": [
1391 {
1392 "platforms": [
1393 "android",
1394 "chromeos",
1395 "linux",
1396 "mac",
1397 "win"
1398 ],
1399 "experiments": [
1400 {
1401 "name": "Enabled",
1402 "params": {
1403 "parseHTMLOnMainThreadCoalesceChunks": "false",
1404 "parseHTMLOnMainThreadSyncTokenize": "false"
1405 },
1406 "enable_features": [
1407 "ParseHTMLOnMainThread"
1408 ]
1409 }
1410 ]
1411 }
1412 ],
1413 "PassiveDocumentEventListeners": [ 1390 "PassiveDocumentEventListeners": [
1414 { 1391 {
1415 "platforms": [ 1392 "platforms": [
1416 "android", 1393 "android",
1417 "chromeos", 1394 "chromeos",
1418 "linux", 1395 "linux",
1419 "mac", 1396 "mac",
1420 "win" 1397 "win"
1421 ], 1398 ],
1422 "experiments": [ 1399 "experiments": [
(...skipping 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2710 { 2687 {
2711 "name": "Enabled", 2688 "name": "Enabled",
2712 "enable_features": [ 2689 "enable_features": [
2713 "use-new-media-cache" 2690 "use-new-media-cache"
2714 ] 2691 ]
2715 } 2692 }
2716 ] 2693 ]
2717 } 2694 }
2718 ] 2695 ]
2719 } 2696 }
OLDNEW
« no previous file with comments | « content/public/common/content_features.cc ('k') | third_party/WebKit/LayoutTests/FlagExpectations/enable-slimming-paint-v2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698