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

Issue 465313003: Update the new avatar menu (Closed)

Created:
6 years, 4 months ago by guohui
Modified:
6 years, 4 months ago
CC:
chromium-reviews, tfarina
Project:
chromium
Visibility:
Public.

Description

Update the new avatar menu 1. stack the link and button in the upgrade tutorial card 2. limit the width of the title label to accomodate long names. 3. increase the height of signin view 4. adds missing 'x' button BUG=403572, 399663, 403105 R=asvitkine@chromium.org, sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290073

Patch Set 1 : #

Patch Set 2 : adds mac implementation #

Total comments: 2

Patch Set 3 : nits fixed #

Total comments: 2

Patch Set 4 : comments fixed #

Total comments: 2

Patch Set 5 : dcheck added #

Patch Set 6 : rebased and added missing 'x' #

Patch Set 7 : rebased again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+220 lines, -71 lines) Patch
M chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm View 1 2 3 4 5 6 18 chunks +118 lines, -34 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.h View 1 2 3 4 5 6 3 chunks +12 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 4 5 6 12 chunks +90 lines, -31 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
guohui
Hey, could you please review the CL? Thanks, Hui
6 years, 4 months ago (2014-08-15 13:23:29 UTC) #1
guohui
+alexei for mac implementation.
6 years, 4 months ago (2014-08-15 18:02:25 UTC) #2
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/465313003/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/465313003/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode733 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:733: stackButton:(bool)stackButton Nit: Use Obj-C type in Obj-C code ...
6 years, 4 months ago (2014-08-15 18:44:30 UTC) #3
guohui
https://codereview.chromium.org/465313003/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/465313003/diff/60001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode733 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:733: stackButton:(bool)stackButton On 2014/08/15 18:44:30, Alexei Svitkine wrote: > Nit: ...
6 years, 4 months ago (2014-08-15 18:47:21 UTC) #4
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/465313003/diff/80001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/465313003/diff/80001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode724 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:724: // |buttonMessage|. If |stackButton| is true, places the ...
6 years, 4 months ago (2014-08-15 18:51:13 UTC) #5
guohui
https://codereview.chromium.org/465313003/diff/80001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm File chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm (right): https://codereview.chromium.org/465313003/diff/80001/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm#newcode724 chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm:724: // |buttonMessage|. If |stackButton| is true, places the button ...
6 years, 4 months ago (2014-08-15 18:53:42 UTC) #6
sky
https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode433 chrome/browser/ui/views/profiles/profile_chooser_view.cc:433: int back_button_width = back_button_->GetPreferredSize().width(); What if back_button_width > bounds().width()? ...
6 years, 4 months ago (2014-08-15 19:07:58 UTC) #7
guohui
https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode433 chrome/browser/ui/views/profiles/profile_chooser_view.cc:433: int back_button_width = back_button_->GetPreferredSize().width(); On 2014/08/15 19:07:58, sky wrote: ...
6 years, 4 months ago (2014-08-15 19:19:23 UTC) #8
sky
On 2014/08/15 19:19:23, guohui wrote: > https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc > File chrome/browser/ui/views/profiles/profile_chooser_view.cc (right): > > https://codereview.chromium.org/465313003/diff/100001/chrome/browser/ui/views/profiles/profile_chooser_view.cc#newcode433 > ...
6 years, 4 months ago (2014-08-15 19:29:53 UTC) #9
guohui
yes we will have clipping, but if that ever happens not sure what else we ...
6 years, 4 months ago (2014-08-15 19:40:53 UTC) #10
guohui
The CQ bit was checked by guohui@chromium.org
6 years, 4 months ago (2014-08-15 20:07:01 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/465313003/120001
6 years, 4 months ago (2014-08-15 20:12:07 UTC) #12
guohui
The CQ bit was unchecked by guohui@chromium.org
6 years, 4 months ago (2014-08-15 21:38:14 UTC) #13
guohui
The CQ bit was checked by guohui@chromium.org
6 years, 4 months ago (2014-08-16 00:04:36 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/465313003/180001
6 years, 4 months ago (2014-08-16 00:06:07 UTC) #15
guohui
The CQ bit was checked by guohui@chromium.org
6 years, 4 months ago (2014-08-16 00:18:15 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/guohui@chromium.org/465313003/200001
6 years, 4 months ago (2014-08-16 00:20:23 UTC) #17
guohui
6 years, 4 months ago (2014-08-16 00:58:55 UTC) #18
Message was sent while issue was closed.
Committed patchset #7 manually as 290073 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698