commit | 02c0f691ed2c6143494c1078a0a47f7812f3a282 | [log] [tgz] |
---|---|---|
author | Rune Lillesveen <futhark@chromium.org> | Mon Mar 31 10:45:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 31 10:45:00 2025 |
tree | 4a3d3c02fe9c14d484b54ecb6092cf54d4b448d2 | |
parent | 4ddca40f9dd5e24552296bd38d7c957358bf7055 [diff] |
Disallow unresolved calc() in linear() timing function The use of sibling-index() or sign() with element-dependent units would otherwise cause crashes. The specification says the ordering of control points should happen before computed style time, which makes the behavior undefined for element-dependent calc() expressions. Bug: 406926307 Change-Id: Ie2c9acb0ebd8d0f60dd0b7c8cfd2cea4d81a4af1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6409072 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by: Daniil Sakhapov <sakhapov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1440185}
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.