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

Issue 137373003: Show overlay displaying the state of all sticky keys when it is enabled. (Closed)

Created:
6 years, 11 months ago by Tim Song
Modified:
6 years, 11 months ago
Reviewers:
James Cook
CC:
chromium-reviews, kalyank, sadrul, ben+ash_chromium.org
Visibility:
Public.

Description

Show overlay displaying the state of all sticky keys when it is enabled. BUG=229042 TEST=manual, new unit tests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245382

Patch Set 1 #

Total comments: 29

Patch Set 2 : fixes #

Patch Set 3 : Use layer animation #

Patch Set 4 : Unit tests for overlay #

Total comments: 38

Patch Set 5 : more fixes #

Patch Set 6 : . #

Patch Set 7 #

Patch Set 8 : Remove modifier enum and change layer animation calculation #

Total comments: 8

Patch Set 9 : fixes for review feedback #

Patch Set 10 : update constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+740 lines, -111 lines) Patch
M ash/ash.gyp View 1 2 3 4 5 6 7 8 3 chunks +5 lines, -0 lines 0 comments Download
M ash/ash_strings.grd View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M ash/sticky_keys/sticky_keys_controller.h View 1 2 3 4 5 6 7 8 7 chunks +16 lines, -18 lines 0 comments Download
M ash/sticky_keys/sticky_keys_controller.cc View 1 2 3 4 5 11 chunks +65 lines, -36 lines 0 comments Download
A ash/sticky_keys/sticky_keys_overlay.h View 1 2 3 4 5 6 7 8 1 chunk +71 lines, -0 lines 0 comments Download
A ash/sticky_keys/sticky_keys_overlay.cc View 1 2 3 4 5 6 7 8 9 1 chunk +283 lines, -0 lines 0 comments Download
A ash/sticky_keys/sticky_keys_overlay_unittest.cc View 1 2 3 4 5 1 chunk +206 lines, -0 lines 0 comments Download
A ash/sticky_keys/sticky_keys_state.h View 1 2 3 4 5 6 7 8 1 chunk +25 lines, -0 lines 0 comments Download
M ash/sticky_keys/sticky_keys_unittest.cc View 1 2 3 4 5 26 chunks +57 lines, -57 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Tim Song
Please take a look. This overlay UI is based on the exit warning overlay. You ...
6 years, 11 months ago (2014-01-13 21:17:41 UTC) #1
James Cook
A few things: * I'm unclear on what is happening here with Search - does ...
6 years, 11 months ago (2014-01-14 00:59:03 UTC) #2
Tim Song
Thank you for the code review, James. I will change the animation to use a ...
6 years, 11 months ago (2014-01-14 03:01:10 UTC) #3
James Cook
If search doesn't work yet I would take it out of this patch.
6 years, 11 months ago (2014-01-14 16:44:21 UTC) #4
Tim Song
I took the search key out of this patch as you suggested, switched to using ...
6 years, 11 months ago (2014-01-15 21:07:34 UTC) #5
James Cook
Looking better, a few more comments / questions https://codereview.chromium.org/137373003/diff/220001/ash/ash_strings.grd File ash/ash_strings.grd (right): https://codereview.chromium.org/137373003/diff/220001/ash/ash_strings.grd#newcode601 ash/ash_strings.grd:601: <message ...
6 years, 11 months ago (2014-01-15 22:53:52 UTC) #6
Tim Song
https://codereview.chromium.org/137373003/diff/220001/ash/ash_strings.grd File ash/ash_strings.grd (right): https://codereview.chromium.org/137373003/diff/220001/ash/ash_strings.grd#newcode601 ash/ash_strings.grd:601: <message name="IDS_ASH_STICKY_KEY_CONTROL" desc="Name of [Ctrl] key name used for ...
6 years, 11 months ago (2014-01-16 00:01:59 UTC) #7
James Cook
Almost there. A couple more questions. https://codereview.chromium.org/137373003/diff/220001/ash/sticky_keys/sticky_keys_controller.cc File ash/sticky_keys/sticky_keys_controller.cc (right): https://codereview.chromium.org/137373003/diff/220001/ash/sticky_keys/sticky_keys_controller.cc#newcode27 ash/sticky_keys/sticky_keys_controller.cc:27: switch (modifier) { ...
6 years, 11 months ago (2014-01-16 00:46:20 UTC) #8
Tim Song
https://codereview.chromium.org/137373003/diff/220001/ash/sticky_keys/sticky_keys_controller.cc File ash/sticky_keys/sticky_keys_controller.cc (right): https://codereview.chromium.org/137373003/diff/220001/ash/sticky_keys/sticky_keys_controller.cc#newcode27 ash/sticky_keys/sticky_keys_controller.cc:27: switch (modifier) { On 2014/01/16 00:46:20, James Cook wrote: ...
6 years, 11 months ago (2014-01-16 01:59:44 UTC) #9
James Cook
LGTM with nits, assuming the X position thing is either OK or fixed. Nice patch! ...
6 years, 11 months ago (2014-01-16 17:45:59 UTC) #10
Tim Song
https://codereview.chromium.org/137373003/diff/540001/ash/sticky_keys/sticky_keys_constants.h File ash/sticky_keys/sticky_keys_constants.h (right): https://codereview.chromium.org/137373003/diff/540001/ash/sticky_keys/sticky_keys_constants.h#newcode5 ash/sticky_keys/sticky_keys_constants.h:5: #ifndef ASH_STICKY_KEYS_STICKY_KEYS_CONSTANTS_H_ On 2014/01/16 17:45:59, James Cook wrote: > ...
6 years, 11 months ago (2014-01-16 19:11:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tengs@chromium.org/137373003/710001
6 years, 11 months ago (2014-01-16 21:20:43 UTC) #12
commit-bot: I haz the power
6 years, 11 months ago (2014-01-16 23:51:30 UTC) #13
Message was sent while issue was closed.
Change committed as 245382

Powered by Google App Engine
This is Rietveld 408576698