commit | bab3300adef613b9a9eb45d7192ae3c0bbfd9cf7 | [log] [tgz] |
---|---|---|
author | Morten Stenshorne <mstensho@chromium.org> | Thu Mar 06 11:25:34 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 06 11:25:34 2025 |
tree | d3826b5c1099c48c6f0e1bbb4f20edb8c460256f | |
parent | 1552c5dd4190948aa25421af9585f51f7350e53c [diff] |
[anchor] Avoid options that don't fit at last remembered scroll offset. If another position option fits just as poorly at the last remembered scroll offset as the current option, don't switch to it. That would trigger an unwanted anchor recalculation point and flickering between options at every scroll step. Bug: 400761086 Change-Id: I1749df17e04a7a62c3e13d2053d13b3030e9cb88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6329639 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/main@{#1428818}
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.