commit | 0d364e3a86741cf7e48a456765cab8cf8d20e39b | [log] [tgz] |
---|---|---|
author | Christopher Cameron <ccameron@chromium.org> | Thu Apr 17 15:43:38 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 17 15:43:38 2025 |
tree | b5193ed2ab21f4c95243d389fb1427fe74a5eb81 | |
parent | c147052eece66a6f9c0aa6e70ef6f25dc3f88950 [diff] |
Enable canvas floating point feature by default https://chromestatus.com/feature/5086141338877952 This flips the runtime enabled features for CanvasFloatingPoint and ImageDataPixelFormat. These were originally both under the CanvasFloatingPoint feature, but were split when it was believed that Float16Array would take a long time to ship. It didn't, but leave the features separate anyway. Bug: 40277213 Change-Id: Ie3f4de4c088508e4572ea56e7c5869dfff414f18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6438952 Reviewed-by: Vladimir Levin <vmpstr@chromium.org> Commit-Queue: ccameron chromium <ccameron@chromium.org> Cr-Commit-Position: refs/heads/main@{#1448336}
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.