commit | 402f548f0c4e727c8a0a2b287182fbaed69ff658 | [log] [tgz] |
---|---|---|
author | Munira Tursunova <moonira@google.com> | Tue Apr 22 11:44:46 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Apr 22 11:44:46 2025 |
tree | b3b81e0111b76aea3956129668ede2295cce45a8 | |
parent | 5dda2fa7ac370a59dd310a350615606a00f18b16 [diff] |
Move ComputedStyle null check to check pseudo elements in resolveValues This is a speculative fix for the ComputedStyle null crash. Presumably it crashes when element's pseudo element's ComputedStyle is null. Could not reproduce it locally. Fixed: 408769728 Change-Id: I8af38733b8fb33016ae531649ea4f68eee18342f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6476226 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Munira Tursunova <moonira@google.com> Cr-Commit-Position: refs/heads/main@{#1449855}
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.