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

Unified Diff: chrome/common/extensions/api/experimental.input.ime.json

Issue 9230004: Remove API elements that are no longer in the IME API design document (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright Created 8 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/extension_input_module_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/experimental.input.ime.json
diff --git a/chrome/common/extensions/api/experimental.input.ime.json b/chrome/common/extensions/api/experimental.input.ime.json
index 8978e7530538daec1c97d5aaecfabb2c92a9224b..9c4030e0e7886d9dc7f6c60301fd54f265bf1366 100644
--- a/chrome/common/extensions/api/experimental.input.ime.json
+++ b/chrome/common/extensions/api/experimental.input.ime.json
@@ -12,7 +12,6 @@
"type": {"type": "string", "description": "One of keyup or keydown.", "enum": ["keyup", "keydown"]},
"requestId": {"type": "string", "description": "The ID of the request."},
"key": {"type": "string", "description": "Value of the key being pressed"},
- "keyCode": {"type": "string", "description": "Value of the key being press, unmodified by control keys."},
"altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
"ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
"shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
@@ -331,19 +330,7 @@
},
"visible": {"type": "boolean", "optional": true, "description": "Indicates this item is visible."},
"checked": {"type": "boolean", "optional": true, "description": "Indicates this item should be drawn with a check."},
- "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."},
- "icon": {"type": "string", "optional": true, "description": "Name of the icon to use. Must be bundled in the extension. Data urls are also acceptable."},
- "shortcutKey": {
- "type": "object",
- "optional": true,
- "description": "Used to create a shortcut key label. The IME should handle the shortcut key itself, however.",
- "properties": {
- "key": {"type": "string", "description": "Value of the shortcut key"},
- "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
- "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
- "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
- }
- }
+ "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."}
}
}
}
@@ -388,19 +375,7 @@
},
"visible": {"type": "boolean", "optional": true, "description": "Indicates this item is visible."},
"checked": {"type": "boolean", "optional": true, "description": "Indicates this item should be drawn with a check."},
- "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."},
- "icon": {"type": "string", "optional": true, "description": "Name of the icon to use. Must be bundled in the extension. Data urls are also acceptable."},
- "shortcutKey": {
- "type": "object",
- "optional": true,
- "description": "Used to create a shortcut key label. The IME should handle the shortcut key itself, however.",
- "properties": {
- "key": {"type": "string", "description": "Value of the key being pressed"},
- "altKey": {"type": "boolean", "optional": true, "description": "Whether or not the ALT key is pressed."},
- "ctrlKey": {"type": "boolean", "optional": true, "description": "Whether or not the CTRL key is pressed."},
- "shiftKey": {"type": "boolean", "optional": true, "description": "Whether or not the SHIFT key is pressed."}
- }
- }
+ "enabled": {"type": "boolean", "optional": true, "description": "Indicates this item is enabled."}
}
}
}
« no previous file with comments | « chrome/browser/extensions/extension_input_module_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698