forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dPWA] Refactoring relative manifest id to absolute id.
This patch refactors the manifest parser & id handling to use the computed manifest_id defined in the spec, which simplifies a lot of code. This patch: - Makes changes to the ManifestParser to output the id as a full url. - Always populates the manifest_id web app representations. - Fixes a variety of tests, including some small mistakes in the sub app tests that are hopefully minor. - Adds a number of checks to ensure that things are created correctly. - Updates the web_app_helper methods appropriately. This change should have no functional impact. Bug: 1231765,1442799,b/280606515 Change-Id: I6d69e2d94af9278d796df4efb3e275416e4ad59e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4515997 Reviewed-by: Dibyajyoti Pal <[email protected]> Reviewed-by: Maksim Moskvitin <[email protected]> Reviewed-by: Marc Treib <[email protected]> Reviewed-by: Tom Sepez <[email protected]> Commit-Queue: Daniel Murphy <[email protected]> Cr-Commit-Position: refs/heads/main@{#1144248}
- Loading branch information
1 parent
3d7f60f
commit cb1e542
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters