commit | 9914b10a04aa1bffa5e381f5f4f2e8e145c7d16f | [log] [tgz] |
---|---|---|
author | rbpotter <rbpotter@chromium.org> | Fri Dec 27 20:01:11 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Dec 27 20:01:11 2024 |
tree | 12244c43e6d63a4bc56ac5af98a1c45b2b63d66b | |
parent | 24713c0c4eb133fb48df8321036b272343004897 [diff] |
History page: Fix various scrolling issues (1) Adjust scrolling threshold logic to correctly detect when the user has scrolled to within 500px of the bottom of the page. (2) Also run scroll observer on resize, so that if the user expands the browser window more items are loaded if they fit. (3) Detect reductions in the clusters_ list and attempt to load more if the list is not filling the viewport. Bug: 385086928 Change-Id: I9791bd77415690463ceec5159b02526edc15de3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6111459 Reviewed-by: John Lee <johntlee@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1400558}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.