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

Issue 305873002: InputManager/AcceleratorManager for athena (Closed)

Created:
6 years, 6 months ago by oshima
Modified:
6 years, 6 months ago
CC:
chromium-reviews, kalyank, ben+ash_chromium.org
Visibility:
Public.

Description

InputManager/AcceleratorManager for athena InputManager provides ToplevelEventTarget and AcceleratorManager. Added test short cut (ctrl-l) to show the home card. BUG=375534 TEST=covered by unit tests R=sadrul@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275545

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : add auto repeat handling #

Patch Set 7 : fix auto repeat test #

Total comments: 6

Patch Set 8 : addressed comments #

Patch Set 9 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+664 lines, -5 lines) Patch
M athena/athena.gyp View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -0 lines 0 comments Download
M athena/home/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M athena/home/home_card_impl.cc View 1 2 3 4 5 6 7 8 5 chunks +28 lines, -1 line 0 comments Download
A + athena/input/DEPS View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
A athena/input/accelerator_manager_impl.h View 1 2 3 4 1 chunk +76 lines, -0 lines 0 comments Download
A athena/input/accelerator_manager_impl.cc View 1 2 3 4 5 6 7 1 chunk +190 lines, -0 lines 0 comments Download
A athena/input/accelerator_manager_unittest.cc View 1 2 3 4 5 6 1 chunk +120 lines, -0 lines 0 comments Download
A athena/input/input_manager_impl.cc View 1 2 3 4 5 6 7 1 chunk +122 lines, -0 lines 0 comments Download
A + athena/input/public/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A athena/input/public/accelerator_manager.h View 1 2 3 1 chunk +72 lines, -0 lines 0 comments Download
A athena/input/public/input_manager.h View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
M athena/main/DEPS View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M athena/main/athena_launcher.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
oshima
6 years, 6 months ago (2014-06-04 01:18:13 UTC) #1
Jun Mukai
https://codereview.chromium.org/305873002/diff/180001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/305873002/diff/180001/athena/home/home_card_impl.cc#newcode135 athena/home/home_card_impl.cc:135: AF_NONE}, I am not sure if splitting the table ...
6 years, 6 months ago (2014-06-04 04:02:34 UTC) #2
oshima
https://codereview.chromium.org/305873002/diff/180001/athena/home/home_card_impl.cc File athena/home/home_card_impl.cc (right): https://codereview.chromium.org/305873002/diff/180001/athena/home/home_card_impl.cc#newcode135 athena/home/home_card_impl.cc:135: AF_NONE}, On 2014/06/04 04:02:34, Jun Mukai wrote: > I ...
6 years, 6 months ago (2014-06-04 04:24:27 UTC) #3
sadrul
https://codereview.chromium.org/305873002/diff/220001/athena/input/public/accelerator_manager.h File athena/input/public/accelerator_manager.h (right): https://codereview.chromium.org/305873002/diff/220001/athena/input/public/accelerator_manager.h#newcode50 athena/input/public/accelerator_manager.h:50: class AcceleratorManager { Can we use the existing ui:AcceleratorManager ...
6 years, 6 months ago (2014-06-04 04:31:48 UTC) #4
oshima
On 2014/06/04 04:31:48, sadrul wrote: > https://codereview.chromium.org/305873002/diff/220001/athena/input/public/accelerator_manager.h > File athena/input/public/accelerator_manager.h (right): > > https://codereview.chromium.org/305873002/diff/220001/athena/input/public/accelerator_manager.h#newcode50 > ...
6 years, 6 months ago (2014-06-04 05:01:06 UTC) #5
sadrul
On 2014/06/04 05:01:06, oshima wrote: > On 2014/06/04 04:31:48, sadrul wrote: > > > https://codereview.chromium.org/305873002/diff/220001/athena/input/public/accelerator_manager.h ...
6 years, 6 months ago (2014-06-04 05:09:10 UTC) #6
oshima
On 2014/06/04 05:09:10, sadrul wrote: > On 2014/06/04 05:01:06, oshima wrote: > > On 2014/06/04 ...
6 years, 6 months ago (2014-06-04 05:21:22 UTC) #7
sadrul
Can you briefly document how the various pieces fit together? I think I understand the ...
6 years, 6 months ago (2014-06-04 22:57:52 UTC) #8
oshima
added comments. please let me know if you need more detailed description. https://codereview.chromium.org/305873002/diff/220001/athena/input/accelerator_manager_impl.cc File athena/input/accelerator_manager_impl.cc ...
6 years, 6 months ago (2014-06-04 23:35:54 UTC) #9
oshima
ping?
6 years, 6 months ago (2014-06-05 18:32:07 UTC) #10
sadrul
A coupla nits. LGTM https://codereview.chromium.org/305873002/diff/290001/athena/input/input_manager_impl.cc File athena/input/input_manager_impl.cc (right): https://codereview.chromium.org/305873002/diff/290001/athena/input/input_manager_impl.cc#newcode31 athena/input/input_manager_impl.cc:31: virtual ui::EventTarget* GetToplevelEventTarget() OVERRIDE { ...
6 years, 6 months ago (2014-06-05 19:24:33 UTC) #11
oshima
https://codereview.chromium.org/305873002/diff/290001/athena/input/input_manager_impl.cc File athena/input/input_manager_impl.cc (right): https://codereview.chromium.org/305873002/diff/290001/athena/input/input_manager_impl.cc#newcode31 athena/input/input_manager_impl.cc:31: virtual ui::EventTarget* GetToplevelEventTarget() OVERRIDE { return this; } On ...
6 years, 6 months ago (2014-06-05 20:36:41 UTC) #12
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 6 months ago (2014-06-05 20:36:58 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/305873002/310001
6 years, 6 months ago (2014-06-05 20:39:26 UTC) #14
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 6 months ago (2014-06-05 21:27:26 UTC) #15
oshima
ben can you approve DEPS change? ui/base ui/wm/core ui/wm/public
6 years, 6 months ago (2014-06-05 21:28:31 UTC) #16
sky
LGTM
6 years, 6 months ago (2014-06-06 21:02:54 UTC) #17
oshima
6 years, 6 months ago (2014-06-06 22:25:47 UTC) #18
Message was sent while issue was closed.
Committed patchset #9 manually as r275545 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698