commit | 0d9a691155b0554e0e6f2d16f09b4b7335cbe384 | [log] [tgz] |
---|---|---|
author | Aaron Krajeski <aaronhk@chromium.org> | Fri Jan 31 16:41:56 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 31 16:41:56 2025 |
tree | 2662e6afb2014c468c74550d3bd4b84acea9eb79 | |
parent | 35f53ee50f1e1b9b21d7024436abcad143780936 [diff] |
Add remaining color spaces for interpolation Display P3, Rec2020, ProPhoto RGB and a98 RGB are specified in CSS color 4 as predefined color spaces but had not yet been implemented as color spaces for interpolation. https://www.w3.org/TR/css-color-4/#predefined Skia change: https://skia-review.googlesource.com/c/skia/+/942876 Primaries for ProPhotoRGB and transfer functions for ProPhotoRGB and a98 RGB have been added to Skia, so we can remove them from our extensions file and reference Skia's copies instead. Bug: 383270111 Change-Id: Ibd84bd7ae34f9f2b7e397bae7752b922f2fddec4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6202302 Reviewed-by: Nico Weber <thakis@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/main@{#1414169}
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.