Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upiframes should load about:blank by default #3924
Closed
Labels
Comments
This was referenced Aug 18, 2015
|
Blocks #5236. |
bors-servo
added a commit
that referenced
this issue
Nov 19, 2015
Support synchronous about:blank loads @Ms2ger, I would appreciate your thoughts on this design. It leverages the existing synchronous API support for the network load (the same way that sync XHR works), and introduces a one-off channel for the constellation's frame creation notification message when necessary. Resolves #3924.
bors-servo
added a commit
that referenced
this issue
Nov 19, 2015
Support synchronous about:blank loads @Ms2ger, I would appreciate your thoughts on this design. It leverages the existing synchronous API support for the network load (the same way that sync XHR works), and introduces a one-off channel for the constellation's frame creation notification message when necessary. Resolves #3924. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8600) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Sep 14, 2016
Support synchronous about:blank loads @Ms2ger, I would appreciate your thoughts on this design. It leverages the existing synchronous API support for the network load (the same way that sync XHR works), and introduces a one-off channel for the constellation's frame creation notification message when necessary. Resolves #3924. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8600) <!-- Reviewable:end -->
|
We fixed this in #13996. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://html.spec.whatwg.org/multipage/embedded-content.html#process-the-iframe-attributes
In particular, this load must cause contentWindow to be non-null. https://hsivonen.fi/about-blank/ is good reading.