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

Issue 2305933002: Update dialog close buttons to use vector icons and ripples. (Closed)

Created:
4 years, 3 months ago by Evan Stade
Modified:
4 years, 3 months ago
Reviewers:
sky
CC:
chromium-reviews, asanka, msw+watch_chromium.org, tfarina, groby+bubble_chromium.org, hcarmona+bubble_chromium.org, dbeam+watch-downloads_chromium.org, rouslan+bubble_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update dialog close buttons to use vector icons and ripples. BUG=635178 Committed: https://crrev.com/6047258bfb18b2fa84bcb1be85243bd48f3ed71b Cr-Commit-Position: refs/heads/master@{#416979}

Patch Set 1 #

Total comments: 2

Patch Set 2 : delegate #

Total comments: 6

Patch Set 3 : own file #

Patch Set 4 : always good to compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -226 lines) Patch
M chrome/browser/ui/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
D chrome/browser/ui/views/bar_control_button.h View 1 chunk +0 lines, -41 lines 0 comments Download
D chrome/browser/ui/views/bar_control_button.cc View 1 chunk +0 lines, -58 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.cc View 1 2 5 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/download/download_shelf_view.h View 1 2 3 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/download/download_shelf_view.cc View 1 5 chunks +7 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/find_bar_view.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/find_bar_view.cc View 1 6 chunks +13 lines, -18 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.h View 1 2 3 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/infobars/infobar_view.cc View 1 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/toolbar/reload_button.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M ui/views/BUILD.gn View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/views/bubble/bubble_dialog_delegate_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/bubble/bubble_frame_view.h View 1 2 3 6 chunks +7 lines, -7 lines 0 comments Download
M ui/views/bubble/bubble_frame_view.cc View 1 3 chunks +30 lines, -17 lines 0 comments Download
A + ui/views/controls/button/vector_icon_button.h View 1 2 2 chunks +18 lines, -15 lines 0 comments Download
A + ui/views/controls/button/vector_icon_button.cc View 1 2 5 chunks +20 lines, -11 lines 0 comments Download
A + ui/views/controls/button/vector_icon_button_delegate.h View 1 2 3 1 chunk +9 lines, -10 lines 0 comments Download
A + ui/views/controls/button/vector_icon_button_delegate.cc View 1 2 3 1 chunk +6 lines, -7 lines 0 comments Download

Messages

Total messages: 26 (15 generated)
Evan Stade
4 years, 3 months ago (2016-09-06 19:36:18 UTC) #2
sky
https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h File ui/views/controls/button/vector_icon_button.h (right): https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h#newcode31 ui/views/controls/button/vector_icon_button.h:31: const base::Callback<SkColor(void)>& get_text_color_callback); I would prefer not to put ...
4 years, 3 months ago (2016-09-06 21:22:47 UTC) #7
Evan Stade
https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h File ui/views/controls/button/vector_icon_button.h (right): https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h#newcode31 ui/views/controls/button/vector_icon_button.h:31: const base::Callback<SkColor(void)>& get_text_color_callback); On 2016/09/06 21:22:47, sky wrote: > ...
4 years, 3 months ago (2016-09-06 21:45:55 UTC) #8
sky
On 2016/09/06 21:45:55, Evan Stade wrote: > https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h > File ui/views/controls/button/vector_icon_button.h (right): > > https://codereview.chromium.org/2305933002/diff/1/ui/views/controls/button/vector_icon_button.h#newcode31 ...
4 years, 3 months ago (2016-09-06 22:18:57 UTC) #9
Evan Stade
On 2016/09/06 22:18:57, sky wrote: > On 2016/09/06 21:45:55, Evan Stade wrote: > > > ...
4 years, 3 months ago (2016-09-06 23:57:57 UTC) #10
sky
https://codereview.chromium.org/2305933002/diff/20001/ui/views/bubble/bubble_frame_view.cc File ui/views/bubble/bubble_frame_view.cc (right): https://codereview.chromium.org/2305933002/diff/20001/ui/views/bubble/bubble_frame_view.cc#newcode99 ui/views/bubble/bubble_frame_view.cc:99: #if defined(OS_WIN) Why do you prefer this here and ...
4 years, 3 months ago (2016-09-07 03:42:19 UTC) #15
Evan Stade
https://codereview.chromium.org/2305933002/diff/20001/ui/views/bubble/bubble_frame_view.cc File ui/views/bubble/bubble_frame_view.cc (right): https://codereview.chromium.org/2305933002/diff/20001/ui/views/bubble/bubble_frame_view.cc#newcode99 ui/views/bubble/bubble_frame_view.cc:99: #if defined(OS_WIN) On 2016/09/07 03:42:18, sky wrote: > Why ...
4 years, 3 months ago (2016-09-07 16:17:37 UTC) #17
sky
LGTM
4 years, 3 months ago (2016-09-07 17:22:34 UTC) #20
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/2305933002/60001
4 years, 3 months ago (2016-09-07 17:25:34 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-07 17:29:37 UTC) #24
commit-bot: I haz the power
4 years, 3 months ago (2016-09-07 17:31:25 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/6047258bfb18b2fa84bcb1be85243bd48f3ed71b
Cr-Commit-Position: refs/heads/master@{#416979}

Powered by Google App Engine
This is Rietveld 408576698