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

Issue 476763007: [Win] Add tab and keyboard navigation to the new avatar bubble (Closed)

Created:
6 years, 4 months ago by noms (inactive)
Modified:
6 years, 4 months ago
Reviewers:
msw
CC:
chromium-reviews, tfarina
Project:
chromium
Visibility:
Public.

Description

[Win] Add tab and keyboard navigation to the new avatar bubble Both tabbing and up/down arrows should navigate through all the visible controls. I've changed the EditablePhotoButton to actually be a button and not just an image, so that tabbing and pressing enter actually works. BUG=405057 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291079

Patch Set 1 : #

Total comments: 18

Patch Set 2 : msw comments #

Total comments: 8

Patch Set 3 : less sketchy event handling for all #

Total comments: 10

Patch Set 4 : nits #

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

Messages

Total messages: 17 (0 generated)
noms (inactive)
Hi, Finally bringing tabs back to the new avatar bubble. Please take a look. Thanks! ...
6 years, 4 months ago (2014-08-19 20:15:00 UTC) #1
msw
https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode280 chrome/browser/ui/views/profiles/profile_chooser_view.cc:280: photo_overlay_->SetVisible(false); Hmm, does this still work as intended with ...
6 years, 4 months ago (2014-08-19 22:39:06 UTC) #2
noms (inactive)
https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode280 chrome/browser/ui/views/profiles/profile_chooser_view.cc:280: photo_overlay_->SetVisible(false); No, not excellently. I have removed the focus ...
6 years, 4 months ago (2014-08-20 16:43:53 UTC) #3
msw
https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode280 chrome/browser/ui/views/profiles/profile_chooser_view.cc:280: photo_overlay_->SetVisible(false); On 2014/08/20 16:43:52, Monica Dinculescu wrote: > No, ...
6 years, 4 months ago (2014-08-20 19:29:26 UTC) #4
noms (inactive)
https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/40001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode280 chrome/browser/ui/views/profiles/profile_chooser_view.cc:280: photo_overlay_->SetVisible(false); Oh, no, it would have just cleared the ...
6 years, 4 months ago (2014-08-20 20:25:32 UTC) #5
msw
LGTM with nits. https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode271 chrome/browser/ui/views/profiles/profile_chooser_view.cc:271: if (photo_overlay_) nit: maybe SetState(STATE_HOVERED)? https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode277 ...
6 years, 4 months ago (2014-08-20 20:49:56 UTC) #6
noms (inactive)
(no code, just questions) https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode271 chrome/browser/ui/views/profiles/profile_chooser_view.cc:271: if (photo_overlay_) Hmm, setting the ...
6 years, 4 months ago (2014-08-20 21:11:48 UTC) #7
msw
https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode271 chrome/browser/ui/views/profiles/profile_chooser_view.cc:271: if (photo_overlay_) On 2014/08/20 21:11:48, Monica Dinculescu wrote: > ...
6 years, 4 months ago (2014-08-20 21:20:08 UTC) #8
noms (inactive)
Thanks for the help! Catapulting it to the CQ. https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/476763007/diff/80001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode271 chrome/browser/ui/views/profiles/profile_chooser_view.cc:271: ...
6 years, 4 months ago (2014-08-20 21:44:18 UTC) #9
noms (inactive)
The CQ bit was checked by noms@chromium.org
6 years, 4 months ago (2014-08-20 21:44:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noms@chromium.org/476763007/100001
6 years, 4 months ago (2014-08-20 21:47:21 UTC) #11
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-21 01:53:23 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 01:56:49 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: linux_gpu on tryserver.chromium.gpu (http://build.chromium.org/p/tryserver.chromium.gpu/builders/linux_gpu/builds/55459)
6 years, 4 months ago (2014-08-21 01:56:51 UTC) #14
noms (inactive)
The CQ bit was checked by noms@chromium.org
6 years, 4 months ago (2014-08-21 13:32:59 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/noms@chromium.org/476763007/100001
6 years, 4 months ago (2014-08-21 13:33:57 UTC) #16
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 15:35:08 UTC) #17
Message was sent while issue was closed.
Committed patchset #4 (100001) as 291079

Powered by Google App Engine
This is Rietveld 408576698