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

Side by Side Diff: chrome/browser/resources/chromeos/input_method/google_xkb_manifest.json

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. Created 6 years, 2 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 "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 "input", 9 "input",
10 "inputMethodPrivate", 10 "inputMethodPrivate",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "description": "", 58 "description": "",
59 "language": ["ms"], 59 "language": ["ms"],
60 "layouts": ["us"], 60 "layouts": ["us"],
61 "input_view": "inputview.html#id=us&language=ms&passwordLayout=us&name=key board_us", 61 "input_view": "inputview.html#id=us&language=ms&passwordLayout=us&name=key board_us",
62 "options_page": "hmm_options.html?code=xkb:us::msa" 62 "options_page": "hmm_options.html?code=xkb:us::msa"
63 }, 63 },
64 { 64 {
65 "name": "__MSG_keyboard_us_international__", 65 "name": "__MSG_keyboard_us_international__",
66 "type": "ime", 66 "type": "ime",
67 "id": "xkb:us:intl:eng", 67 "id": "xkb:us:intl:eng",
68 "indicator": "INTL",
68 "description": "", 69 "description": "",
69 "language": ["en", "en-US"], 70 "language": ["en", "en-US"],
70 "layouts": ["us(intl)"], 71 "layouts": ["us(intl)"],
71 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international", 72 "input_view": "inputview.html#id=us-intl&language=en-US&passwordLayout=us- intl&name=keyboard_us_international",
72 "options_page": "hmm_options.html?code=xkb:us:intl:eng" 73 "options_page": "hmm_options.html?code=xkb:us:intl:eng"
73 }, 74 },
74 { 75 {
75 "name": "__MSG_keyboard_us_international__", 76 "name": "__MSG_keyboard_us_international__",
76 "type": "ime", 77 "type": "ime",
77 "id": "xkb:us:intl:nld", 78 "id": "xkb:us:intl:nld",
79 "indicator": "INTL",
78 "description": "", 80 "description": "",
79 "language": ["nl"], 81 "language": ["nl"],
80 "layouts": ["us(intl)"], 82 "layouts": ["us(intl)"],
81 "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-int l&name=keyboard_us_international", 83 "input_view": "inputview.html#id=us-intl&language=nl&passwordLayout=us-int l&name=keyboard_us_international",
82 "options_page": "hmm_options.html?code=xkb:us:intl:nld" 84 "options_page": "hmm_options.html?code=xkb:us:intl:nld"
83 }, 85 },
84 { 86 {
85 "name": "__MSG_keyboard_us_international__", 87 "name": "__MSG_keyboard_us_international__",
86 "type": "ime", 88 "type": "ime",
87 "id": "xkb:us:intl:por", 89 "id": "xkb:us:intl:por",
90 "indicator": "INTL",
88 "description": "", 91 "description": "",
89 "language": ["pt-BR"], 92 "language": ["pt-BR"],
90 "layouts": ["us(intl)"], 93 "layouts": ["us(intl)"],
91 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us- intl&name=keyboard_us_international", 94 "input_view": "inputview.html#id=us-intl&language=pt-BR&passwordLayout=us- intl&name=keyboard_us_international",
92 "options_page": "hmm_options.html?code=xkb:us:intl:por" 95 "options_page": "hmm_options.html?code=xkb:us:intl:por"
93 }, 96 },
94 { 97 {
95 "name": "__MSG_keyboard_us_extended__", 98 "name": "__MSG_keyboard_us_extended__",
96 "type": "ime", 99 "type": "ime",
97 "id": "xkb:us:altgr-intl:eng", 100 "id": "xkb:us:altgr-intl:eng",
101 "indicator": "EXTD",
98 "description": "", 102 "description": "",
99 "language": ["en", "en-US"], 103 "language": ["en", "en-US"],
100 "layouts": ["us(altgr-intl)"], 104 "layouts": ["us(altgr-intl)"],
101 "input_view": "inputview.html#id=us-altgr-intl&language=en-US&passwordLayo ut=us-altgr-intl&name=keyboard_us_extended", 105 "input_view": "inputview.html#id=us-altgr-intl&language=en-US&passwordLayo ut=us-altgr-intl&name=keyboard_us_extended",
102 "options_page": "hmm_options.html?code=xkb:us:altgr-intl:eng" 106 "options_page": "hmm_options.html?code=xkb:us:altgr-intl:eng"
103 }, 107 },
104 { 108 {
105 "name": "__MSG_keyboard_us_dvorak__", 109 "name": "__MSG_keyboard_us_dvorak__",
106 "type": "ime", 110 "type": "ime",
107 "id": "xkb:us:dvorak:eng", 111 "id": "xkb:us:dvorak:eng",
112 "indicator": "DV",
108 "description": "", 113 "description": "",
109 "language": ["en", "en-US"], 114 "language": ["en", "en-US"],
110 "layouts": ["us(dvorak)"], 115 "layouts": ["us(dvorak)"],
111 "input_view": "inputview.html#id=us-dvorak&language=en-US&passwordLayout=u s-dvorak&name=keyboard_us_dvorak", 116 "input_view": "inputview.html#id=us-dvorak&language=en-US&passwordLayout=u s-dvorak&name=keyboard_us_dvorak",
112 "options_page": "hmm_options.html?code=xkb:us:dvorak:eng" 117 "options_page": "hmm_options.html?code=xkb:us:dvorak:eng"
113 }, 118 },
114 { 119 {
115 "name": "__MSG_keyboard_us_colemak__", 120 "name": "__MSG_keyboard_us_colemak__",
116 "type": "ime", 121 "type": "ime",
117 "id": "xkb:us:colemak:eng", 122 "id": "xkb:us:colemak:eng",
123 "indicator": "CO",
118 "description": "", 124 "description": "",
119 "language": ["en", "en-US"], 125 "language": ["en", "en-US"],
120 "layouts": ["us(colemak)"], 126 "layouts": ["us(colemak)"],
121 "input_view": "inputview.html#id=us-colemak&language=en-US&passwordLayout= us-colemak&name=keyboard_us_colemak", 127 "input_view": "inputview.html#id=us-colemak&language=en-US&passwordLayout= us-colemak&name=keyboard_us_colemak",
122 "options_page": "hmm_options.html?code=xkb:us:colemak:eng" 128 "options_page": "hmm_options.html?code=xkb:us:colemak:eng"
123 }, 129 },
124 { 130 {
125 "name": "__MSG_keyboard_belgian__", 131 "name": "__MSG_keyboard_belgian__",
126 "type": "ime", 132 "type": "ime",
127 "id": "xkb:be::nld", 133 "id": "xkb:be::nld",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 "description": "", 194 "description": "",
189 "language": ["de", "de-DE"], 195 "language": ["de", "de-DE"],
190 "layouts": ["de"], 196 "layouts": ["de"],
191 "input_view": "inputview.html#id=de.compact.qwerty&language=de&passwordLay out=de.compact.qwerty&name=keyboard_german", 197 "input_view": "inputview.html#id=de.compact.qwerty&language=de&passwordLay out=de.compact.qwerty&name=keyboard_german",
192 "options_page": "hmm_options.html?code=xkb:de::ger" 198 "options_page": "hmm_options.html?code=xkb:de::ger"
193 }, 199 },
194 { 200 {
195 "name": "__MSG_keyboard_german_neo_2__", 201 "name": "__MSG_keyboard_german_neo_2__",
196 "type": "ime", 202 "type": "ime",
197 "id": "xkb:de:neo:ger", 203 "id": "xkb:de:neo:ger",
204 "indicator": "NEO",
198 "description": "", 205 "description": "",
199 "language": ["de", "de-DE"], 206 "language": ["de", "de-DE"],
200 "layouts": ["de(neo)"], 207 "layouts": ["de(neo)"],
201 "input_view": "inputview.html#id=de-neo&language=de&passwordLayout=de-neo& name=keyboard_german_neo_2", 208 "input_view": "inputview.html#id=de-neo&language=de&passwordLayout=de-neo& name=keyboard_german_neo_2",
202 "options_page": "hmm_options.html?code=xkb:de:neo:ger" 209 "options_page": "hmm_options.html?code=xkb:de:neo:ger"
203 }, 210 },
204 { 211 {
205 "name": "__MSG_keyboard_belgian__", 212 "name": "__MSG_keyboard_belgian__",
206 "type": "ime", 213 "type": "ime",
207 "id": "xkb:be::ger", 214 "id": "xkb:be::ger",
(...skipping 10 matching lines...) Expand all
218 "description": "", 225 "description": "",
219 "language": ["de", "de-CH"], 226 "language": ["de", "de-CH"],
220 "layouts": ["ch"], 227 "layouts": ["ch"],
221 "input_view": "inputview.html#id=ch&language=de&passwordLayout=ch&name=key board_swiss", 228 "input_view": "inputview.html#id=ch&language=de&passwordLayout=ch&name=key board_swiss",
222 "options_page": "hmm_options.html?code=xkb:ch::ger" 229 "options_page": "hmm_options.html?code=xkb:ch::ger"
223 }, 230 },
224 { 231 {
225 "name": "__MSG_keyboard_japanese__", 232 "name": "__MSG_keyboard_japanese__",
226 "type": "ime", 233 "type": "ime",
227 "id": "xkb:jp::jpn", 234 "id": "xkb:jp::jpn",
235 "indicator": "JA",
228 "description": "", 236 "description": "",
229 "language": ["ja"], 237 "language": ["ja"],
230 "layouts": ["jp"], 238 "layouts": ["jp"],
231 "input_view": "inputview.html#id=jp&language=ja&passwordLayout=jp&name=key board_japanese", 239 "input_view": "inputview.html#id=jp&language=ja&passwordLayout=jp&name=key board_japanese",
232 "options_page": "hmm_options.html?code=xkb:jp::jpn" 240 "options_page": "hmm_options.html?code=xkb:jp::jpn"
233 }, 241 },
234 { 242 {
235 "name": "__MSG_keyboard_russian__", 243 "name": "__MSG_keyboard_russian__",
236 "type": "ime", 244 "type": "ime",
237 "id": "xkb:ru::rus", 245 "id": "xkb:ru::rus",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 "description": "", 306 "description": "",
299 "language": ["cs"], 307 "language": ["cs"],
300 "layouts": ["cz"], 308 "layouts": ["cz"],
301 "input_view": "inputview.html#id=cz&language=cs&passwordLayout=cz&name=key board_czech", 309 "input_view": "inputview.html#id=cz&language=cs&passwordLayout=cz&name=key board_czech",
302 "options_page": "hmm_options.html?code=xkb:cz::cze" 310 "options_page": "hmm_options.html?code=xkb:cz::cze"
303 }, 311 },
304 { 312 {
305 "name": "__MSG_keyboard_czech_qwerty__", 313 "name": "__MSG_keyboard_czech_qwerty__",
306 "type": "ime", 314 "type": "ime",
307 "id": "xkb:cz:qwerty:cze", 315 "id": "xkb:cz:qwerty:cze",
316 "indicator": "CS",
308 "description": "", 317 "description": "",
309 "language": ["cs"], 318 "language": ["cs"],
310 "layouts": ["cz(qwerty)"], 319 "layouts": ["cz(qwerty)"],
311 "input_view": "inputview.html#id=cz-qwerty&language=cs&passwordLayout=cz-q werty&name=keyboard_czech_qwerty", 320 "input_view": "inputview.html#id=cz-qwerty&language=cs&passwordLayout=cz-q werty&name=keyboard_czech_qwerty",
312 "options_page": "hmm_options.html?code=xkb:cz:qwerty:cze" 321 "options_page": "hmm_options.html?code=xkb:cz:qwerty:cze"
313 }, 322 },
314 { 323 {
315 "name": "__MSG_keyboard_estonian__", 324 "name": "__MSG_keyboard_estonian__",
316 "type": "ime", 325 "type": "ime",
317 "id": "xkb:ee::est", 326 "id": "xkb:ee::est",
(...skipping 10 matching lines...) Expand all
328 "description": "", 337 "description": "",
329 "language": ["es"], 338 "language": ["es"],
330 "layouts": ["es"], 339 "layouts": ["es"],
331 "input_view": "inputview.html#id=es&language=es&passwordLayout=es&name=key board_spanish", 340 "input_view": "inputview.html#id=es&language=es&passwordLayout=es&name=key board_spanish",
332 "options_page": "hmm_options.html?code=xkb:es::spa" 341 "options_page": "hmm_options.html?code=xkb:es::spa"
333 }, 342 },
334 { 343 {
335 "name": "__MSG_keyboard_catalan__", 344 "name": "__MSG_keyboard_catalan__",
336 "type": "ime", 345 "type": "ime",
337 "id": "xkb:es:cat:cat", 346 "id": "xkb:es:cat:cat",
347 "indicator": "CAS",
338 "description": "", 348 "description": "",
339 "language": ["ca"], 349 "language": ["ca"],
340 "layouts": ["es(cat)"], 350 "layouts": ["es(cat)"],
341 "input_view": "inputview.html#id=es-cat&language=ca&passwordLayout=es-cat& name=keyboard_catalan", 351 "input_view": "inputview.html#id=es-cat&language=ca&passwordLayout=es-cat& name=keyboard_catalan",
342 "options_page": "hmm_options.html?code=xkb:es:cat:cat" 352 "options_page": "hmm_options.html?code=xkb:es:cat:cat"
343 }, 353 },
344 { 354 {
345 "name": "__MSG_keyboard_danish__", 355 "name": "__MSG_keyboard_danish__",
346 "type": "ime", 356 "type": "ime",
347 "id": "xkb:dk::dan", 357 "id": "xkb:dk::dan",
(...skipping 20 matching lines...) Expand all
368 "description": "", 378 "description": "",
369 "language": ["he"], 379 "language": ["he"],
370 "layouts": ["il"], 380 "layouts": ["il"],
371 "input_view": "inputview.html#id=il&language=he&passwordLayout=us&name=key board_hebrew", 381 "input_view": "inputview.html#id=il&language=he&passwordLayout=us&name=key board_hebrew",
372 "options_page": "hmm_options.html?code=xkb:il::heb" 382 "options_page": "hmm_options.html?code=xkb:il::heb"
373 }, 383 },
374 { 384 {
375 "name": "__MSG_keyboard_latin_american__", 385 "name": "__MSG_keyboard_latin_american__",
376 "type": "ime", 386 "type": "ime",
377 "id": "xkb:latam::spa", 387 "id": "xkb:latam::spa",
388 "indicator": "LA",
378 "description": "", 389 "description": "",
379 "language": ["es", "es-419"], 390 "language": ["es", "es-419"],
380 "layouts": ["latam"], 391 "layouts": ["latam"],
381 "input_view": "inputview.html#id=latam&language=es&passwordLayout=latam&na me=keyboard_latin_american", 392 "input_view": "inputview.html#id=latam&language=es&passwordLayout=latam&na me=keyboard_latin_american",
382 "options_page": "hmm_options.html?code=xkb:latam::spa" 393 "options_page": "hmm_options.html?code=xkb:latam::spa"
383 }, 394 },
384 { 395 {
385 "name": "__MSG_keyboard_lithuanian__", 396 "name": "__MSG_keyboard_lithuanian__",
386 "type": "ime", 397 "type": "ime",
387 "id": "xkb:lt::lit", 398 "id": "xkb:lt::lit",
(...skipping 30 matching lines...) Expand all
418 "description": "", 429 "description": "",
419 "language": ["en", "en-GB"], 430 "language": ["en", "en-GB"],
420 "layouts": ["gb(extd)"], 431 "layouts": ["gb(extd)"],
421 "input_view": "inputview.html#id=gb-extd.compact.qwerty&language=en-GB&pas swordLayout=gb-extd.compact.qwerty&name=keyboard_uk", 432 "input_view": "inputview.html#id=gb-extd.compact.qwerty&language=en-GB&pas swordLayout=gb-extd.compact.qwerty&name=keyboard_uk",
422 "options_page": "hmm_options.html?code=xkb:gb:extd:eng" 433 "options_page": "hmm_options.html?code=xkb:gb:extd:eng"
423 }, 434 },
424 { 435 {
425 "name": "__MSG_keyboard_uk_dvorak__", 436 "name": "__MSG_keyboard_uk_dvorak__",
426 "type": "ime", 437 "type": "ime",
427 "id": "xkb:gb:dvorak:eng", 438 "id": "xkb:gb:dvorak:eng",
439 "indicator": "DV",
428 "description": "", 440 "description": "",
429 "language": ["en", "en-GB"], 441 "language": ["en", "en-GB"],
430 "layouts": ["gb(dvorak)"], 442 "layouts": ["gb(dvorak)"],
431 "input_view": "inputview.html#id=gb-dvorak&language=en-GB&passwordLayout=g b-dvorak&name=keyboard_uk_dvorak", 443 "input_view": "inputview.html#id=gb-dvorak&language=en-GB&passwordLayout=g b-dvorak&name=keyboard_uk_dvorak",
432 "options_page": "hmm_options.html?code=xkb:gb:dvorak:eng" 444 "options_page": "hmm_options.html?code=xkb:gb:dvorak:eng"
433 }, 445 },
434 { 446 {
435 "name": "__MSG_keyboard_finnish__", 447 "name": "__MSG_keyboard_finnish__",
436 "type": "ime", 448 "type": "ime",
437 "id": "xkb:fi::fin", 449 "id": "xkb:fi::fin",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "id": "xkb:ie::ga", 629 "id": "xkb:ie::ga",
618 "description": "", 630 "description": "",
619 "language": ["ga"], 631 "language": ["ga"],
620 "layouts": ["ie"], 632 "layouts": ["ie"],
621 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish", 633 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish",
622 "options_page": "hmm_options.html?code=xkb:ie::ga" 634 "options_page": "hmm_options.html?code=xkb:ie::ga"
623 } 635 }
624 ], 636 ],
625 "manifest_version": 2 637 "manifest_version": 2
626 } 638 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698