Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missed COOP renames #10631

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -97039,7 +97039,7 @@ interface <dfn interface>NotRestoredReasons</dfn> {
data-x="nav-document">active document</span>.</p></li>

<li>
<p>If <var>currentDocument</var>'s <span data-x="concept-document-coop">cross-origin opener
<p>If <var>currentDocument</var>'s <span data-x="concept-document-coop">opener
policy</span>'s <span data-x="coop-struct-value">value</span> is "<code
data-x="coop-same-origin">same-origin</code>" or "<code
data-x="coop-same-origin-plus-coep">same-origin-plus-COEP</code>", and
Expand Down Expand Up @@ -99593,8 +99593,7 @@ location.href = '#foo';</code></pre>
flags</span>.</p></li>

<li><p>Let <var>coop</var> be <var>targetNavigable</var>'s <span data-x="nav-document">active
document</span>'s <span data-x="concept-document-coop">cross-origin opener
policy</span>.</p></li>
document</span>'s <span data-x="concept-document-coop">opener policy</span>.</p></li>

<li>
<p>Let <var>coopEnforcementResult</var> be a new <span data-x="coop-enforcement-result">opener
Expand Down Expand Up @@ -144965,6 +144964,7 @@ INSERT INTERFACES HERE
Ryosuke Niwa,
S. Mike Dierken,
Salvatore Loreto,
Sam Atkins, <!-- atkinssj on GitHub -->
Sam Dutton,
Sam Kuper,
Sam Ruby,
Expand Down