commit | b21d1fe6df959db5aabd30967460a0c2e72b52a0 | [log] [tgz] |
---|---|---|
author | Simon Hangl <simonha@google.com> | Thu Aug 08 15:40:43 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 08 15:40:43 2024 |
tree | 747513840a2c4f8920b70a9f4c507fac329dfc7f | |
parent | b2741c2a4b695e0a1bdf067c8bdadf6e59cb06a0 [diff] |
Fix IWA orphaned bundle cleanup The enumeration of orphaned bundles works by subracting the set of installed IWAs from the set of directories in the profile/iwa directory. This does not consider that IWA updates are also stored in the profile/iwa folder, which means that updates would be deleted by the orphaned bundle cleanup. Further, this CL fixes a problem with the creation of the list of installed IWAs (which returns the full paths of the bundles, instead of their base directories). Bug: b/357629298 Change-Id: I91a6a7848b9f9dc54829d443f1f70837ade65e70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756734 Reviewed-by: Andrew Rayskiy <greengrape@google.com> Commit-Queue: Simon Hangl <simonha@google.com> Reviewed-by: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/main@{#1339086}
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.