commit | 84e4003fb9a8cc8d74ac2f5063f07b42ec558969 | [log] [tgz] |
---|---|---|
author | Dan Murphy <dmurph@chromium.org> | Wed Sep 03 22:49:08 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 03 22:49:08 2025 |
tree | 403ad933c6f09bc7f5b0ce15036d25f9a15cba91 | |
parent | d3d2126f5fa64fee348bfc02d8acbe4b0077c07e [diff] |
[PWA] Hook up the silent update command to navigation, with test This test implements the basics to get the ManifestSilentUpdateCommand working during navigation. It implements a browsertest to verify that the update has occurred. Key changes: - Added a browser test to verify the end-to-end functionality. - Fixed issues in the manifest update command and data retriever to handle navigations and non-installable pages gracefully. Bug: 440640461 Change-Id: If5913d90aa8fbefa14543fd967764dafb143f3f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6876966 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1510585}
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.