| commit | fd5ecf4fb28ca1bb1f3917a6a607bd7895966a8c | [log] [tgz] |
|---|---|---|
| author | Yihong Guo <yhguo@google.com> | Thu Sep 11 17:48:46 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 11 17:48:46 2025 |
| tree | d263fddfe0e830caba5fee897a2fe1d537ca8955 | |
| parent | 2f43b60e22e36cb86df091e90f818b7d4984aa76 [diff] |
[Save to Drive] Route progress directly to bubble element This change directly routes the `SaveToDriveProgress` to the `ViewerSaveToDriveBubbleElement`, so the data within it can directly be outputted to the UI. The fields `fileName` and `parentFolderName` were previously added to `pdf_viewer_private.idl` in http://crrev.com/c/6895763, hence adding them in `pdf_viewer_private.d.ts` in this change as well. Bug: 427451594 Change-Id: Ia24d634c90d9b4a0af106d26123f6a3cb27a13f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6927092 Reviewed-by: Andy Phan <andyphan@chromium.org> Commit-Queue: Yihong Guo <yhguo@google.com> Reviewed-by: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/main@{#1514385}
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.