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

Audit auxiliary browsing context checks #5680

Open
annevk opened this issue Jun 25, 2020 · 2 comments
Open

Audit auxiliary browsing context checks #5680

annevk opened this issue Jun 25, 2020 · 2 comments

Comments

@annevk
Copy link
Member

annevk commented Jun 25, 2020

Based on code inspection it seems that Chrome (not shipped) and Safari perform browsing context name resetting based on whether the top-level browsing context has an opener, not on whether it is auxiliary. These are distinct as a non-auxiliary top-level browsing context can still get an opener by being name targeted.

Nika told me that Firefox does have a concept of an initial opener so there might well be some valid uses of auxiliary browsing context.

It seems the one other use of this distinction is #313 due to "familiar with".

@annevk
Copy link
Member Author

annevk commented Jun 25, 2020

(One instance where it might be used is the clients API, which exposes this distinction.)

annevk added a commit that referenced this issue Aug 28, 2020
annevk added a commit that referenced this issue Jan 8, 2021
Tests: WPT html/browsers/windows/clear-window-name.https.html.

Helps with #5680.
annevk added a commit that referenced this issue Jan 8, 2021
Tests: WPT html/browsers/windows/clear-window-name.https.html.

Helps with #5680.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants
@annevk and others