-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PWA: Send manifest policy to PermissionsPolicy before serializing.
This change takes the manifest parsed policy and sends it to the PermissionsPolicyParser, which better handles input validation and other concepts specific to Permissions Policy. The returned value is then stored in the Web App Provider system. * Remove blink::Manifest::PermissionsPolicyDeclaration in favor of blink::ParsedPermissionsPolicyDeclaration. * Refactor ManifestParser to take an ExecutionContext instead of FeatureContext from ManifestManager, which is required in order to to use the PermissionsPolicyParser method. Bug: 1238341 Change-Id: Ic874bf4f89beb72f781645c32ab0d8c202ad494a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3415495 Reviewed-by: Daniel Murphy <dmurph@chromium.org> Reviewed-by: Dominick Ng <dominickn@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Auto-Submit: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/main@{#980643} NOKEYCHECK=True GitOrigin-RevId: 496743cd784ad266e16b3dbc6f80f54db67f317f
- Loading branch information
1 parent
5b3dd54
commit 795f8ab
Showing
7 changed files
with
41 additions
and
43 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
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