| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 "enable_features": [ | 45 "enable_features": [ |
| 46 "AndroidSpellCheckerNonLowEnd" | 46 "AndroidSpellCheckerNonLowEnd" |
| 47 ], | 47 ], |
| 48 "disable_features": [ | 48 "disable_features": [ |
| 49 "AndroidSpellChecker" | 49 "AndroidSpellChecker" |
| 50 ] | 50 ] |
| 51 } | 51 } |
| 52 ] | 52 ] |
| 53 } | 53 } |
| 54 ], | 54 ], |
| 55 "AppleScriptExecuteJavaScript": [ |
| 56 { |
| 57 "platforms": [ |
| 58 "mac" |
| 59 ], |
| 60 "experiments": [ |
| 61 { |
| 62 "name": "Disabled", |
| 63 "disable_features": [ |
| 64 "AppleScriptExecuteJavaScript" |
| 65 ] |
| 66 } |
| 67 ] |
| 68 } |
| 69 ], |
| 55 "AsyncDNS": [ | 70 "AsyncDNS": [ |
| 56 { | 71 { |
| 57 "platforms": [ | 72 "platforms": [ |
| 58 "linux" | 73 "linux" |
| 59 ], | 74 ], |
| 60 "experiments": [ | 75 "experiments": [ |
| 61 { | 76 { |
| 62 "name": "AsyncDNSA" | 77 "name": "AsyncDNSA" |
| 63 } | 78 } |
| 64 ] | 79 ] |
| (...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3009 { | 3024 { |
| 3010 "name": "Enabled", | 3025 "name": "Enabled", |
| 3011 "enable_features": [ | 3026 "enable_features": [ |
| 3012 "use-new-media-cache" | 3027 "use-new-media-cache" |
| 3013 ] | 3028 ] |
| 3014 } | 3029 } |
| 3015 ] | 3030 ] |
| 3016 } | 3031 } |
| 3017 ] | 3032 ] |
| 3018 } | 3033 } |
| OLD | NEW |