commit | 6bd2058fe27c10a06262f809e10eb0c1b1008081 | [log] [tgz] |
---|---|---|
author | Koji Ishii <kojii@chromium.org> | Tue Jun 28 10:30:01 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 28 10:30:01 2022 |
tree | 6cbf352e2447e487c15292befd2e73104e297db2 | |
parent | 519a180b155d669b2e8dc2cdd5f26b8ab02dbc09 [diff] |
[anchor-position] Add |NGLogicalOutOfFlowInsets| This patch adds |NGLogicalOutOfFlowInsets| that represents the inset values for positioned objects. Computing it is cheap, and thus before this patch, it is computed multiple times in multiple places, but it will be expensive when css-anchor is implemented. This patch extracts the logic, compute once, and share the results, to ease implementing css-anchor. This patch has no behavior changes. Bug: 1309178 Change-Id: Ia8bd10032204700dbaffb0e2c8eb0e50f793bdf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3729263 Auto-Submit: Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by: Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/main@{#1018588}
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.