From 11b966f7814d2efee6d0b25b2b0e74dddcbceea4 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Wed, 18 Sep 2024 15:38:25 +0100 Subject: [PATCH] Editorial: fix missed COOP renames These two were missed when #10579 renamed "cross-origin opener policy" to "opener policy". --- source | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source b/source index e8c4389d51c..761b0280ac9 100644 --- a/source +++ b/source @@ -97039,7 +97039,7 @@ interface NotRestoredReasons { data-x="nav-document">active document.

  • -

    If currentDocument's cross-origin opener +

    If currentDocument's opener policy's value is "same-origin" or "same-origin-plus-COEP", and @@ -99593,8 +99593,7 @@ location.href = '#foo'; flags.

  • Let coop be targetNavigable's active - document's cross-origin opener - policy.

  • + document's opener policy.

  • Let coopEnforcementResult be a new opener @@ -144965,6 +144964,7 @@ INSERT INTERFACES HERE Ryosuke Niwa, S. Mike Dierken, Salvatore Loreto, + Sam Atkins, Sam Dutton, Sam Kuper, Sam Ruby,