Chromium Code Reviews

Issue 1329793002: [Custom Tabs]Introduce the url scaling animation (Closed)

Created:
5 years, 3 months ago by Ian Wen
Modified:
5 years, 3 months ago
Reviewers:
Yusuf
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Custom Tabs]Introduce the url scaling animation This CL lets the urlbar to animate from large to small, when custom tab is launching the first given URL. After the scaling animation, the title bar will fade in. BUG=505620 Committed: https://crrev.com/5afa2934ff3810486b77982d4a815763a7b17fdd Cr-Commit-Position: refs/heads/master@{#348257}

Patch Set 1 #

Total comments: 9

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Stats (+89 lines, -8 lines)
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java View 5 chunks +11 lines, -7 lines 0 comments
M chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbarAnimationDelegate.java View 3 chunks +78 lines, -1 line 0 comments

Depends on Patchset:

Messages

Total messages: 13 (2 generated)
Ian Wen
ptal:)
5 years, 3 months ago (2015-09-03 01:11:13 UTC) #2
Yusuf
https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java File chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java (right): https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java#newcode203 chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java:203: if (mShouldShowTitle && !TextUtils.equals(currentTab.getTitle(), currentTab.getUrl())) { the title can ...
5 years, 3 months ago (2015-09-03 05:46:56 UTC) #3
Yusuf
https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java File chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java (right): https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java#newcode203 chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java:203: if (mShouldShowTitle && !TextUtils.equals(currentTab.getTitle(), currentTab.getUrl())) { On 2015/09/03 05:46:56, ...
5 years, 3 months ago (2015-09-03 05:47:48 UTC) #4
Ian Wen
https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java File chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java (right): https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java#newcode203 chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java:203: if (mShouldShowTitle && !TextUtils.equals(currentTab.getTitle(), currentTab.getUrl())) { On 2015/09/03 05:46:56, ...
5 years, 3 months ago (2015-09-03 22:25:23 UTC) #5
Yusuf
On 2015/09/03 22:25:23, Ian Wen wrote: > https://codereview.chromium.org/1329793002/diff/1/chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java > File > chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java > (right): > ...
5 years, 3 months ago (2015-09-09 04:46:23 UTC) #6
Ian Wen
Done. Updated the bug.
5 years, 3 months ago (2015-09-09 19:49:48 UTC) #7
Yusuf
lgtm
5 years, 3 months ago (2015-09-10 21:33:26 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1329793002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1329793002/20001
5 years, 3 months ago (2015-09-10 21:36:30 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 3 months ago (2015-09-10 22:22:37 UTC) #11
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/5afa2934ff3810486b77982d4a815763a7b17fdd Cr-Commit-Position: refs/heads/master@{#348257}
5 years, 3 months ago (2015-09-10 22:23:27 UTC) #12
commit-bot: I haz the power
5 years, 3 months ago (2015-09-23 12:15:06 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5afa2934ff3810486b77982d4a815763a7b17fdd
Cr-Commit-Position: refs/heads/master@{#348257}

Powered by Google App Engine