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

Issue 591263002: [Win] Allow using the arrow keys for tabbing in the avatar bubble. (Closed)

Created:
6 years, 3 months ago by noms (inactive)
Modified:
6 years, 3 months ago
Reviewers:
Peter Kasting
CC:
chromium-reviews, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[Win] Allow using the arrow keys for tabbing in the avatar bubble. BUG=414794 Committed: https://crrev.com/bca647762d3eeede9e2362d3dd75b0fa574f8ce9 Cr-Commit-Position: refs/heads/master@{#296189}

Patch Set 1 #

Total comments: 2

Patch Set 2 : nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M chrome/browser/ui/views/profiles/profile_chooser_view.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 chunks +14 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (2 generated)
noms (inactive)
Hi Peter, We've decided to allow users to use up/down arrows to tab between items ...
6 years, 3 months ago (2014-09-22 21:39:40 UTC) #2
Peter Kasting
LGTM https://codereview.chromium.org/591263002/diff/1/chrome/browser/ui/views/profiles/profile_chooser_view.h File chrome/browser/ui/views/profiles/profile_chooser_view.h (right): https://codereview.chromium.org/591263002/diff/1/chrome/browser/ui/views/profiles/profile_chooser_view.h#newcode107 chrome/browser/ui/views/profiles/profile_chooser_view.h:107: // views::View: Nit: We don't subclass View directly, ...
6 years, 3 months ago (2014-09-22 23:52:18 UTC) #3
Peter Kasting
Forgot. We should probably add a test for these keys.
6 years, 3 months ago (2014-09-22 23:52:33 UTC) #4
noms (inactive)
We have some browser tests that the ProfileChooser starts up, and for locking, but we ...
6 years, 3 months ago (2014-09-23 14:19:14 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591263002/20001
6 years, 3 months ago (2014-09-23 14:27:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/591263002/20001
6 years, 3 months ago (2014-09-23 14:27:51 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 525c7ddd8b5de7eec329557956d21c99a6dab227
6 years, 3 months ago (2014-09-23 15:28:36 UTC) #9
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/bca647762d3eeede9e2362d3dd75b0fa574f8ce9 Cr-Commit-Position: refs/heads/master@{#296189}
6 years, 3 months ago (2014-09-23 15:29:42 UTC) #10
Peter Kasting
6 years, 3 months ago (2014-09-23 18:26:06 UTC) #11
Message was sent while issue was closed.
On 2014/09/23 14:19:14, Monica Dinculescu wrote:
> We have some browser tests that the ProfileChooser starts up, and for locking,
> but we don't have any Windows unit tests that check the layout. I think that
is
> out of the scope of this CL.

I'm not talking about checking layout in detail, I'm simply talking about
opening the window, hitting arrow keys, and verifying that the selected child is
correct (or at least different).  This would be an interactive UI test, not a
unit test.

I don't think that's out of scope here.  Please implement some kind of test.

Powered by Google App Engine
This is Rietveld 408576698