commit | baf00f39887a608a9c5bd23736e4a7a98a23a00c | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Thu Jul 11 12:02:13 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jul 11 12:02:13 2024 |
tree | 941a423fa27e01fefc9fd2a41e4da81eee0ac049 | |
parent | b70e355242b6a22493fdf4331c0fd5a9512f0fbe [diff] |
Simplify isolation handling in LayoutSVGContainer::StyleDidChange Isolation doesn't apply to hidden SVG containers, and since all the code in LayoutSVGContainer::StyleDidChange deal with isolation we can early-out for hidden containers and then strength-reduce by switching to the ...ForStyle() variant. Similarly strength-reduce in DescendantIsolationRequirementsChanged() by checking explicitly for hidden containers and then call the ...ForStyle() variant to avoid redundant class-type-checking. Change-Id: I59f4b1721c346cae06d21a881433888e656cab82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5692060 Reviewed-by: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/main@{#1326065}
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.