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

Issue 187313002: Update StickyKeys overlay to show or hide AltGr depending on the (Closed)

Created:
6 years, 9 months ago by Zachary Kuznia
Modified:
6 years, 9 months ago
CC:
chromium-reviews, dtseng+watch_chromium.org, sadrul, nkostylev+watch_chromium.org, plundblad+watch_chromium.org, yukishiino+watch_chromium.org, aboxhall+watch_chromium.org, yuzo+watch_chromium.org, nona+watch_chromium.org, yusukes+watch_chromium.org, ben+ash_chromium.org, oshima+watch_chromium.org, kalyank, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, dmazzoni+watch_chromium.org
Visibility:
Public.

Description

Update StickyKeys overlay to show or hide AltGr depending on the current input method. BUG=335368 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260280

Patch Set 1 #

Patch Set 2 : Remove extra headers #

Total comments: 2

Patch Set 3 : Allow changing visibility of all keys in overlay #

Patch Set 4 : Allow changing visibility of all keys in overlay #

Total comments: 6

Patch Set 5 : Code review fixes #

Patch Set 6 : Fix MockInputManager #

Patch Set 7 : Fix broken unittest #

Total comments: 2

Patch Set 8 : Fix include files #

Patch Set 9 : Code review fixes #

Patch Set 10 : Rebase #

Patch Set 11 : Fix includes #

Patch Set 12 : Rebase #

Patch Set 13 : Fix rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -22 lines) Patch
M ash/sticky_keys/sticky_keys_controller.h View 2 chunks +8 lines, -0 lines 0 comments Download
M ash/sticky_keys/sticky_keys_controller.cc View 1 2 3 4 5 6 7 8 9 2 chunks +13 lines, -2 lines 0 comments Download
M ash/sticky_keys/sticky_keys_overlay.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ash/sticky_keys/sticky_keys_overlay.cc View 1 2 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +14 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/events/event_rewriter.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/events/event_rewriter_unittest.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/input_method_manager_impl.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.h View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/input_method/mock_input_method_manager.cc View 1 2 3 4 5 6 7 8 2 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/ui/ash/ash_init.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +3 lines, -2 lines 0 comments Download
M chromeos/ime/fake_xkeyboard.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M chromeos/ime/fake_xkeyboard.cc View 1 2 3 4 5 6 7 8 1 chunk +8 lines, -0 lines 0 comments Download
M chromeos/ime/input_method_manager.h View 1 2 3 4 5 6 7 8 1 chunk +4 lines, -0 lines 0 comments Download
M chromeos/ime/input_methods.txt View 1 chunk +6 lines, -4 lines 0 comments Download
M chromeos/ime/xkeyboard.h View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -0 lines 0 comments Download
M chromeos/ime/xkeyboard.cc View 1 2 3 4 5 6 7 8 3 chunks +67 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (0 generated)
Zachary Kuznia
Please take a look
6 years, 9 months ago (2014-03-05 01:06:31 UTC) #1
Tim Song
https://codereview.chromium.org/187313002/diff/20001/ash/sticky_keys/sticky_keys_overlay.h File ash/sticky_keys/sticky_keys_overlay.h (right): https://codereview.chromium.org/187313002/diff/20001/ash/sticky_keys/sticky_keys_overlay.h#newcode39 ash/sticky_keys/sticky_keys_overlay.h:39: void SetModifiersVisible(bool mod3_visible, bool altgr_visible); It doesn't hurt to ...
6 years, 9 months ago (2014-03-05 19:22:27 UTC) #2
Zachary Kuznia
https://codereview.chromium.org/187313002/diff/20001/ash/sticky_keys/sticky_keys_overlay.h File ash/sticky_keys/sticky_keys_overlay.h (right): https://codereview.chromium.org/187313002/diff/20001/ash/sticky_keys/sticky_keys_overlay.h#newcode39 ash/sticky_keys/sticky_keys_overlay.h:39: void SetModifiersVisible(bool mod3_visible, bool altgr_visible); On 2014/03/05 19:22:27, Tim ...
6 years, 9 months ago (2014-03-05 21:12:30 UTC) #3
Tim Song
LGTM for ash/sticky_keys
6 years, 9 months ago (2014-03-06 01:11:59 UTC) #4
Zachary Kuznia
Hi Satoru, Could you do an OWNERS review of this? Thanks, -Zach
6 years, 9 months ago (2014-03-06 01:46:03 UTC) #5
satorux1
I don't think I'm a good reviewer for this change. +nona for chromeos/ime and chrome/browser/chromeos/input_method ...
6 years, 9 months ago (2014-03-06 04:46:14 UTC) #6
Zachary Kuznia
Hi oshima, Could you do an OWNERS review of: ash/* chrome/browser/chromeos/accessibility/* chrome/browser/chromeos/events/event_rewriter.cc Thanks, -Zach
6 years, 9 months ago (2014-03-06 20:55:56 UTC) #7
oshima
lgtm with nits https://codereview.chromium.org/187313002/diff/60001/ash/sticky_keys/sticky_keys_controller.cc File ash/sticky_keys/sticky_keys_controller.cc (right): https://codereview.chromium.org/187313002/diff/60001/ash/sticky_keys/sticky_keys_controller.cc#newcode139 ash/sticky_keys/sticky_keys_controller.cc:139: if (overlay_.get()) you can just do ...
6 years, 9 months ago (2014-03-10 22:11:07 UTC) #8
Zachary Kuznia
https://codereview.chromium.org/187313002/diff/60001/ash/sticky_keys/sticky_keys_controller.cc File ash/sticky_keys/sticky_keys_controller.cc (right): https://codereview.chromium.org/187313002/diff/60001/ash/sticky_keys/sticky_keys_controller.cc#newcode139 ash/sticky_keys/sticky_keys_controller.cc:139: if (overlay_.get()) On 2014/03/10 22:11:08, oshima wrote: > you ...
6 years, 9 months ago (2014-03-11 21:01:01 UTC) #9
Seigo Nonaka
https://codereview.chromium.org/187313002/diff/120001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc File chrome/browser/chromeos/input_method/input_method_manager_impl.cc (right): https://codereview.chromium.org/187313002/diff/120001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode46 chrome/browser/chromeos/input_method/input_method_manager_impl.cc:46: "xkb:be::fra", Whoa! these xkb IDs are no longer available!(except ...
6 years, 9 months ago (2014-03-12 18:59:59 UTC) #10
Zachary Kuznia
On 2014/03/12 18:59:59, Seigo Nonaka wrote: > https://codereview.chromium.org/187313002/diff/120001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc > File chrome/browser/chromeos/input_method/input_method_manager_impl.cc (right): > > https://codereview.chromium.org/187313002/diff/120001/chrome/browser/chromeos/input_method/input_method_manager_impl.cc#newcode46 ...
6 years, 9 months ago (2014-03-12 19:25:08 UTC) #11
Seigo Nonaka
On 2014/03/12 19:25:08, Zachary Kuznia wrote: > On 2014/03/12 18:59:59, Seigo Nonaka wrote: > > ...
6 years, 9 months ago (2014-03-13 01:31:05 UTC) #12
Zachary Kuznia
On 2014/03/13 01:31:05, Seigo Nonaka wrote: > On 2014/03/12 19:25:08, Zachary Kuznia wrote: > > ...
6 years, 9 months ago (2014-03-19 20:15:09 UTC) #13
Zachary Kuznia
On 2014/03/19 20:15:09, Zachary Kuznia wrote: > On 2014/03/13 01:31:05, Seigo Nonaka wrote: > > ...
6 years, 9 months ago (2014-03-25 06:03:51 UTC) #14
Seigo Nonaka
lgtm lgtm!
6 years, 9 months ago (2014-03-27 01:17:58 UTC) #15
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-27 17:19:55 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/180001
6 years, 9 months ago (2014-03-27 17:19:57 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 17:52:16 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-27 17:52:17 UTC) #19
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-27 19:24:20 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/180001
6 years, 9 months ago (2014-03-27 19:25:56 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 19:51:31 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-27 19:51:32 UTC) #23
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-27 20:10:35 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/180001
6 years, 9 months ago (2014-03-27 20:12:07 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-27 21:35:08 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_compile_dbg
6 years, 9 months ago (2014-03-27 21:35:08 UTC) #27
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-28 15:10:50 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/220001
6 years, 9 months ago (2014-03-28 15:11:26 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 16:43:43 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-28 16:43:43 UTC) #31
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-28 17:35:25 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/240001
6 years, 9 months ago (2014-03-28 17:38:46 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 18:20:37 UTC) #34
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) base_unittests, browser_tests, interactive_ui_tests, net_unittests, unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=290443
6 years, 9 months ago (2014-03-28 18:20:38 UTC) #35
Zachary Kuznia
The CQ bit was checked by zork@chromium.org
6 years, 9 months ago (2014-03-28 19:18:27 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/zork@chromium.org/187313002/240001
6 years, 9 months ago (2014-03-28 19:21:05 UTC) #37
commit-bot: I haz the power
6 years, 9 months ago (2014-03-28 21:12:14 UTC) #38
Message was sent while issue was closed.
Change committed as 260280

Powered by Google App Engine
This is Rietveld 408576698