commit | 9e2a323c8bb2ea2f42eb4ae8a6aa44b6d7303c7d | [log] [tgz] |
---|---|---|
author | Anders Hartvoll Ruud <andruud@chromium.org> | Tue Jun 28 20:14:42 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 28 20:14:42 2022 |
tree | ba944decb3c8f701664102c51a5085ed9c8178c6 | |
parent | cbeee3fde31be015ea399ba71b09bb637ad0fe65 [diff] |
[@container] Replace CSSContainerValues when root font changes If the root font changes, the FontSizes within CSSContainerValues will contain the wrong value for the root font. Root font changes are currently handled using a ForceRecalcDescendants on the StyleRecalcChange, so we can fix the issue by defensively recreating the CSSContainerValues whenever we're recalculating all descendants. Fixed: 1339808 Change-Id: I1d5ad3b3765bb549f7c9bfc4edf7ceaf9191bfed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3726048 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1018814}
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.