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

Issue 1947263003: Pin the snippets to the bottom of the page and introduce a peeking card to indicate to the user the… (Closed)

Created:
4 years, 7 months ago by mcwilliams
Modified:
4 years, 7 months ago
Reviewers:
Bernhard Bauer, May, PEConn
CC:
chromium-reviews, mcwilliams+watch_chromium.org, dgn+watch_chromium.org, PEConn
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Peeking cards Pin the snippets to the bottom of the page and introduce a peeking card to indicate to the user there is something at the bottom of the page. When scrolling up transition the peeking card into a full bleed card. BUG=586126, 609487 Committed: https://crrev.com/1c4d6b032de178f2a2a6f9beff8d7067c07970b8 Cr-Commit-Position: refs/heads/master@{#391955}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 56

Patch Set 6 : #

Total comments: 4

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Messages

Total messages: 45 (22 generated)
mcwilliams
4 years, 7 months ago (2016-05-05 16:05:42 UTC) #3
PEConn
https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java#newcode26 chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageRecyclerView.java:26: private NewTabPageLayout mNewTabPageLayout; Do we ever read this?
4 years, 7 months ago (2016-05-05 16:17:47 UTC) #5
May
https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java#newcode84 chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java:84: Log.i("NewTabPageLayout", "set mParentScrollViewportHeight: %s", height); Remove log https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java File ...
4 years, 7 months ago (2016-05-05 16:28:22 UTC) #6
PEConn
https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java#newcode84 chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java:84: Log.i("NewTabPageLayout", "set mParentScrollViewportHeight: %s", height); I think we can ...
4 years, 7 months ago (2016-05-05 16:31:28 UTC) #7
Bernhard Bauer
Nice! https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/res/values/dimens.xml#newcode262 chrome/android/java/res/values/dimens.xml:262: <dimen name="snippets_vertical_space">2dp</dimen> Is this used? https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java ...
4 years, 7 months ago (2016-05-05 16:46:04 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/80001
4 years, 7 months ago (2016-05-05 17:14:12 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios-device on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/1188) ios-device-gn on ...
4 years, 7 months ago (2016-05-05 17:16:32 UTC) #12
mcwilliams
PTAL https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/res/values/dimens.xml File chrome/android/java/res/values/dimens.xml (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/res/values/dimens.xml#newcode262 chrome/android/java/res/values/dimens.xml:262: <dimen name="snippets_vertical_space">2dp</dimen> On 2016/05/05 16:46:04, Bernhard Bauer wrote: ...
4 years, 7 months ago (2016-05-05 17:39:47 UTC) #13
Bernhard Bauer
Description nit: Use a short title (first paragraph) for the commit message, with more explanation ...
4 years, 7 months ago (2016-05-05 18:04:40 UTC) #14
mcwilliams
PTAL https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java (right): https://codereview.chromium.org/1947263003/diff/80001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java#newcode530 chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java:530: snapToMostLikely && currentScroll < mNewTabPageLayout.getHeight() * 2 / ...
4 years, 7 months ago (2016-05-05 18:21:11 UTC) #15
Bernhard Bauer
LGTM with the description formatted more nicely and a final nit below: https://codereview.chromium.org/1947263003/diff/160001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java ...
4 years, 7 months ago (2016-05-05 18:23:58 UTC) #16
mcwilliams
https://codereview.chromium.org/1947263003/diff/160001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java File chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java (right): https://codereview.chromium.org/1947263003/diff/160001/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java#newcode88 chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageLayout.java:88: * Is the cards ui enabled. On 2016/05/05 18:23:58, ...
4 years, 7 months ago (2016-05-05 18:25:18 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/180001
4 years, 7 months ago (2016-05-05 18:58:28 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/61737)
4 years, 7 months ago (2016-05-05 19:42:54 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/180001
4 years, 7 months ago (2016-05-05 20:03:43 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/200001
4 years, 7 months ago (2016-05-05 20:21:06 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/65813)
4 years, 7 months ago (2016-05-05 21:23:00 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/220001
4 years, 7 months ago (2016-05-05 21:24:50 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/150009 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/150009
4 years, 7 months ago (2016-05-05 21:57:40 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/62116)
4 years, 7 months ago (2016-05-05 22:10:01 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1947263003/150009 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1947263003/150009
4 years, 7 months ago (2016-05-05 22:28:17 UTC) #41
commit-bot: I haz the power
Committed patchset #13 (id:150009)
4 years, 7 months ago (2016-05-05 23:48:14 UTC) #43
commit-bot: I haz the power
4 years, 7 months ago (2016-05-05 23:50:57 UTC) #45
Message was sent while issue was closed.
Patchset 13 (id:??) landed as
https://crrev.com/1c4d6b032de178f2a2a6f9beff8d7067c07970b8
Cr-Commit-Position: refs/heads/master@{#391955}

Powered by Google App Engine
This is Rietveld 408576698