commit | feaf25a879eeec787193976a4b9e06e289d7014c | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Thu Mar 28 01:26:20 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 28 01:26:20 2024 |
tree | 6b2d5875120f42b156b3c6a4e2215a4ed6fa2b8f | |
parent | 16134bceea484d86960f71f8de7a629dcc58689f [diff] |
Resolving color-mix() with absolute colors as RCS at parse time Split out the color resolving bit from ConsumeRelativeOriginColor() so that it can be called recursively to resolve the arguments to a color-mix() function. Fix/change the handling of identifier values to only handle cases that can actually be resolved to an absolute color at parse-time (i.e don't resolve keywords that depend on color-scheme or similar like <system-color>). Also structure the code so that "unknown" CSSValues (like light-dark()) will fail. Bug: 41492196 Change-Id: I4eabca4cdb174a12f36fcb3f0743dd5437a33ecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5386150 Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by: Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1279394}
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.