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

Issue 694743002: Fix folder icon animation in app list. (Closed)

Created:
6 years, 1 month ago by calamity
Modified:
6 years, 1 month ago
Reviewers:
Matt Giuca
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org, tfarina, cc-bugs_chromium.org, Jun Mukai
Base URL:
https://chromium.googlesource.com/chromium/src.git@launcher_page_api_do_actual_thing
Project:
chromium
Visibility:
Public.

Description

Fix folder icon animation in app list. This CL fixes the animation of folders opening in the app list. This regressed in r301308 because the ContentsView layer moved, exposing a latent issue with the calculation of the top icon animation target. The fix here is to use the view bounds as the target rather than the layer bounds. The layer bounds are in the coordinate system of the parent layer which is not what we want. BUG=429079 Committed: https://crrev.com/dd661f30d65756a59f48670749bd7d1426714aaf Cr-Commit-Position: refs/heads/master@{#302579}

Patch Set 1 : #

Total comments: 7

Patch Set 2 : rebase on split. #

Patch Set 3 : split differently #

Patch Set 4 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -5 lines) Patch
M ui/app_list/views/top_icon_animation_view.cc View 1 2 3 1 chunk +6 lines, -5 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
calamity
This needs to be fixed by M40 and should take review priority.
6 years, 1 month ago (2014-11-03 05:46:32 UTC) #3
Matt Giuca
Looks good, but please split this up into two CLs: 1. fix the bug (remove ...
6 years, 1 month ago (2014-11-04 01:05:18 UTC) #4
calamity
It's been split in the reverse order that you posted. I am skeptical of the ...
6 years, 1 month ago (2014-11-04 01:40:30 UTC) #5
Matt Giuca
OK, the new split looks good. As discussed, the GetRectTransform code is good but the ...
6 years, 1 month ago (2014-11-04 03:00:17 UTC) #6
calamity
Added a comment indicating what the transform is relative to.
6 years, 1 month ago (2014-11-04 05:07:57 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/694743002/80001
6 years, 1 month ago (2014-11-04 05:13:50 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:80001)
6 years, 1 month ago (2014-11-04 06:04:17 UTC) #10
commit-bot: I haz the power
6 years, 1 month ago (2014-11-04 06:04:56 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/dd661f30d65756a59f48670749bd7d1426714aaf
Cr-Commit-Position: refs/heads/master@{#302579}

Powered by Google App Engine
This is Rietveld 408576698