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

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

Issue 503383002: Allow component IME extension use app.window and add 'ime' window type for app window (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 "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 "app.window.ime",
9 "input", 10 "input",
10 "inputMethodPrivate", 11 "inputMethodPrivate",
11 "virtualKeyboardPrivate", 12 "virtualKeyboardPrivate",
12 "metricsPrivate", 13 "metricsPrivate",
13 "unlimitedStorage", 14 "unlimitedStorage",
14 "https://dl.google.com/", 15 "https://dl.google.com/",
15 "https://clients4.google.com/", 16 "https://clients4.google.com/",
16 "accessibilityFeatures.read" 17 "accessibilityFeatures.read"
17 ], 18 ],
18 "background": { 19 "background": {
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 "id": "xkb:ie::ga", 618 "id": "xkb:ie::ga",
618 "description": "", 619 "description": "",
619 "language": ["ga"], 620 "language": ["ga"],
620 "layouts": ["ie"], 621 "layouts": ["ie"],
621 "input_view": "inputview.html#id=ie.compact.qwerty&language=ga&passwordLay out=ie.compact.qwerty&name=keyboard_irish", 622 "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" 623 "options_page": "hmm_options.html?code=xkb:ie::ga"
623 } 624 }
624 ], 625 ],
625 "manifest_version": 2 626 "manifest_version": 2
626 } 627 }
OLDNEW
« no previous file with comments | « ash/shell_window_ids.h ('k') | chrome/browser/resources/chromeos/input_method/xkb_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698