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

Issue 9242003: Handle Caps Lock short cut (Shift+Search) in ash [part 1 of 2]. (Closed)

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

Description

Handle Caps Lock short cut (Shift+Search) in ash [part 1 of 2]. Currently it's handled in chrome/browser/chromeos/system_key_event_listener.cc by checking the X event loop directly, but for Aura, it'd be better to remove the X dependency by moving the code to ash/accelerators/ since any class except aura::RootWindowHost should not handle an X event directly. Part 2 of 2: https://chromiumcodereview.appspot.com/9225004/ BUG=110129 TEST=ran aura_shell_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=118035

Patch Set 1 #

Total comments: 4

Patch Set 2 : review fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+100 lines, -13 lines) Patch
M ash/accelerators/accelerator_controller.h View 1 3 chunks +3 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller.cc View 1 5 chunks +13 lines, -0 lines 0 comments Download
M ash/accelerators/accelerator_controller_unittest.cc View 1 3 chunks +61 lines, -13 lines 0 comments Download
M ash/ash.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A ash/caps_lock_delegate.h View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yusuke Sato
8 years, 11 months ago (2012-01-17 05:48:58 UTC) #1
mazda
https://chromiumcodereview.appspot.com/9242003/diff/1/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): https://chromiumcodereview.appspot.com/9242003/diff/1/ash/accelerators/accelerator_controller.cc#newcode51 ash/accelerators/accelerator_controller.cc:51: // On Chrome OS, Search key is mapped to ...
8 years, 11 months ago (2012-01-17 07:34:05 UTC) #2
Yusuke Sato
please take another look. https://chromiumcodereview.appspot.com/9242003/diff/1/ash/accelerators/accelerator_controller.cc File ash/accelerators/accelerator_controller.cc (right): https://chromiumcodereview.appspot.com/9242003/diff/1/ash/accelerators/accelerator_controller.cc#newcode51 ash/accelerators/accelerator_controller.cc:51: // On Chrome OS, Search ...
8 years, 11 months ago (2012-01-17 08:24:52 UTC) #3
mazda
lgtm >I might be wrong, but my guess is that Ash on Windows should toggle ...
8 years, 11 months ago (2012-01-17 08:31:36 UTC) #4
Yusuke Sato
+ben Could you review this?
8 years, 11 months ago (2012-01-17 08:36:11 UTC) #5
Ben Goodger (Google)
lgtm
8 years, 11 months ago (2012-01-17 16:31:02 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/9242003/4001
8 years, 11 months ago (2012-01-17 22:51:08 UTC) #7
commit-bot: I haz the power
8 years, 11 months ago (2012-01-18 04:12:16 UTC) #8
Change committed as 118035

Powered by Google App Engine
This is Rietveld 408576698