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

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

Issue 2813713002: Add Field Test for AppleScriptExecuteJavascript (Closed)
Patch Set: Created 3 years, 8 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 "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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 "enable_features": [ 60 "enable_features": [
61 "AndroidSpellCheckerNonLowEnd" 61 "AndroidSpellCheckerNonLowEnd"
62 ], 62 ],
63 "disable_features": [ 63 "disable_features": [
64 "AndroidSpellChecker" 64 "AndroidSpellChecker"
65 ] 65 ]
66 } 66 }
67 ] 67 ]
68 } 68 }
69 ], 69 ],
70 "AppleScriptExecuteJavaScript": [
71 {
72 "platforms": [
73 "mac"
74 ],
75 "experiments": [
76 {
77 "name": "Disabled",
78 "disable_features": [
79 "AppleScriptExecuteJavaScript"
80 ]
81 }
82 ]
83 }
84 ],
70 "AsyncDNS": [ 85 "AsyncDNS": [
71 { 86 {
72 "platforms": [ 87 "platforms": [
73 "linux" 88 "linux"
74 ], 89 ],
75 "experiments": [ 90 "experiments": [
76 { 91 {
77 "name": "AsyncDNSA" 92 "name": "AsyncDNSA"
78 } 93 }
79 ] 94 ]
(...skipping 3122 matching lines...) Expand 10 before | Expand all | Expand 10 after
3202 { 3217 {
3203 "name": "Enabled", 3218 "name": "Enabled",
3204 "enable_features": [ 3219 "enable_features": [
3205 "use-new-media-cache" 3220 "use-new-media-cache"
3206 ] 3221 ]
3207 } 3222 }
3208 ] 3223 ]
3209 } 3224 }
3210 ] 3225 ]
3211 } 3226 }
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