[FPF-CI] Block canvas readback when experimental flag is on When the RuntimeEnabledFeature BlockCanvasReadback is enable, any type of canvas readback will result in a DOM exception. The feature is controlled through a browser-level feature: fingerprinting_protection_interventions::features::kBlockReadback, which will typically only be enabled in Incognito mode (unless overridden by the feature parameter to enable in all browsing modes). Bug: 442851605 Change-Id: Ie9ad799f5db157c9ffb3a734006d0c646cbc2f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6926120 Reviewed-by: Zainab Rizvi <rizvis@google.com> Auto-Submit: Tom Van Goethem <tov@chromium.org> Reviewed-by: Mike Taylor <miketaylr@chromium.org> Reviewed-by: John Kim <johnykim@google.com> Reviewed-by: Jean-Philippe Gravel <jpgravel@chromium.org> Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Tom Van Goethem <tov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1514873}
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.