From 0e6d3b51ba8f555a700301abff81085f31500fea Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Fri, 22 Feb 2019 17:17:56 +0100 Subject: [PATCH] Introduce browsing context groups The grouping concepts unit of related browsing contexts and unit of similar-origin browsing contexts were not accurate, due to browsing contexts being able to hold a sequence of (potentially cross-site) documents. Fixes #4198. --- source | 171 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 134 insertions(+), 37 deletions(-) diff --git a/source b/source index 681391c26f5..02bfd18e292 100644 --- a/source +++ b/source @@ -2637,6 +2637,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute