commit | 890ffd11cb3558d41e7ef5282f534d77326ee3da | [log] [tgz] |
---|---|---|
author | Andrew Rayskiy <greengrape@google.com> | Mon Jan 08 17:51:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jan 08 17:51:44 2024 |
tree | ec7447fb2fb33b7c2914dd1afba7f68830d831ef | |
parent | 2c23700aeb6d9bcdf1a211c4c7db00b48f3aa5c4 [diff] |
[Printing] Add new content setting for Web Printing, 1/2 This CL adds a new content setting called WEB_PRINTING and the necessary plumbing to make it work. The corresponding permission request is only supported on ChromeOS builds with CUPS enabled and hence is guarded by the corresponding buildflags. Please refer to go/web-printing-content-setting & the sha1 screenshot for details on wordsmithing. Bug: b/302505962 Change-Id: I2736592ea1ba3cb73a2c4dafce1aac1b09218a8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5136178 Reviewed-by: Balazs Engedy <engedy@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: Andrew Rayskiy <greengrape@google.com> Reviewed-by: Peter Conn <peconn@chromium.org> Reviewed-by: danakj <danakj@chromium.org> Reviewed-by: Andy Paicu <andypaicu@chromium.org> Reviewed-by: Rainhard Findling <rainhard@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1244136}
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.