commit | f5d11dbbff20106322c5f2eb310c3b9cd81f86f6 | [log] [tgz] |
---|---|---|
author | Steinar H. Gunderson <sesse@chromium.org> | Tue Jan 31 11:38:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 31 11:38:57 2023 |
tree | 366afae4138993ea9471d2ccaddcdedfadaced78 | |
parent | cc1c077ed6dced89cc6f7c29f810bc1cf79276a0 [diff] |
Fix DCHECK when appending to a Typed CSSOM property with var(). The previous fix was incomplete; this fixes another case (when trying to set a shorthand on top of a longhand). Fixed: 1407955 Change-Id: I5448aef7416ae0a28626e367861409446cb21c5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4206433 Commit-Queue: Steinar H Gunderson <sesse@chromium.org> Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#1099182}
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.