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

Issue 9370017: Move IME shortcut keys from X to Aura [part 1 of 3]. (Closed)

Created:
8 years, 10 months ago by Yusuke Sato
Modified:
8 years, 10 months ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

Move IME shortcut keys from X to Aura [part 1 of 3]. - Add ash::ImeControlDelegate interface. - Call a method in the interface when an IME shortcut is pressed. - Modify ash::AcceleratorController so that it could handle pre- and post-IME shortcuts separately. BUG=110408 TEST=ran aura_shell_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=122411

Patch Set 1 : review #

Patch Set 2 : add ui::EventType to ui::Accelrator #

Total comments: 2

Patch Set 3 : review fix #

Patch Set 4 : rebase #

Patch Set 5 : re-rebase... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+342 lines, -82 lines) Patch
M ash/accelerators/accelerator_controller.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller.cc View 1 2 3 4 6 chunks +97 lines, -38 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 2 3 4 10 chunks +176 lines, -29 lines 0 comments Download
M ash/accelerators/accelerator_filter.cc View 1 1 chunk +10 lines, -6 lines 0 comments Download
A ash/ime_control_delegate.h View 1 chunk +28 lines, -0 lines 0 comments Download
M ash/shell.cc View 1 2 3 4 2 chunks +8 lines, -7 lines 0 comments Download
M ui/base/accelerators/accelerator.h View 1 2 5 chunks +19 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Yusuke Sato
8 years, 10 months ago (2012-02-10 04:20:41 UTC) #1
Yusuke Sato
mazda: added ui::EventType to ui::Accelerator following your suggestion. PTAL.
8 years, 10 months ago (2012-02-13 08:11:55 UTC) #2
mazda
lgtm with a nit http://codereview.chromium.org/9370017/diff/8001/ui/base/accelerators/accelerator.h File ui/base/accelerators/accelerator.h (right): http://codereview.chromium.org/9370017/diff/8001/ui/base/accelerators/accelerator.h#newcode85 ui/base/accelerators/accelerator.h:85: ui::EventType type() const { return ...
8 years, 10 months ago (2012-02-13 08:36:06 UTC) #3
Yusuke Sato
+ben Could you review this? http://codereview.chromium.org/9370017/diff/8001/ui/base/accelerators/accelerator.h File ui/base/accelerators/accelerator.h (right): http://codereview.chromium.org/9370017/diff/8001/ui/base/accelerators/accelerator.h#newcode85 ui/base/accelerators/accelerator.h:85: ui::EventType type() const { ...
8 years, 10 months ago (2012-02-13 08:45:32 UTC) #4
Ben Goodger (Google)
I appear to be missing the code where accelerator.type() is inspected. (I just see you ...
8 years, 10 months ago (2012-02-14 17:49:06 UTC) #5
Yusuke Sato
On 2012/02/14 17:49:06, Ben Goodger (Google) wrote: > I appear to be missing the code ...
8 years, 10 months ago (2012-02-15 01:18:23 UTC) #6
Yusuke Sato
Sorry, I mean operator<(), not ==(). -Yusuke On 2012/02/15 01:18:23, Yusuke Sato wrote: > On ...
8 years, 10 months ago (2012-02-15 01:20:00 UTC) #7
Ben Goodger (Google)
I saw it now in the other CL, so this is LGTM. On Tue, Feb ...
8 years, 10 months ago (2012-02-15 22:17:22 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/9370017/16001
8 years, 10 months ago (2012-02-16 12:23:43 UTC) #9
commit-bot: I haz the power
Can't apply patch for file ash/accelerators/accelerator_controller_unittest.cc. While running patch -p1 --forward --force; patching file ash/accelerators/accelerator_controller_unittest.cc ...
8 years, 10 months ago (2012-02-16 13:38:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/9370017/20003
8 years, 10 months ago (2012-02-16 22:59:51 UTC) #11
commit-bot: I haz the power
8 years, 10 months ago (2012-02-17 00:30:07 UTC) #12
Change committed as 122411

Powered by Google App Engine
This is Rietveld 408576698