commit | b4188c4b550c14f42cd7c20c4ea4cd6665e8fac5 | [log] [tgz] |
---|---|---|
author | Quentin Pubert <qpubert@google.com> | Thu Nov 07 13:23:53 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 07 13:23:53 2024 |
tree | cfc923601d8ff72d27af116a82e6bea5c3fa89bd | |
parent | d0534a4a27c3f9edf6d1ced5f3697e577d3bb10c [diff] |
[iOS] Add file cache to Drive file picker This CL adds a cache to the Drive file picker, such that reselecting a file which has already been downloaded does not trigger a new download if the version of the file is the same as the one that was downloaded already. Bug: 376224876 Change-Id: I93d5c79bb4f7e2e02c989a0ee381ff0d6156bef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5975146 Auto-Submit: Quentin Pubert <qpubert@google.com> Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Quentin Pubert <qpubert@google.com> Cr-Commit-Position: refs/heads/main@{#1379638}
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.