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

Parse postMessage()'s targetOrigin argument #1584

Merged
merged 1 commit into from
Jul 21, 2016

Conversation

annevk
Copy link
Member

@annevk annevk commented Jul 21, 2016

Requiring something to be an “absolute URL” doesn’t really mean
anything to a processing model.

This also makes postMessage() consistently use “this Window object”,
“associated Document”, and explicitly refer to the origins being
compared.

Fixes #1579.

Requiring something to be an “absolute URL” doesn’t really mean
anything to a processing model.

This also makes postMessage() consistently use “this Window object”,
“associated Document”, and explicitly refer to the origins being
compared.

Fixes #1579.
@domenic
Copy link
Member

domenic commented Jul 21, 2016

LGTM. I have some more cleanup ideas that I'll do in yet another PR, heh.

@domenic domenic added the clarification Standard could be clearer label Jul 21, 2016
@domenic domenic merged commit 8282fc8 into master Jul 21, 2016
@domenic domenic deleted the window-postmessage-cleaning branch July 21, 2016 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clarification Standard could be clearer
Development

Successfully merging this pull request may close these issues.

2 participants