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

Reduce the number of Window objects exposed on the Window object #1312

Merged
merged 3 commits into from
May 28, 2016

Conversation

annevk
Copy link
Member

@annevk annevk commented May 25, 2016

In particular, when a child browsing context is cross-origin from the
perspective of the document it's in, only include it as a property on
the Window object when it's browsing context name matches that of the
name content attribute value it is included through.

This also cleans up the definition of browsing context name by
aligning it with how it's used. Namely that it's the empty string by
default rather than unset. It also makes it clearer that "child
browsing context name property set" belongs to a Window object and
how the referenced "active document" is obtained from that Window
object.

Fixes #257.

In particular, when a child browsing context is cross-origin from the
perspective of the document it's in, only include it as a property on
the Window object when it's browsing context name matches that of the
name content attribute value it is included through.

This also cleans up the definition of browsing context name by
aligning it with how it's used. Namely that it's the empty string by
default rather than unset. It also makes it clearer that "child
browsing context name property set" belongs to a Window object and
how the referenced "active document" is obtained from that Window
object.

Fixes #257.
the <span data-x="browsing context name">name</span> of the <span>browsing context</span> to the
new value.</p>
<span>browsing context</span>; and, on setting, set the <span data-x="browsing context
name">name</span> of the <span>browsing context</span> to the new value.</p>

<p class="note">The name <a href="#resetBCName">gets reset</a> when the browsing context is
navigated to another domain.</p>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe update this to "origin" (with cross links) while you're here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@domenic domenic added normative change clarification Standard could be clearer labels May 27, 2016
@domenic domenic merged commit ae055fb into master May 28, 2016
@domenic domenic deleted the reduce-child-browsing-context-name-property-set branch May 28, 2016 18:47
annevk added a commit that referenced this pull request May 29, 2016
Follow up to #1312. Make “child browsing context name property set”
actually return browsing context names and clarify how the omitting
duplicates process works.

Fixes #1337 and fixes #1338.
domenic pushed a commit that referenced this pull request Jun 1, 2016
Follow up to #1312. Make “child browsing context name property set”
actually return browsing context names and clarify how the omitting
duplicates process works.

Fixes #1337 and fixes #1338.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer normative change
Development

Successfully merging this pull request may close these issues.

2 participants