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

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

Issue 745383008: Change the inputview layout id for new Korean IME. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyRb75ZzKuseD4ZEposVSGTJQjdySVjV A0s2hgFYDJ3hRh5wATyWsLL7EYvbfi2K+hbYBvrxOQYot4eArQloShy4tdQTZovmTXIINIOzN3j/avFf rYSnJNV6C6gpGKglGVEw/lhf+6WdSnGoWjqXWQnnJltc2JtiAk51nkFJUWZwIDAQAB",
3 "name": "__MSG_chos_inputtool_title__", 3 "name": "__MSG_chos_inputtool_title__",
4 "version": "4.3.2.3", 4 "version": "4.3.2.3",
5 "description": "The Google Input Tools", 5 "description": "The Google Input Tools",
6 "default_locale": "en", 6 "default_locale": "en",
7 "incognito": "split", 7 "incognito": "split",
8 "permissions": [ 8 "permissions": [
9 "app.window.ime", 9 "app.window.ime",
10 "app.window.alpha", 10 "app.window.alpha",
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "input_view": "inputview.html#id=t13n-rtl&language=ur&passwordLayout=t13n- rtl&name=transliteration_ur" 288 "input_view": "inputview.html#id=t13n-rtl&language=ur&passwordLayout=t13n- rtl&name=transliteration_ur"
289 }, 289 },
290 { 290 {
291 "name": "__MSG_inputmethod_hangul__", 291 "name": "__MSG_inputmethod_hangul__",
292 "type": "ime", 292 "type": "ime",
293 "id": "ko-t-i0-und", 293 "id": "ko-t-i0-und",
294 "indicator": "\uD55C", 294 "indicator": "\uD55C",
295 "description": "Korean input method.", 295 "description": "Korean input method.",
296 "language": "ko", 296 "language": "ko",
297 "layouts": ["us"], 297 "layouts": ["us"],
298 "input_view": "inputview.html#id=m17n:ko_2set&language=ko&passwordLayout=u s&name=inputmethod_hangul", 298 "input_view": "inputview.html#id=ko&language=ko&passwordLayout=us&name=inp utmethod_hangul",
299 "options_page": "hmm_options.html?code=ko-t-i0-und" 299 "options_page": "hmm_options.html?code=ko-t-i0-und"
300 }, 300 },
301 { 301 {
302 "name": "__MSG_inputmethod_mozc_us__", 302 "name": "__MSG_inputmethod_mozc_us__",
303 "type": "ime", 303 "type": "ime",
304 "id": "nacl_mozc_us", 304 "id": "nacl_mozc_us",
305 "indicator": "\u3042", 305 "indicator": "\u3042",
306 "description": "Japanese input method.", 306 "description": "Japanese input method.",
307 "language": "ja", 307 "language": "ja",
308 "layouts": ["us"], 308 "layouts": ["us"],
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "type": "ime", 604 "type": "ime",
605 "id": "vkd_ru_phone_yazhert", 605 "id": "vkd_ru_phone_yazhert",
606 "description": "", 606 "description": "",
607 "language": ["ru"], 607 "language": ["ru"],
608 "layouts": ["us"], 608 "layouts": ["us"],
609 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert" 609 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert"
610 } 610 }
611 ], 611 ],
612 "manifest_version": 2 612 "manifest_version": 2
613 } 613 }
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