commit | 901c7c7f7934ddf1fc67293544ecde85c542a732 | [log] [tgz] |
---|---|---|
author | rbpotter <rbpotter@chromium.org> | Thu Jan 23 22:45:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 23 22:45:15 2025 |
tree | d9b8d3ac0fefa25673725e9de3d1bf0e0ee7d94e | |
parent | 4ff2914e547d49e9045d3b961d0f85429c29ba5b [diff] |
Print Preview: add a PENDING_PRINT state for when preview is not loaded For PDF printers, the UI stays open while we wait for the preview to load before sending the print request. Add a new state to reflect the state where the UI is waiting to print, but the UI is not hidden. Transition to HIDDEN only after actually sending the hidePreview() message to the backend. Bug: 40800893 Change-Id: Icf16df2f309d2b6171ee0a87d25e95f145c1f033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6192288 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#1410569}
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.