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

Issue 267723008: Retires ui::TranslatedKeyEvent and replaces it with KeyEvent. (Closed)

Created:
6 years, 7 months ago by Yuki
Modified:
6 years, 7 months ago
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, tdresser+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Visibility:
Public.

Description

Retires ui::TranslatedKeyEvent and replaces it with KeyEvent. BUG=339355 TEST=Run unittests. TBR=jamesr@chromium.org, pfeldman@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272228

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Synced. #

Total comments: 2

Patch Set 3 : Updated comments in InputMethodEventFilter. #

Patch Set 4 : Synced. #

Patch Set 5 : Fixed AcceleratorControllerTest.MAYBE_ProcessOnce. #

Patch Set 6 : Fixed AcceleratorControllerTest.MAYBE_ProcessOnce more. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -86 lines) Patch
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 5 1 chunk +12 lines, -6 lines 0 comments Download
M ash/sticky_keys/sticky_keys_controller.cc View 1 chunk +1 line, -3 lines 0 comments Download
M ash/wm/overlay_event_filter.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/shell/browser/shell_platform_data_aura.cc View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M mojo/examples/launcher/launcher.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M ui/events/event.h View 1 2 chunks +6 lines, -23 lines 0 comments Download
M ui/events/event.cc View 1 1 chunk +25 lines, -27 lines 0 comments Download
M ui/keyboard/keyboard_util.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M ui/wm/core/input_method_event_filter.cc View 1 2 2 chunks +32 lines, -7 lines 0 comments Download

Messages

Total messages: 40 (0 generated)
Yuki
Could you review this CL?
6 years, 7 months ago (2014-05-02 08:04:55 UTC) #1
sadrul
https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc File ui/events/event.cc (right): https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc#newcode600 ui/events/event.cc:600: case ET_TRANSLATED_KEY_RELEASE: Can we remove the _TRANSLATED_ types, and ...
6 years, 7 months ago (2014-05-05 06:43:46 UTC) #2
Yuki
https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc File ui/events/event.cc (right): https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc#newcode600 ui/events/event.cc:600: case ET_TRANSLATED_KEY_RELEASE: On 2014/05/05 06:43:47, sadrul wrote: > Can ...
6 years, 7 months ago (2014-05-08 05:28:26 UTC) #3
sadrul
On 2014/05/08 05:28:26, Yuki wrote: > https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc > File ui/events/event.cc (right): > > https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc#newcode600 > ...
6 years, 7 months ago (2014-05-08 14:19:03 UTC) #4
Yuki
On 2014/05/08 14:19:03, sadrul wrote: > On 2014/05/08 05:28:26, Yuki wrote: > > https://codereview.chromium.org/267723008/diff/40001/ui/events/event.cc > ...
6 years, 7 months ago (2014-05-08 16:01:44 UTC) #5
sadrul
On 2014/05/08 16:01:44, Yuki wrote: > On 2014/05/08 14:19:03, sadrul wrote: > > On 2014/05/08 ...
6 years, 7 months ago (2014-05-14 01:20:15 UTC) #6
Yuki
On 2014/05/14 01:20:15, sadrul wrote: > On 2014/05/08 16:01:44, Yuki wrote: > > If we ...
6 years, 7 months ago (2014-05-14 08:01:22 UTC) #7
Yuki
On 2014/05/14 08:01:22, Yuki wrote: > On 2014/05/14 01:20:15, sadrul wrote: > > On 2014/05/08 ...
6 years, 7 months ago (2014-05-16 05:54:44 UTC) #8
sadrul
On 2014/05/16 05:54:44, Yuki wrote: > On 2014/05/14 08:01:22, Yuki wrote: > > On 2014/05/14 ...
6 years, 7 months ago (2014-05-16 05:59:11 UTC) #9
sadrul
LGTM
6 years, 7 months ago (2014-05-16 14:09:47 UTC) #10
Yuki
Could you guys review this CL as follows? sadrul@ already reviewed this CL overall. tengs@ ...
6 years, 7 months ago (2014-05-16 14:43:06 UTC) #11
pkotwicz
ash/wm LGTM
6 years, 7 months ago (2014-05-16 14:58:39 UTC) #12
Tim Song
lgtm
6 years, 7 months ago (2014-05-16 16:52:39 UTC) #13
sky
https://codereview.chromium.org/267723008/diff/60001/ui/wm/core/input_method_event_filter.cc File ui/wm/core/input_method_event_filter.cc (right): https://codereview.chromium.org/267723008/diff/60001/ui/wm/core/input_method_event_filter.cc#newcode41 ui/wm/core/input_method_event_filter.cc:41: // The |event| is already handled by this object, ...
6 years, 7 months ago (2014-05-16 17:32:47 UTC) #14
Yuki
https://codereview.chromium.org/267723008/diff/60001/ui/wm/core/input_method_event_filter.cc File ui/wm/core/input_method_event_filter.cc (right): https://codereview.chromium.org/267723008/diff/60001/ui/wm/core/input_method_event_filter.cc#newcode41 ui/wm/core/input_method_event_filter.cc:41: // The |event| is already handled by this object, ...
6 years, 7 months ago (2014-05-19 10:04:30 UTC) #15
sky
Thanks! LGTM
6 years, 7 months ago (2014-05-19 16:08:01 UTC) #16
Yuki
Let me TBR for content/shell/browser/shell_platform_data_aura.cc and mojo/examples/launcher/launcher.cc because the change in these files are quite ...
6 years, 7 months ago (2014-05-20 09:49:07 UTC) #17
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 7 months ago (2014-05-20 09:49:19 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/267723008/100001
6 years, 7 months ago (2014-05-20 09:49:40 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 13:09:08 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 14:01:33 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/28856)
6 years, 7 months ago (2014-05-20 14:01:33 UTC) #22
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 7 months ago (2014-05-20 14:08:51 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/267723008/100001
6 years, 7 months ago (2014-05-20 14:09:18 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-20 19:23:02 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-20 20:16:15 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/29054)
6 years, 7 months ago (2014-05-20 20:16:15 UTC) #27
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 7 months ago (2014-05-21 02:58:09 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/267723008/100001
6 years, 7 months ago (2014-05-21 03:00:26 UTC) #29
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-21 06:16:58 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-21 07:14:37 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/29349)
6 years, 7 months ago (2014-05-21 07:14:38 UTC) #32
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 7 months ago (2014-05-21 08:10:16 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/267723008/150009
6 years, 7 months ago (2014-05-21 08:12:20 UTC) #34
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-21 20:02:44 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-22 00:29:22 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/win_chromium_compile_dbg/builds/21766)
6 years, 7 months ago (2014-05-22 00:29:23 UTC) #37
Yuki
The CQ bit was checked by yukishiino@chromium.org
6 years, 7 months ago (2014-05-22 09:22:30 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yukishiino@chromium.org/267723008/170001
6 years, 7 months ago (2014-05-22 09:24:50 UTC) #39
commit-bot: I haz the power
6 years, 7 months ago (2014-05-22 17:52:48 UTC) #40
Message was sent while issue was closed.
Change committed as 272228

Powered by Google App Engine
This is Rietveld 408576698