commit | a32b1b376b557c97e30d8359a46b10c4986e1f8c | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Mon May 06 11:29:38 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 06 11:29:38 2024 |
tree | ad41b3967dca97b22cec5dc4d46c780c524f38ce | |
parent | 535d071cf9ad6db37ad2dc1d61d2e4a8ff99adc8 [diff] |
Remove resource container restriction in SVGContentContainer::Layout We're no longer bound by a subtree layout scope, and will only perform non-descendant layouts for markers - which we have ad-hoc cycle solving during layout in place for as well as the regular mechanism. Layout of of the non-descendant markers are also never forced. This can mean that some marker resources are layouted twice under the right circumstances. Not allowing these layouts means viewport changes (and similar) won't propagate into resources, causing breakage like in the referenced bug. Bug: 337761965 Change-Id: Ie362866d462dfb3d8ba6da57770380b1eedb85ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5510346 Reviewed-by: Philip Rogers <pdr@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1296765}
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.