commit | d819773e9d07de8efb0decd45ea0e028615672a7 | [log] [tgz] |
---|---|---|
author | msiem <msiem@chromium.org> | Fri Aug 29 21:21:26 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 29 21:21:26 2025 |
tree | 061cd4dfb25e44fe8ee0b9588de5ec510ba085f0 | |
parent | 0ab14ddca2759ed997c92be1f36fea2801ca4db7 [diff] |
[PWA/AppUpdating]: Silently update preinstalled or admin installed apps This CL adds the implementation for handling preinstalled or admin installed apps to manifest silent update command. Preinstalled or admin installed apps are always silently updated since they are trusted apps. This includes changes to app name and icons, and any other non-security sensitive manifest fields. Tests are added to verify this behavior. This is part of the implementation for predictable app updating. More details: go/predictable-app-updating-design-doc Bug: 428976598, 434743501 Change-Id: I222862a46004e3cfd9ad84e83c0a0a48369f5ad6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6886375 Commit-Queue: May Siem <msiem@chromium.org> Reviewed-by: Dibyajyoti Pal <dibyapal@chromium.org> Cr-Commit-Position: refs/heads/main@{#1508620}
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.