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

Issue 307533007: Move common accelerator code from ash to ui/wm/core (Closed)

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

Description

Move common accelerator code from ash to ui/wm/core accelerator_filter_unittest stays in ash because it requires ash. BUG=375534 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=273811

Patch Set 1 : #

Total comments: 6

Patch Set 2 : #

Total comments: 1

Patch Set 3 : fix linkage warning #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -190 lines) Patch
A ash/accelerators/accelerator_delegate.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A ash/accelerators/accelerator_delegate.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
D ash/accelerators/accelerator_filter.h View 1 chunk +0 lines, -31 lines 0 comments Download
D ash/accelerators/accelerator_filter.cc View 1 chunk +0 lines, -134 lines 0 comments Download
M ash/accelerators/accelerator_filter_unittest.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M ash/ash.gyp View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/shell.h View 3 chunks +2 lines, -2 lines 0 comments Download
M ash/shell.cc View 1 3 chunks +4 lines, -2 lines 0 comments Download
A ui/wm/core/accelerator_delegate.h View 1 1 chunk +37 lines, -0 lines 0 comments Download
A + ui/wm/core/accelerator_filter.h View 1 1 chunk +13 lines, -10 lines 0 comments Download
A ui/wm/core/accelerator_filter.cc View 1 1 chunk +85 lines, -0 lines 0 comments Download
M ui/wm/wm.gyp View 2 chunks +10 lines, -7 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
oshima
6 years, 6 months ago (2014-05-28 20:05:22 UTC) #1
sky
https://codereview.chromium.org/307533007/diff/80001/ui/wm/core/accelerator_filter.cc File ui/wm/core/accelerator_filter.cc (right): https://codereview.chromium.org/307533007/diff/80001/ui/wm/core/accelerator_filter.cc#newcode77 ui/wm/core/accelerator_filter.cc:77: if (!delegate_->ShouldProcessAcceleratorNow(*event, accelerator)) Why do we need ShouldProcess and ...
6 years, 6 months ago (2014-05-28 23:01:27 UTC) #2
oshima
https://codereview.chromium.org/307533007/diff/80001/ui/wm/core/accelerator_filter.cc File ui/wm/core/accelerator_filter.cc (right): https://codereview.chromium.org/307533007/diff/80001/ui/wm/core/accelerator_filter.cc#newcode77 ui/wm/core/accelerator_filter.cc:77: if (!delegate_->ShouldProcessAcceleratorNow(*event, accelerator)) On 2014/05/28 23:01:27, sky wrote: > ...
6 years, 6 months ago (2014-05-29 06:15:46 UTC) #3
sky
LGTM - but please merge these functions. I don't understand why we need so many.
6 years, 6 months ago (2014-05-29 15:29:41 UTC) #4
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 6 months ago (2014-05-29 16:13:34 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/307533007/120001
6 years, 6 months ago (2014-05-29 16:15:15 UTC) #6
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: android_aosp on tryserver.chromium ...
6 years, 6 months ago (2014-05-29 19:37:25 UTC) #7
oshima
The CQ bit was unchecked by oshima@chromium.org
6 years, 6 months ago (2014-05-29 21:34:59 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-29 21:36:26 UTC) #9
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/24015)
6 years, 6 months ago (2014-05-29 21:36:27 UTC) #10
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 6 months ago (2014-05-29 21:53:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/307533007/160001
6 years, 6 months ago (2014-05-29 21:55:25 UTC) #12
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_clang_dbg on tryserver.chromium ...
6 years, 6 months ago (2014-05-30 02:34:51 UTC) #13
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 6 months ago (2014-05-30 06:33:23 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_clang_dbg on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_clang_dbg/builds/19723)
6 years, 6 months ago (2014-05-30 06:33:24 UTC) #15
oshima
The CQ bit was checked by oshima@chromium.org
6 years, 6 months ago (2014-05-30 12:49:54 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/oshima@chromium.org/307533007/180001
6 years, 6 months ago (2014-05-30 12:51:13 UTC) #17
commit-bot: I haz the power
6 years, 6 months ago (2014-05-30 13:07:05 UTC) #18
Message was sent while issue was closed.
Change committed as 273811

Powered by Google App Engine
This is Rietveld 408576698