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

Issue 2190453002: Update CrOS logout button for MD. (Closed)

Created:
4 years, 4 months ago by Evan Stade
Modified:
4 years, 4 months ago
Reviewers:
tdanderson, yiyix, sky
CC:
chromium-reviews, kalyank, sadrul, oshima+watch_chromium.org, tfarina
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update CrOS logout button for MD. BUG=617478 Committed: https://crrev.com/ab41358106be0e51b0ef68f0354da9e8b3471175 Cr-Commit-Position: refs/heads/master@{#409535}

Patch Set 1 #

Total comments: 2

Patch Set 2 : bug links #

Total comments: 2

Patch Set 3 : virtual setfontlist #

Patch Set 4 : AdjustFontSize on labelbutton #

Patch Set 5 : fix override #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -7 lines) Patch
M ash/common/system/chromeos/session/logout_button_tray.cc View 1 4 chunks +20 lines, -2 lines 0 comments Download
M ui/views/controls/button/label_button.h View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ui/views/controls/button/label_button.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/controls/button/md_text_button.h View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M ui/views/controls/button/md_text_button.cc View 1 2 3 3 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 33 (14 generated)
Evan Stade
depends on https://codereview.chromium.org/2187473004/
4 years, 4 months ago (2016-07-26 23:30:57 UTC) #3
tdanderson
LGTM. +yiyix@ as FYI: once this lands can you please check that everything looks up ...
4 years, 4 months ago (2016-07-27 14:24:57 UTC) #5
yiyix
On 2016/07/27 14:24:57, tdanderson wrote: > LGTM. +yiyix@ as FYI: once this lands can you ...
4 years, 4 months ago (2016-07-27 16:06:56 UTC) #6
tdanderson
On 2016/07/27 16:06:56, yiyix wrote: > On 2016/07/27 14:24:57, tdanderson wrote: > > LGTM. +yiyix@ ...
4 years, 4 months ago (2016-07-27 16:19:58 UTC) #7
Evan Stade
Added bug links. The button itself looks ok to me with a vertical shelf, although ...
4 years, 4 months ago (2016-07-27 19:20:46 UTC) #9
sky
https://codereview.chromium.org/2190453002/diff/20001/ui/views/controls/button/md_text_button.cc File ui/views/controls/button/md_text_button.cc (right): https://codereview.chromium.org/2190453002/diff/20001/ui/views/controls/button/md_text_button.cc#newcode232 ui/views/controls/button/md_text_button.cc:232: SetFontList(GetMdFontList()); As anyone can call SetFontList, shouldn't you make ...
4 years, 4 months ago (2016-07-27 19:57:08 UTC) #10
Evan Stade
https://codereview.chromium.org/2190453002/diff/20001/ui/views/controls/button/md_text_button.cc File ui/views/controls/button/md_text_button.cc (right): https://codereview.chromium.org/2190453002/diff/20001/ui/views/controls/button/md_text_button.cc#newcode232 ui/views/controls/button/md_text_button.cc:232: SetFontList(GetMdFontList()); On 2016/07/27 19:57:07, sky wrote: > As anyone ...
4 years, 4 months ago (2016-07-27 20:09:47 UTC) #11
sky
On Wed, Jul 27, 2016 at 1:09 PM, <estade@chromium.org> wrote: > > https://codereview.chromium.org/2190453002/diff/20001/ui/views/controls/button/md_text_button.cc > File ...
4 years, 4 months ago (2016-07-27 21:26:01 UTC) #12
Evan Stade
what do you think of making SetFontList virtual, and making MdTextButton::SetFontList no-op with a NOTREACHED ...
4 years, 4 months ago (2016-07-28 02:55:40 UTC) #13
sky
Ick! On Wed, Jul 27, 2016 at 7:55 PM, <estade@chromium.org> wrote: > what do you ...
4 years, 4 months ago (2016-08-01 21:01:29 UTC) #14
Evan Stade
On 2016/08/01 21:01:29, sky wrote: > Ick! > > On Wed, Jul 27, 2016 at ...
4 years, 4 months ago (2016-08-01 21:57:38 UTC) #15
sky
The problem with what you propose is that it's easy to miss a call to ...
4 years, 4 months ago (2016-08-02 13:30:06 UTC) #16
Evan Stade
On 2016/08/02 13:30:06, sky wrote: > The problem with what you propose is that it's ...
4 years, 4 months ago (2016-08-02 14:01:32 UTC) #17
sky
Fair enough, and if we are going to remove the function entirely I'm ok with ...
4 years, 4 months ago (2016-08-02 19:25:24 UTC) #18
Evan Stade
On 2016/08/02 19:25:24, sky wrote: > Fair enough, and if we are going to remove ...
4 years, 4 months ago (2016-08-03 14:03:48 UTC) #21
sky
LGTM
4 years, 4 months ago (2016-08-03 15:36:36 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2190453002/80001
4 years, 4 months ago (2016-08-03 15:40:08 UTC) #29
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-03 16:37:28 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-03 16:40:27 UTC) #33
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ab41358106be0e51b0ef68f0354da9e8b3471175
Cr-Commit-Position: refs/heads/master@{#409535}

Powered by Google App Engine
This is Rietveld 408576698