-
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.
Introduce "cross-origin-isolated" permission
Implementing whatwg/html#5435. This change itself doesn't change the behavior (yet) as Agent::IsCrossOriginIsolated() always returns false. Please see https://crrev.com/c/2247463 for details. With subsequent changes this will affect the value of WindowOrWorkerGlobalScope.crossOriginIsolated. Bug: 1018680 Change-Id: I952197efe1b6a591cee39a28519402e22598928c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2247940 Auto-Submit: Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Ian Clelland <iclelland@chromium.org> Cr-Original-Commit-Position: refs/heads/master@{#784696} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: 23d3561c3e0fcd894052afd9a6c39c3e512e53b2
- Loading branch information
1 parent
a564a9b
commit cb3e66e
Showing
5 changed files
with
15 additions
and
4 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