summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/api/input_ime.json
diff options
context:
space:
mode:
authorkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 02:41:58 +0000
committerkoz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-11 02:41:58 +0000
commitde4b8b7844bbc86a132797d152ba7348a0a0e26b (patch)
treeda14f7041ac80e5e7ad3d963d182993803d4e253 /chrome/common/extensions/api/input_ime.json
parentef35c45ebac76746e776eec9e79c30821d70853f (diff)
downloadchromium_src-de4b8b7844bbc86a132797d152ba7348a0a0e26b.zip
chromium_src-de4b8b7844bbc86a132797d152ba7348a0a0e26b.tar.gz
chromium_src-de4b8b7844bbc86a132797d152ba7348a0a0e26b.tar.bz2
Make eventArgumentMassagers asynchronous so custom bindings don't need to override chrome.Event.prototype.dispatch.
BUG=121479 Review URL: https://chromiumcodereview.appspot.com/10704073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146038 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/api/input_ime.json')
-rw-r--r--chrome/common/extensions/api/input_ime.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/input_ime.json b/chrome/common/extensions/api/input_ime.json
index 9ddcea8..2c7a525 100644
--- a/chrome/common/extensions/api/input_ime.json
+++ b/chrome/common/extensions/api/input_ime.json
@@ -469,6 +469,12 @@
"name": "onKeyEvent",
"type": "function",
"description": "This event is sent if this extension owns the active IME.",
+ "options": {
+ "supportsFilters": false,
+ "supportsListeners": true,
+ "supportsRules": false,
+ "maxListeners": 1
+ },
"parameters": [
{
"type": "string",