commit | 89edb4438eac0b665578103090256fe2f8d1c686 | [log] [tgz] |
---|---|---|
author | Daniel Murphy <dmurph@chromium.org> | Tue Jun 04 21:44:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 04 21:44:12 2024 |
tree | 90a384599aa2208ab3c4c091b8aa49f59e6db2b6 | |
parent | 552bc641631bdc67e71ac2b8143067454c4418c4 [diff] |
[PWA] Fix manifest badmessage due to overriding to add icons. The override infrastructure was false triggering a badmessage when the site had a malformed manifest, or other problems happened like the frame being destroyed. This is a minimal patch to prevent this badmessage from occurring. Fixed: 332810010 Change-Id: Ia34605e66489858b78c8ef551c617eeb53d73e10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5598018 Commit-Queue: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/main@{#1310232}
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.