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

Issue 1958453002: Update some secondary UI buttons to MD style. (Closed)

Created:
4 years, 7 months ago by Evan Stade
Modified:
4 years, 7 months ago
Reviewers:
msw, sadrul, sky
CC:
chromium-reviews, asanka, extensions-reviews_chromium.org, msramek+watch_chromium.org, tfarina, raymes+watch_chromium.org, noyau+watch_chromium.org, chromium-apps-reviews_chromium.org, markusheintz_, dbeam+watch-downloads_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update some secondary UI buttons to MD style. This has no effect when --secondary-ui-md is not passed. BUG=571500 Committed: https://crrev.com/a7bec092422dc5dd11afbecbe720b71df03de077 Cr-Commit-Position: refs/heads/master@{#393368}

Patch Set 1 #

Patch Set 2 : some more #

Patch Set 3 : one more #

Patch Set 4 : fix infobar #

Patch Set 5 : . #

Total comments: 2

Patch Set 6 : const qualifier #

Total comments: 12

Patch Set 7 : msw review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -48 lines) Patch
M chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/certificate_selector.cc View 1 2 3 4 5 6 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/ui/views/collected_cookies_views.cc View 3 chunks +7 lines, -10 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.cc View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/extensions/media_galleries_dialog_views.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/hung_renderer_view.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.cc View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/location_bar/zoom_bubble_view.cc View 1 2 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/profiles/profile_chooser_view.cc View 1 2 3 4 5 6 5 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/website_settings/website_settings_popup_view.cc View 1 2 3 4 5 6 2 chunks +8 lines, -6 lines 0 comments Download
M ui/views/controls/button/label_button.h View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/controls/button/md_text_button.cc View 1 2 3 2 chunks +7 lines, -2 lines 0 comments Download

Messages

Total messages: 33 (16 generated)
Evan Stade
4 years, 7 months ago (2016-05-09 22:34:51 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958453002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958453002/40001
4 years, 7 months ago (2016-05-09 22:35:12 UTC) #4
Evan Stade
sky is ooo, sadrul could you take a look?
4 years, 7 months ago (2016-05-10 17:07:01 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958453002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958453002/80001
4 years, 7 months ago (2016-05-10 17:07:06 UTC) #8
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-10 18:35:37 UTC) #11
sadrul
lgtm https://codereview.chromium.org/1958453002/diff/80001/ui/views/controls/button/label_button.h File ui/views/controls/button/label_button.h (right): https://codereview.chromium.org/1958453002/diff/80001/ui/views/controls/button/label_button.h#newcode115 ui/views/controls/button/label_button.h:115: bool explicitly_set_normal_color() { const
4 years, 7 months ago (2016-05-11 04:56:59 UTC) #12
Evan Stade
https://codereview.chromium.org/1958453002/diff/80001/ui/views/controls/button/label_button.h File ui/views/controls/button/label_button.h (right): https://codereview.chromium.org/1958453002/diff/80001/ui/views/controls/button/label_button.h#newcode115 ui/views/controls/button/label_button.h:115: bool explicitly_set_normal_color() { On 2016/05/11 04:56:59, sadrul wrote: > ...
4 years, 7 months ago (2016-05-11 22:06:18 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958453002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958453002/100001
4 years, 7 months ago (2016-05-11 22:06:56 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/181609)
4 years, 7 months ago (2016-05-11 22:19:14 UTC) #18
Evan Stade
oops, sadrul only owns ui/views. +msw for c/b/ui/views
4 years, 7 months ago (2016-05-11 23:01:32 UTC) #20
msw
lgtm with nits and a q. https://codereview.chromium.org/1958453002/diff/100001/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc File chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc (right): https://codereview.chromium.org/1958453002/diff/100001/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc#newcode30 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc:30: #include "ui/views/controls/button/label_button.h" nit: ...
4 years, 7 months ago (2016-05-12 19:17:04 UTC) #21
Evan Stade
https://codereview.chromium.org/1958453002/diff/100001/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc File chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc (right): https://codereview.chromium.org/1958453002/diff/100001/chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc#newcode30 chrome/browser/ui/views/bookmarks/bookmark_editor_view.cc:30: #include "ui/views/controls/button/label_button.h" On 2016/05/12 19:17:04, msw wrote: > nit: ...
4 years, 7 months ago (2016-05-12 19:32:02 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958453002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958453002/120001
4 years, 7 months ago (2016-05-12 19:32:38 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-12 20:45:29 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1958453002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1958453002/120001
4 years, 7 months ago (2016-05-12 21:44:48 UTC) #29
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 7 months ago (2016-05-12 21:52:03 UTC) #31
commit-bot: I haz the power
4 years, 7 months ago (2016-05-12 21:52:59 UTC) #33
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/a7bec092422dc5dd11afbecbe720b71df03de077
Cr-Commit-Position: refs/heads/master@{#393368}

Powered by Google App Engine
This is Rietveld 408576698