From f28344f00ca4b743464ccca637a9be9b37da011a Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Thu, 17 Dec 2020 14:09:18 -0500 Subject: [PATCH] Consolidate a bit with "is origin-keyed" --- source | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/source b/source index e2f1c6e8581..856404123cd 100644 --- a/source +++ b/source @@ -80462,10 +80462,6 @@ interface BarProp { a registrable domain suffix of and is not equal to effectiveDomain, then throw a "SecurityError" DOMException.

-
  • If the surrounding agent's agent cluster's cross-origin isolation mode is not "none", then return.

  • -
  • If the surrounding agent's agent cluster's is origin-keyed is true, then return.

  • @@ -86795,11 +86791,9 @@ interface BeforeUnloadEvent : Event {

    Contains various Window objects which can potentially reach each other, either directly or by using document.domain.

    -

    If the encompassing agent cluster's cross-origin isolation mode is not "none", then all the Window objects will - be same origin, can reach each other directly, and document.domain will no-op.

    +

    If the encompassing agent cluster's is origin-keyed is true, then + all the Window objects will be same origin, can reach each other + directly, and document.domain will no-op.

    Two Window objects that are same origin can be in different similar-origin window agents, for