commit | 2ccd0a299e685a1a34ecfbb0e36527b7668625f9 | [log] [tgz] |
---|---|---|
author | Bo Majewski <majewski@chromium.org> | Tue Feb 27 03:40:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 27 03:40:44 2024 |
tree | da460b943a98e0488016e1d0b78e19fff5509938 | |
parent | 490e14cc9a1dba691d5a7bacc9572e5cee6bbbc1 [diff] |
[Files]: Simplify ARC recent source code. ARC recent source uses an approach where the ARC recent source owns a number of roots. When asking for ARC recent files we then ask all roots for recent files and once they are done, return them. However, this makes stopping the ARC recent source more complex. In this solution rather than having one ARC recent source that owns 3 ARC media roots, the recent model owns directly 3 ARC recent source initialized to point to Documents, Images, and Videos. Stopping those is as simple as stopping RecentDiskSource. Bug: b:307455066 Change-Id: I63730f7344ae57654eba3d17b18da596046901d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5316456 Reviewed-by: Peter Marshall <petermarshall@chromium.org> Commit-Queue: Bo Majewski <majewski@chromium.org> Cr-Commit-Position: refs/heads/main@{#1265611}
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.