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

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

Issue 2335313005: CL for src perf tryjob to run v8.infinite_scroll_tbmv2 benchmark on all-mac platform(s)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | 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 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 "OutOfProcessPac": [ 202 "OutOfProcessPac": [
203 { 203 {
204 "group_name": "Enabled" 204 "group_name": "Enabled"
205 } 205 }
206 ], 206 ],
207 "PageRevisitInstrumentation": [ 207 "PageRevisitInstrumentation": [
208 { 208 {
209 "group_name": "Enabled" 209 "group_name": "Enabled"
210 } 210 }
211 ], 211 ],
212 "ParseHTMLOnMainThread": [
213 {
214 "enable_features": [
215 "ParseHTMLOnMainThread"
216 ],
217 "group_name": "Enabled",
218 "params": {
219 "parseHTMLOnMainThreadCoalesceChunks": "false",
220 "parseHTMLOnMainThreadSyncTokenize": "false"
221 }
222 }
223 ],
224 "PassiveDocumentEventListeners": [ 212 "PassiveDocumentEventListeners": [
225 { 213 {
226 "enable_features": [ 214 "enable_features": [
227 "PassiveDocumentEventListeners" 215 "PassiveDocumentEventListeners"
228 ], 216 ],
229 "group_name": "Enabled" 217 "group_name": "Enabled"
230 } 218 }
231 ], 219 ],
232 "PassiveEventListenersDueToFling": [ 220 "PassiveEventListenersDueToFling": [
233 { 221 {
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 ], 554 ],
567 "use-new-media-cache": [ 555 "use-new-media-cache": [
568 { 556 {
569 "enable_features": [ 557 "enable_features": [
570 "use-new-media-cache" 558 "use-new-media-cache"
571 ], 559 ],
572 "group_name": "Enabled" 560 "group_name": "Enabled"
573 } 561 }
574 ] 562 ]
575 } 563 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698