Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "Chrome OS XKB", | 2 "name": "Chrome OS XKB", |
| 3 "version": "1.0.5.0", | 3 "version": "1.0.5.0", |
| 4 "description": "Chrome OS XKB", | 4 "description": "Chrome OS XKB", |
| 5 "default_locale": "en", | 5 "default_locale": "en", |
| 6 "incognito": "split", | 6 "incognito": "split", |
| 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", | 7 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7C0oB6YTnf69uhWnVTZl5TB/psHrJXg IPLYchFb0whlVCG8fqMo9lW/oxBmZXZ3N8T7zZrdYI/SUjoc9I5R/dMVVD2q4iKox+x7xlTbqSdVeOb6 b9ZVJ24pLbO1L7feSNSBgR0t61jrC2eY/gf78h7w58UEQBPFT2mUxhhwodyQIDAQAB", |
| 8 "permissions": [ | 8 "permissions": [ |
| 9 "accessibilityFeatures.read", | 9 "accessibilityFeatures.read", |
| 10 "app.window.alpha", | 10 "app.window.alpha", |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 108 "en", | 108 "en", |
| 109 "en-US" | 109 "en-US" |
| 110 ], | 110 ], |
| 111 "layouts": [ | 111 "layouts": [ |
| 112 "us(intl)" | 112 "us(intl)" |
| 113 ], | 113 ], |
| 114 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international", | 114 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international", |
| 115 "options_page": "hmm_options.html?code=xkb:us:intl:eng" | 115 "options_page": "hmm_options.html?code=xkb:us:intl:eng" |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "name": "__MSG_keyboard_us_international_pc__", | |
| 119 "type": "ime", | |
| 120 "id": "xkb:us:intl_pc:eng", | |
| 121 "indicator": "INTL", | |
| 122 "description": "", | |
| 123 "language": [ | |
| 124 "en", | |
| 125 "en-US" | |
|
Shu Chen
2017/06/19 07:15:26
We need to at first confirm which languages need t
| |
| 126 ], | |
| 127 "layouts": [ | |
| 128 "us(intl)" | |
|
Shu Chen
2017/06/19 07:15:26
should be us(intl_pc)
| |
| 129 ], | |
| 130 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international_pc", | |
| 131 "options_page": "hmm_options.html?code=xkb:us:intl_pc:eng" | |
| 132 }, | |
| 133 { | |
| 118 "name": "__MSG_keyboard_netherlands__", | 134 "name": "__MSG_keyboard_netherlands__", |
| 119 "type": "ime", | 135 "type": "ime", |
| 120 "id": "xkb:us:intl:nld", | 136 "id": "xkb:us:intl:nld", |
| 121 "indicator": "NLD", | 137 "indicator": "NLD", |
| 122 "description": "", | 138 "description": "", |
| 123 "language": [ | 139 "language": [ |
| 124 "nl" | 140 "nl" |
| 125 ], | 141 ], |
| 126 "layouts": [ | 142 "layouts": [ |
| 127 "us(intl)" | 143 "us(intl)" |
| (...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1884 "ru" | 1900 "ru" |
| 1885 ], | 1901 ], |
| 1886 "layouts": [ | 1902 "layouts": [ |
| 1887 "us" | 1903 "us" |
| 1888 ], | 1904 ], |
| 1889 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" | 1905 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us-ltr&name=keyboard_russian_phonetic_yazhert" |
| 1890 } | 1906 } |
| 1891 ], | 1907 ], |
| 1892 "manifest_version": 2 | 1908 "manifest_version": 2 |
| 1893 } | 1909 } |
| OLD | NEW |