commit | b63a7ffb1391e0b9c8358a2f0b7b1af34dd250c5 | [log] [tgz] |
---|---|---|
author | Frédéric Wang <fwang@igalia.com> | Fri Mar 24 07:27:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 24 07:27:57 2023 |
tree | 7dfd027bfd49a81e5b5a59f242b3eabf4aae8bfb | |
parent | 1361ce7fc4f9f8745d30ccb33de6a9ed7ba93b87 [diff] |
[mathml] Improve parsing of negative dimensions for mspace/mpadded A CSSPrimitiveValue::ValueRange parameter is added to the ParseMathLength/AddMathLengthToComputedStyle functions and is used to prevent negative values for some attributes of the mspace/mpadded at parsing time. This fixes some assertion failures during layout. Bug: 1421195 Change-Id: Ia6e8ecdbb1554e5e255a95c503cf9ed5d096916f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4362438 Reviewed-by: Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/main@{#1121571}
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.