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

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

Issue 2126663002: Enable pointer events on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 "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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 } 191 }
192 ], 192 ],
193 "PasswordSeparatedSigninFlow": [ 193 "PasswordSeparatedSigninFlow": [
194 { 194 {
195 "enable_features": [ 195 "enable_features": [
196 "UsePasswordSeparatedSigninFlow" 196 "UsePasswordSeparatedSigninFlow"
197 ], 197 ],
198 "group_name": "Enabled" 198 "group_name": "Enabled"
199 } 199 }
200 ], 200 ],
201 "PointerEvent": [
202 {
203 "enable_features": [
204 "PointerEvent"
205 ],
206 "group_name": "Enabled"
207 }
208 ],
201 "PreconnectMore": [ 209 "PreconnectMore": [
202 { 210 {
203 "enable_features": [ 211 "enable_features": [
204 "PreconnectMore" 212 "PreconnectMore"
205 ], 213 ],
206 "group_name": "Enabled" 214 "group_name": "Enabled"
207 } 215 }
208 ], 216 ],
209 "QUIC": [ 217 "QUIC": [
210 { 218 {
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 ], 424 ],
417 "use-new-media-cache": [ 425 "use-new-media-cache": [
418 { 426 {
419 "enable_features": [ 427 "enable_features": [
420 "use-new-media-cache" 428 "use-new-media-cache"
421 ], 429 ],
422 "group_name": "Enabled" 430 "group_name": "Enabled"
423 } 431 }
424 ] 432 ]
425 } 433 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698