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

Issue 2728373003: Fixs bug resulting in double event delivery in mus (Closed)

Created:
3 years, 9 months ago by sky
Modified:
3 years, 9 months ago
Reviewers:
sadrul, Hadi
CC:
chromium-reviews, kalyank, sadrul, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixs bug resulting in double event delivery in mus EventGenerator::DoDispatchEvent() sends to IME and if not handled processes the event. For mus this results in double the events as IME routes to the right source, and then because the event wasn't handled EventGenerator::DoDispatchEvent() processes as well. This was resulting in some tests incorrectly failing that use EventGenerator. BUG=693114 TEST=none R=moshayedi@chromium.org, sadrul@chromium.org Review-Url: https://codereview.chromium.org/2728373003 Cr-Commit-Position: refs/heads/master@{#455184} Committed: https://chromium.googlesource.com/chromium/src/+/d43cd7f2d1b33ba4954de9a6d7c362962a0347ec

Patch Set 1 #

Patch Set 2 : comments #

Total comments: 2

Patch Set 3 : global disable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+62 lines, -17 lines) Patch
M ui/aura/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/input_method_mus.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ui/aura/mus/input_method_mus_unittest.cc View 2 chunks +1 line, -17 lines 0 comments Download
A ui/aura/test/mus/input_method_mus_test_api.h View 1 chunk +38 lines, -0 lines 0 comments Download
M ui/views/mus/views_mus_test_suite.cc View 1 2 3 chunks +19 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (12 generated)
sky
3 years, 9 months ago (2017-03-06 22:08:11 UTC) #1
sadrul
lgtm https://codereview.chromium.org/2728373003/diff/20001/ui/views/test/views_test_base.h File ui/views/test/views_test_base.h (right): https://codereview.chromium.org/2728373003/diff/20001/ui/views/test/views_test_base.h#newcode53 ui/views/test/views_test_base.h:53: // ime to ack the event. Are there ...
3 years, 9 months ago (2017-03-07 03:07:19 UTC) #6
sky
Take another look? https://codereview.chromium.org/2728373003/diff/20001/ui/views/test/views_test_base.h File ui/views/test/views_test_base.h (right): https://codereview.chromium.org/2728373003/diff/20001/ui/views/test/views_test_base.h#newcode53 ui/views/test/views_test_base.h:53: // ime to ack the event. ...
3 years, 9 months ago (2017-03-07 04:58:29 UTC) #9
Hadi
lgtm
3 years, 9 months ago (2017-03-07 14:50:26 UTC) #12
sky
On 2017/03/07 04:58:29, sky wrote: > Take another look? > > https://codereview.chromium.org/2728373003/diff/20001/ui/views/test/views_test_base.h > File ui/views/test/views_test_base.h ...
3 years, 9 months ago (2017-03-07 18:10:31 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2728373003/40001
3 years, 9 months ago (2017-03-07 18:12:11 UTC) #16
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/d43cd7f2d1b33ba4954de9a6d7c362962a0347ec
3 years, 9 months ago (2017-03-07 20:00:43 UTC) #19
sadrul
3 years, 9 months ago (2017-03-08 01:59:07 UTC) #20
Message was sent while issue was closed.
yep lgtm thanks (sorry, was ooo today)

Powered by Google App Engine
This is Rietveld 408576698