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

Support documents without browsing contexts #4806

Closed
jdm opened this issue Feb 2, 2015 · 1 comment
Closed

Support documents without browsing contexts #4806

jdm opened this issue Feb 2, 2015 · 1 comment

Comments

@jdm
Copy link
Member

@jdm jdm commented Feb 2, 2015

This has a number of practical implications:

  • defaultView should return null if the document doesn't have a browsing context
  • we need to be less cavalier about using the window member of Document, since that's only there for internal purposes (basically "give me a global object related to this node")
  • we'll need to have the browser context status be mutable, to allow attaching/detaching iframes from documents
  • we need to carefully screen how window_from_node is used

I'm sure there are more that elude me at this moment.

@Ms2ger
Copy link
Contributor

@Ms2ger Ms2ger commented May 27, 2016

Fixed in #9603.

@Ms2ger Ms2ger closed this May 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.