OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |