commit | ccca1b2b887461c7a3621ca310130cc0f00f4ec7 | [log] [tgz] |
---|---|---|
author | Nasser Al-shawwa <alshawwa@chromium.org> | Tue Oct 22 17:37:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 22 17:37:34 2024 |
tree | 801978df49658bb99e798d0e033d2ad53df6dff4 | |
parent | a2da2ce3cdad98218ce514dba5b89c02414e6c1e [diff] |
Update print compositor interface to accept watermark string. Previously, we added watermark rendering to the print compositor using a hard-coded string, since the watermark string lives in the browser process while the print compositor runs in its own service process. This change updates the compositor's mojo interface in order for it to be able to receive a the watermark text from the browser process. Bug: 356446812 Change-Id: I76e92c96f74503431b584d002b393ebc0bbe59b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5907136 Reviewed-by: Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Nasser Al-shawwa <alshawwa@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1372154}
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.