commit | e49d343efe5a5de2c5b0c7344e33f1f85ce1fed2 | [log] [tgz] |
---|---|---|
author | Anders Hartvoll Ruud <andruud@chromium.org> | Fri Apr 12 10:19:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 12 10:19:55 2024 |
tree | c4b0324eb1eebe098594e9fadc8f2e9ea7d7b95f | |
parent | 914c17cb659a76d73cc425d58d9894b95cd29f51 [diff] |
Populate TreeScope correctly for CSSMathExpressionContainerFeature - Call EnsureScopedValue on container_name_ rather than PopulateWithTreeScope. Calling CSSValue::PopulateWithTreeScope more than once will trigger a DCHECK. - Set the needs_tree_scope_population flag in the constructor based on container_name->IsScopedValue(). Otherwise, ensuring the scope of the CSSMathExpressionContainerFeature won't result in a scoped value! (No bug filed for this issue). Change-Id: Ie506e23a7c13dffc2454c90ccefc756c5c3e0be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5445694 Reviewed-by: Daniil Sakhapov <sakhapov@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1286383}
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.