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

Issue 298703007: Refactor and move ash independent nested accelerator code to ui/wm/core (Closed)

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

Description

Refactor and move ash independent accelerator handling code in nested loop to ui/wm/core I also renamed classes to NestedAcceleratorXxx. I felt this is a bit more clearer than NestedDispatcher, especially in ui/wm/core. Please let me know if you disagree or have better suggestion. I'm happy to rename them. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272740 R=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272995 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273114

Patch Set 1 : #

Patch Set 2 : build fix #

Patch Set 3 : build fix #

Patch Set 4 : rebase #

Patch Set 5 : test #

Patch Set 6 : skip test if platform does not support PES #

Unified diffs Side-by-side diffs Delta from patch set Stats (+445 lines, -599 lines) Patch
D ash/accelerators/accelerator_dispatcher.h View 1 2 3 4 1 chunk +0 lines, -58 lines 0 comments Download
D ash/accelerators/accelerator_dispatcher.cc View 1 2 3 4 1 chunk +0 lines, -70 lines 0 comments Download
D ash/accelerators/accelerator_dispatcher_linux.cc View 1 chunk +0 lines, -94 lines 0 comments Download
D ash/accelerators/accelerator_dispatcher_win.cc View 1 chunk +0 lines, -64 lines 0 comments Download
A ash/accelerators/nested_accelerator_delegate.h View 1 chunk +28 lines, -0 lines 0 comments Download
A + ash/accelerators/nested_accelerator_delegate.cc View 1 2 3 4 2 chunks +13 lines, -8 lines 0 comments Download
D ash/accelerators/nested_dispatcher_controller.h View 1 2 3 4 1 chunk +0 lines, -41 lines 0 comments Download
D ash/accelerators/nested_dispatcher_controller.cc View 1 2 3 4 1 chunk +0 lines, -44 lines 0 comments Download
D ash/accelerators/nested_dispatcher_controller_unittest.cc View 1 2 3 4 1 chunk +0 lines, -151 lines 0 comments Download
M ash/ash.gyp View 1 2 3 4 chunks +3 lines, -8 lines 0 comments Download
M ash/shell.h View 1 2 3 4 3 chunks +2 lines, -2 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 5 chunks +7 lines, -5 lines 0 comments Download
M ui/wm/core/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A + ui/wm/core/nested_accelerator_controller.h View 1 2 3 4 2 chunks +15 lines, -13 lines 0 comments Download
A + ui/wm/core/nested_accelerator_controller.cc View 1 2 3 4 2 chunks +16 lines, -12 lines 0 comments Download
A ui/wm/core/nested_accelerator_controller_unittest.cc View 1 2 3 4 5 1 chunk +208 lines, -0 lines 0 comments Download
A ui/wm/core/nested_accelerator_delegate.h View 1 chunk +31 lines, -0 lines 0 comments Download
A ui/wm/core/nested_accelerator_dispatcher.h View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A ui/wm/core/nested_accelerator_dispatcher.cc View 1 chunk +21 lines, -0 lines 0 comments Download
A + ui/wm/core/nested_accelerator_dispatcher_linux.cc View 1 5 chunks +18 lines, -14 lines 0 comments Download
A + ui/wm/core/nested_accelerator_dispatcher_win.cc View 1 2 4 chunks +18 lines, -15 lines 0 comments Download
M ui/wm/wm.gyp View 1 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
oshima
6 years, 7 months ago (2014-05-23 16:12:25 UTC) #1
Ben Goodger (Google)
lgtm
6 years, 7 months ago (2014-05-23 20:24:07 UTC) #2
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-24 09:20:34 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/298703007/190001
6 years, 7 months ago (2014-05-24 09:21:09 UTC) #4
commit-bot: I haz the power
Change committed as 272740
6 years, 7 months ago (2014-05-24 13:23:07 UTC) #5
mmenke
On 2014/05/24 13:23:07, I haz the power (commit-bot) wrote: > Change committed as 272740 Going ...
6 years, 7 months ago (2014-05-25 13:34:45 UTC) #6
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-27 16:14:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/298703007/210001
6 years, 7 months ago (2014-05-27 16:14:50 UTC) #8
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_dbg_triggered_tests on tryserver.chromium ...
6 years, 7 months ago (2014-05-27 17:32:29 UTC) #9
oshima
Committed patchset #4 manually as r272995 (presubmit successful).
6 years, 7 months ago (2014-05-27 17:47:01 UTC) #10
msw
A revert of this CL has been created in https://codereview.chromium.org/301743002/ by msw@chromium.org. The reason for ...
6 years, 7 months ago (2014-05-27 19:01:44 UTC) #11
oshima
Hmm, looks like CQ does not run wm_unittests on windows ... Thank you for taking ...
6 years, 7 months ago (2014-05-27 19:38:42 UTC) #12
oshima
The test doesn't pass on Windows a because Window does not have PlatformEventSource, and it ...
6 years, 7 months ago (2014-05-27 22:49:51 UTC) #13
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 7 months ago (2014-05-27 22:49:56 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/298703007/240001
6 years, 7 months ago (2014-05-27 22:51:16 UTC) #15
commit-bot: I haz the power
6 years, 6 months ago (2014-05-28 02:41:04 UTC) #16
Message was sent while issue was closed.
Change committed as 273114

Powered by Google App Engine
This is Rietveld 408576698