commit | 147ac49e63caff2093de7042c91acb5bdea1ab2e | [log] [tgz] |
---|---|---|
author | Daniil Sakhapov <sakhapov@chromium.org> | Mon Apr 07 20:46:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 07 20:46:15 2025 |
tree | 777f2ca7fc9b9a49b8e8fab6a8f175e92a399738 | |
parent | 83addf1ede9b2ea551a4de1cd332d4af4623f856 [diff] |
[carousel] Recalc element scroll marker relations on href change When href attribute of <a> is changed, it can potentially start pointing to a new target in a new scroller. Set flag to recalc element scroll marker relations in such case. relations, we recalc by a full tree traversal. Reminder: as we don't have any cache for element scroll marker Bug: 398065922 Change-Id: I6bf9eeb9eda4d2ad020815abf3c446139e6cb094 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6437735 Commit-Queue: Daniil Sakhapov <sakhapov@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1443739}
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.