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

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

Issue 676593004: Adds experimental flag --enable-experimental-ime-features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 "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 "input", 9 "input",
10 "unlimitedStorage", 10 "unlimitedStorage",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 { 277 {
278 "name": "__MSG_transliteration_ur__", 278 "name": "__MSG_transliteration_ur__",
279 "type": "ime", 279 "type": "ime",
280 "id": "ur-t-i0-und", 280 "id": "ur-t-i0-und",
281 "description": "Urdu", 281 "description": "Urdu",
282 "language": "ur", 282 "language": "ur",
283 "layouts": ["us"], 283 "layouts": ["us"],
284 "input_view": "inputview.html#id=t13n-rtl&language=ur&passwordLayout=t13n- rtl&name=transliteration_ur" 284 "input_view": "inputview.html#id=t13n-rtl&language=ur&passwordLayout=t13n- rtl&name=transliteration_ur"
285 }, 285 },
286 { 286 {
287 "name": "__MSG_inputmethod_hangul__",
288 "type": "ime",
289 "id": "ko-t-i0-und",
290 "indicator": "\uD55C",
291 "description": "Korean input method.",
292 "language": "ko",
293 "layouts": ["us"],
294 "input_view": "inputview.html#id=m17n:ko_2set&language=ko&passwordLayout=u s&name=inputmethod_hangul",
295 "options_page": "hmm_options.html?code=ko-t-i0-und"
296 },
297 {
287 "name": "__MSG_inputmethod_mozc_us__", 298 "name": "__MSG_inputmethod_mozc_us__",
288 "type": "ime", 299 "type": "ime",
289 "id": "nacl_mozc_us", 300 "id": "nacl_mozc_us",
290 "indicator": "\u3042", 301 "indicator": "\u3042",
291 "description": "Japanese input method.", 302 "description": "Japanese input method.",
292 "language": "ja", 303 "language": "ja",
293 "layouts": ["us"], 304 "layouts": ["us"],
294 "input_view": "inputview.html#id=jp_us&language=ja&passwordLayout=us&name= appNameUSKeyboard", 305 "input_view": "inputview.html#id=jp_us&language=ja&passwordLayout=us&name= appNameUSKeyboard",
295 "options_page": "mozc_option.html" 306 "options_page": "mozc_option.html"
296 }, 307 },
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 "type": "ime", 600 "type": "ime",
590 "id": "vkd_ru_phone_yazhert", 601 "id": "vkd_ru_phone_yazhert",
591 "description": "", 602 "description": "",
592 "language": ["ru"], 603 "language": ["ru"],
593 "layouts": ["us"], 604 "layouts": ["us"],
594 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert" 605 "input_view": "inputview.html#id=m17n:ru_phone_yazhert&language=ru&passwor dLayout=us&name=keyboard_russian_phonetic_yazhert"
595 } 606 }
596 ], 607 ],
597 "manifest_version": 2 608 "manifest_version": 2
598 } 609 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698