|
|
Chromium Code Reviews
Description[Extensions Bindings] Update IME custom bindings
Update IME custom bindings to not rely on JS Event bindings.
BUG=653596
BUG=733825
TEST=browser_tests --gtest_filter=InputImeApiTest.BasicApiTest
--native-crx-bindings=1
Review-Url: https://codereview.chromium.org/2945493002
Cr-Commit-Position: refs/heads/master@{#480223}
Committed: https://chromium.googlesource.com/chromium/src/+/15b908ccd529a9ddab8dd9af94c0cdd72cb5b429
Patch Set 1 : . #
Total comments: 3
Patch Set 2 : s/Dispatch/dispatch() #Messages
Total messages: 26 (20 generated)
The CQ bit was checked by rdevlin.cronin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_...)
The CQ bit was checked by rdevlin.cronin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by rdevlin.cronin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Patchset #2 (id:20001) has been deleted
Patchset #1 (id:1) has been deleted
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
rdevlin.cronin@chromium.org changed reviewers: + jbroman@chromium.org, lazyboy@chromium.org
A fun one... https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... File chrome/renderer/resources/extensions/input.ime_custom_bindings.js (right): https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... chrome/renderer/resources/extensions/input.ime_custom_bindings.js:14: // TODO(crbug.com/733825): These bindings have some issues. There's still quite a few fundamental issues in these bindings, but they're now at least as compatible with native bindings as they were with JS bindings. I've filed this bug about the rest.
lgtm
lgtm https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... File chrome/renderer/resources/extensions/input.ime_custom_bindings.js (right): https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... chrome/renderer/resources/extensions/input.ime_custom_bindings.js:22: // Dispatch is weird - it returns an object {results: array<results>} iff s/Dispatch/dispatch()
The CQ bit was checked by rdevlin.cronin@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... File chrome/renderer/resources/extensions/input.ime_custom_bindings.js (right): https://codereview.chromium.org/2945493002/diff/40001/chrome/renderer/resourc... chrome/renderer/resources/extensions/input.ime_custom_bindings.js:22: // Dispatch is weird - it returns an object {results: array<results>} iff On 2017/06/16 21:10:19, lazyboy wrote: > s/Dispatch/dispatch() Done.
The CQ bit was unchecked by rdevlin.cronin@chromium.org
The CQ bit was checked by rdevlin.cronin@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from lazyboy@chromium.org, jbroman@chromium.org Link to the patchset: https://codereview.chromium.org/2945493002/#ps60001 (title: "s/Dispatch/dispatch()")
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch.
Bot data: {"patchset_id": 60001, "attempt_start_ts": 1497655798508350,
"parent_rev": "ef0848879420e9da7ebe1e24c1fc5ad2e913f684", "commit_rev":
"15b908ccd529a9ddab8dd9af94c0cdd72cb5b429"}
Message was sent while issue was closed.
Description was changed from
==========
[Extensions Bindings] Update IME custom bindings
Update IME custom bindings to not rely on JS Event bindings.
BUG=653596
BUG=733825
TEST=browser_tests --gtest_filter=InputImeApiTest.BasicApiTest
--native-crx-bindings=1
==========
to
==========
[Extensions Bindings] Update IME custom bindings
Update IME custom bindings to not rely on JS Event bindings.
BUG=653596
BUG=733825
TEST=browser_tests --gtest_filter=InputImeApiTest.BasicApiTest
--native-crx-bindings=1
Review-Url: https://codereview.chromium.org/2945493002
Cr-Commit-Position: refs/heads/master@{#480223}
Committed:
https://chromium.googlesource.com/chromium/src/+/15b908ccd529a9ddab8dd9af94c0...
==========
Message was sent while issue was closed.
Committed patchset #2 (id:60001) as https://chromium.googlesource.com/chromium/src/+/15b908ccd529a9ddab8dd9af94c0... |
