commit | 52b16b2b54680fa6d13b90c41cc476e853173f4c | [log] [tgz] |
---|---|---|
author | Xiaocheng Hu <xiaochengh@chromium.org> | Mon Jun 13 21:56:53 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jun 13 21:56:53 2022 |
tree | d822edbf539fa76480fffa3945bb7e889fa1636d | |
parent | a8ba9bb5adb4784eecb990db3ae4931b72a4a90d [diff] |
[anchor-position] Compute position-fallback styles The styles declared in @position-fallback do not affect the computed style of any element, but still need to be applied to the base style and used during layout. Following this idea, this patch computes the position fallback styles and stores them in the data cache of the base computed style. Bug: 1309178 Change-Id: Iae5bda5a3acf848e9d8c1f5199e16831d8686649 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3696572 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1013673}
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.