| commit | 2d97f582fbb58fe04a40042cd521b6d6be3a689c | [log] [tgz] |
|---|---|---|
| author | Xinan Lin <linxinan@google.com> | Fri Mar 03 18:05:56 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 18:05:56 2023 |
| tree | ca50f7cd967910d1a77288aa64b207ba10a1d613 | |
| parent | fd29641d817b1abc8e686693ca92a68f79751aa8 [diff] |
[fuchsia] Support "Save as PDF" Fuchsia does not have a system dialog yet to choose the save location. If uses tries to save pdf from print preview, chrome will crash. This CL implemented the workaround for Fuchsia proposed in crbug.com/1226242, where we store a pdf file directly to the default path determined by the download preferences. BUG=1393183 TEST=unit_tests Change-Id: I587ec1e1492290f302875fe9813832d210fa8afa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4190690 Reviewed-by: Bryant Chandler <bryantchandler@chromium.org> Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Xinan Lin <linxinan@chromium.org> Cr-Commit-Position: refs/heads/main@{#1112868}
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.