diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 02:41:58 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-11 02:41:58 +0000 |
commit | de4b8b7844bbc86a132797d152ba7348a0a0e26b (patch) | |
tree | da14f7041ac80e5e7ad3d963d182993803d4e253 /chrome/common/extensions/api/input_ime.json | |
parent | ef35c45ebac76746e776eec9e79c30821d70853f (diff) | |
download | chromium_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.json | 6 |
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", |