-
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.
Bug 1927535 [wpt PR 48842] - [Permissions Policy] update default for …
…`focus-without-user-activation`, a=testonly Automatic update from web-platform-tests [Permissions Policy] update default for `focus-without-user-activation` According to discussion[1] in webappsec WG and WHATWG, we should set the default of `focus-without-user-activation` permissions policy to `EnableForSelf`. [1]: w3c/webappsec-permissions-policy#273 (comment) Bug: 371112534 Change-Id: I7deb757d0074e1262d07f768e58ea53a99d5faa5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5950528 Reviewed-by: Sanket Joshi <sajosmicrosoft.com> Commit-Queue: Siye Liu <siliumicrosoft.com> Reviewed-by: Ian Clelland <iclellandchromium.org> Cr-Commit-Position: refs/heads/main{#1374868} -- wpt-commits: aed1fc329b27fd8fa0db10a7d2640c45a3454ff4 wpt-pr: 48842 UltraBlame original commit: 8b8674c7ab1082d5b42abc5e3e3015edb4dae088
- Loading branch information
Showing
12 changed files
with
428 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233,6 +233,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,6 +176,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,6 +38,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,6 +174,17 @@ | |
> | ||
< | ||
iframe | ||
allow | ||
= | ||
" | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
" | ||
src | ||
= | ||
" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -728,6 +728,14 @@ join | |
+ | ||
' | ||
; | ||
focus | ||
- | ||
without | ||
- | ||
user | ||
- | ||
activation | ||
; | ||
' | ||
; | ||
iframe | ||
|
Oops, something went wrong.