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

Issue 1832963002: MD - add ripples to DL shelf items (Closed)

Created:
4 years, 9 months ago by Evan Stade
Modified:
4 years, 8 months ago
Reviewers:
sky, bruthig
CC:
chromium-reviews, asanka, tfarina, blink-reviews-html_chromium.org, dglazkov+blink, blink-reviews, kinuko+watch, dbeam+watch-downloads_chromium.org, varkha
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD - add ripples to DL shelf items BUG=591582 Committed: https://crrev.com/15bda587d910b5d9f59b7184ecfeda37022eb6f4 Cr-Commit-Position: refs/heads/master@{#385052}

Patch Set 1 #

Patch Set 2 : checkpoint #

Patch Set 3 : checkpoint #

Patch Set 4 : worth reviewing #

Total comments: 36

Patch Set 5 : bruthig feedback #

Total comments: 2

Patch Set 6 : rename inkdrop states and use states correctly #

Patch Set 7 : updates after bruthig chat #

Total comments: 2

Patch Set 8 : renames #

Patch Set 9 : fix red blip #

Patch Set 10 : fix another TODO #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -166 lines) Patch
M chrome/browser/ui/views/download/download_item_view_md.h View 1 2 3 4 5 6 7 8 9 5 chunks +13 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/download/download_item_view_md.cc View 1 2 3 4 5 6 7 8 9 12 chunks +42 lines, -11 lines 0 comments Download
M ui/views/animation/button_ink_drop_delegate.h View 1 2 3 4 5 6 3 chunks +12 lines, -0 lines 0 comments Download
M ui/views/animation/button_ink_drop_delegate.cc View 1 2 3 4 5 6 2 chunks +6 lines, -4 lines 0 comments Download
M ui/views/animation/flood_fill_ink_drop_animation.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -5 lines 0 comments Download
M ui/views/animation/flood_fill_ink_drop_animation.cc View 1 2 3 4 5 6 7 11 chunks +33 lines, -53 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_factory_unittest.cc View 1 2 3 4 5 4 chunks +7 lines, -5 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_impl.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -3 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_impl.cc View 1 2 3 4 5 6 7 8 4 chunks +9 lines, -8 lines 0 comments Download
M ui/views/animation/ink_drop_animation_controller_impl_unittest.cc View 1 2 3 4 5 4 chunks +4 lines, -4 lines 0 comments Download
M ui/views/animation/ink_drop_animation_unittest.cc View 1 2 3 4 5 4 chunks +8 lines, -5 lines 0 comments Download
M ui/views/animation/ink_drop_state.h View 1 2 3 4 5 1 chunk +11 lines, -11 lines 0 comments Download
M ui/views/animation/ink_drop_state.cc View 1 2 3 4 5 1 chunk +6 lines, -6 lines 0 comments Download
M ui/views/animation/square_ink_drop_animation.h View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/animation/square_ink_drop_animation.cc View 1 2 3 4 5 5 chunks +38 lines, -33 lines 0 comments Download
M ui/views/controls/button/custom_button.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/custom_button_unittest.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/controls/button/menu_button.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M ui/views/controls/button/menu_button_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 31 (13 generated)
Evan Stade
issues mostly resolved, PTAL (your tip to remove the bounds masking was very helpful) https://codereview.chromium.org/1832963002/diff/60001/ui/views/animation/flood_fill_ink_drop_animation.cc ...
4 years, 8 months ago (2016-03-31 03:41:27 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/1832963002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832963002/60001
4 years, 8 months ago (2016-03-31 03:42:57 UTC) #5
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/188678)
4 years, 8 months ago (2016-03-31 04:09:45 UTC) #7
bruthig
https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc File chrome/browser/ui/views/download/download_item_view_md.cc (left): https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc#oldcode188 chrome/browser/ui/views/download/download_item_view_md.cc:188: body_hover_animation_.reset(new gfx::SlideAnimation(this)); Is this not needed for non-md? https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc ...
4 years, 8 months ago (2016-03-31 19:39:03 UTC) #8
Evan Stade
https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc File chrome/browser/ui/views/download/download_item_view_md.cc (left): https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc#oldcode188 chrome/browser/ui/views/download/download_item_view_md.cc:188: body_hover_animation_.reset(new gfx::SlideAnimation(this)); On 2016/03/31 19:39:03, bruthig wrote: > Is ...
4 years, 8 months ago (2016-03-31 21:07:39 UTC) #9
bruthig
I have to head out for the day but thought I would move some of ...
4 years, 8 months ago (2016-03-31 22:46:19 UTC) #10
Evan Stade
https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc File chrome/browser/ui/views/download/download_item_view_md.cc (right): https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc#newcode510 chrome/browser/ui/views/download/download_item_view_md.cc:510: ink_drop_delegate_.OnAction(views::InkDropState::QUICK_ACTION); On 2016/03/31 22:46:19, bruthig wrote: > On 2016/03/31 ...
4 years, 8 months ago (2016-04-01 19:03:13 UTC) #11
Evan Stade
https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc File chrome/browser/ui/views/download/download_item_view_md.cc (right): https://codereview.chromium.org/1832963002/diff/60001/chrome/browser/ui/views/download/download_item_view_md.cc#newcode510 chrome/browser/ui/views/download/download_item_view_md.cc:510: ink_drop_delegate_.OnAction(views::InkDropState::QUICK_ACTION); On 2016/04/01 19:03:13, Evan Stade wrote: > Why ...
4 years, 8 months ago (2016-04-01 19:04:08 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1832963002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832963002/100001
4 years, 8 months ago (2016-04-01 19:14:31 UTC) #14
Evan Stade
updated
4 years, 8 months ago (2016-04-01 20:45:38 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1832963002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832963002/120001
4 years, 8 months ago (2016-04-01 20:46:29 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-01 22:18:57 UTC) #19
bruthig
lgtm https://codereview.chromium.org/1832963002/diff/120001/ui/views/animation/flood_fill_ink_drop_animation.cc File ui/views/animation/flood_fill_ink_drop_animation.cc (right): https://codereview.chromium.org/1832963002/diff/120001/ui/views/animation/flood_fill_ink_drop_animation.cc#newcode317 ui/views/animation/flood_fill_ink_drop_animation.cc:317: gfx::Transform FloodFillInkDropAnimation::GetActivatedTargetTransform() const { nit: It probably makes ...
4 years, 8 months ago (2016-04-04 17:20:17 UTC) #20
Evan Stade
+sky for OWNERS on everything that doesn't have "ink" in the name (most touched files ...
4 years, 8 months ago (2016-04-04 18:09:09 UTC) #22
sky
LGTM
4 years, 8 months ago (2016-04-04 20:50:26 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1832963002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1832963002/180001
4 years, 8 months ago (2016-04-04 22:11:26 UTC) #27
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 8 months ago (2016-04-04 23:29:00 UTC) #29
commit-bot: I haz the power
4 years, 8 months ago (2016-04-04 23:30:08 UTC) #31
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/15bda587d910b5d9f59b7184ecfeda37022eb6f4
Cr-Commit-Position: refs/heads/master@{#385052}

Powered by Google App Engine
This is Rietveld 408576698