commit | 1c83b1ebebe88bd952dc1ed1917327e03d71ca0e | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Fri Oct 21 11:26:30 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 21 11:26:30 2022 |
tree | 0d59d339a0427b3531bb25af516d22d59279dae5 | |
parent | dad5b9b1db92c16b8596c903ce5ce34cfd4e146b [diff] |
[anchor-position] Compute |NGLogicalAnchorQueryMap| on demand This patch changes to compute |NGLogicalAnchorQueryMap| on demand, only when |NGAnchorEvaluatorImpl| detects the page uses `anchor()` or `anchor-size()` functions inside of a block fragmentation context. The computation is done only when there are anchors, but those anchors may only be referenced by outside of the block fragmentation context, in that case the computation is not necessary. This patch changes it so that the computation runs only when those anchors are queried from inside of the block fragmentation context. Bug: 1309178 Change-Id: I392bc01b5968e50804d3371e8274a49af8128855 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3967375 Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1062038}
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.