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

Issue 1724963002: Color the ink drop ripple and hover effects based on theming. (Closed)

Created:
4 years, 10 months ago by Evan Stade
Modified:
4 years, 10 months ago
Reviewers:
sky, bruthig
CC:
chromium-reviews, tfarina, bruthig+ink_drop_chromium.org, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Color the ink drop ripple and hover effects based on theming. This is a port of https://codereview.chromium.org/1682893002/ BUG=575789 Committed: https://crrev.com/c404ead1fdc621b7be3a8d131700f82efb9083af Cr-Commit-Position: refs/heads/master@{#377495}

Patch Set 1 #

Patch Set 2 : destroy animations indiscriminately #

Patch Set 3 : self review and format #

Total comments: 11

Patch Set 4 : sky review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -119 lines) Patch
M chrome/browser/ui/views/bar_control_button.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/bubble_icon_view.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/bubble_icon_view.cc View 1 2 3 4 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/location_bar/content_setting_image_view.cc View 1 chunk +0 lines, -18 lines 0 comments Download
M chrome/browser/ui/views/location_bar/icon_label_bubble_view.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc View 1 2 3 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/app_menu_button.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/reload_button.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_action_view.cc View 1 2 3 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_button.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/views/toolbar/toolbar_view.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M ui/views/animation/ink_drop_animation.h View 1 4 chunks +4 lines, -8 lines 0 comments Download
M ui/views/animation/ink_drop_animation.cc View 1 1 chunk +5 lines, -14 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_impl.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_impl.cc View 1 2 5 chunks +5 lines, -16 lines 0 comments Download
M ui/views/animation/ink_drop_animation_unittest.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M ui/views/animation/ink_drop_host_view.h View 2 chunks +2 lines, -0 lines 0 comments Download
M ui/views/animation/ink_drop_host_view.cc View 1 2 3 4 chunks +10 lines, -7 lines 0 comments Download
M ui/views/animation/ink_drop_hover.h View 3 chunks +5 lines, -4 lines 0 comments Download
M ui/views/animation/ink_drop_hover.cc View 3 chunks +11 lines, -14 lines 0 comments Download
M ui/views/animation/ink_drop_hover_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M ui/views/animation/square_ink_drop_animation.h View 3 chunks +7 lines, -2 lines 0 comments Download
M ui/views/animation/square_ink_drop_animation.cc View 1 2 4 chunks +11 lines, -13 lines 0 comments Download
M ui/views/animation/square_ink_drop_animation_unittest.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M ui/views/animation/test/test_ink_drop_host.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M ui/views/controls/button/custom_button.h View 3 chunks +6 lines, -0 lines 0 comments Download
M ui/views/controls/button/custom_button.cc View 3 chunks +7 lines, -1 line 0 comments Download

Messages

Total messages: 16 (5 generated)
Evan Stade
4 years, 10 months ago (2016-02-23 22:07:21 UTC) #2
bruthig
Some minor comments inline. Also we should consider syncing the creation of new InkDropAnimation and ...
4 years, 10 months ago (2016-02-23 22:48:10 UTC) #3
Evan Stade
""" Also we should consider syncing the creation of new InkDropAnimation and InkDropHover's. It might ...
4 years, 10 months ago (2016-02-24 00:31:58 UTC) #4
bruthig
> """ > Also we should consider syncing the creation of new > InkDropAnimation and ...
4 years, 10 months ago (2016-02-24 15:46:56 UTC) #5
Evan Stade
+sky, PTAL > I'm not exactly sure how they are synced. what I meant was ...
4 years, 10 months ago (2016-02-24 22:02:17 UTC) #7
sky
https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc File chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc (right): https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc#newcode151 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc:151: image()->SetFillsBoundsOpaquely(true); this isn't needed (because you destroy the layer ...
4 years, 10 months ago (2016-02-25 00:38:32 UTC) #8
Evan Stade
https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc File chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc (right): https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc#newcode151 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc:151: image()->SetFillsBoundsOpaquely(true); On 2016/02/25 00:38:32, sky wrote: > this isn't ...
4 years, 10 months ago (2016-02-25 01:34:28 UTC) #9
sky
LGTM https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc File chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc (right): https://codereview.chromium.org/1724963002/diff/40001/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc#newcode151 chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc:151: image()->SetFillsBoundsOpaquely(true); On 2016/02/25 01:34:28, Evan Stade wrote: > ...
4 years, 10 months ago (2016-02-25 02:26:55 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1724963002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1724963002/60001
4 years, 10 months ago (2016-02-25 02:33:21 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-25 03:54:19 UTC) #14
commit-bot: I haz the power
4 years, 10 months ago (2016-02-25 03:55:15 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c404ead1fdc621b7be3a8d131700f82efb9083af
Cr-Commit-Position: refs/heads/master@{#377495}

Powered by Google App Engine
This is Rietveld 408576698