commit | 48a3549a5ef3ab9bcfc3faefb2f5a038a8956941 | [log] [tgz] |
---|---|---|
author | Joel Hockey <joelhockey@chromium.org> | Thu Feb 27 00:44:20 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 27 00:44:20 2025 |
tree | efbf11328a12c139a323d952d21fda3626919af4 | |
parent | f67171376729b2718f1d37c6a128dda46047ac17 [diff] |
Fix populateFileInfo() last modified for DocumentProvider files Fix to detect document URLs (files) rather than just tree URLs (dirs) to query the document-provider for file info. We were previously calling AssetFileDescriptor which does not provide last-modified. Bug: 393149335 Change-Id: Id75c9eb7f56b5afb8ad907420ec3940c2e5c4570 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6298225 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/main@{#1425465}
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.