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 upImplement incumbent, entry, current settings objects / globals / realms #10963
Comments
|
Note to self: find the WIP branch that was trying to implement these concepts. |
|
This is not the WIP branch, but included a very minimal |
|
Mind if I try this and the related issues? |
|
@mrmiywj This is not something I would feel comfortable having someone work on without discussing the necessary work and implementation plan first. |
|
Also e3873c2 is a more recent implementation of the sort of thing we need here. |
|
Thx! I will take a look on it. On Thu, Aug 4, 2016 at 2:53 AM Josh Matthews notifications@github.com
|
Implement the entry global. Partial fix for #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14840) <!-- Reviewable:end -->
Implement the entry global. Partial fix for #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14840) <!-- Reviewable:end -->
Implement the incumbent global. Fixes #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14936) <!-- Reviewable:end -->
Implement the incumbent global. Fixes #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14936) <!-- Reviewable:end -->
Implement the incumbent global. Fixes #10963. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14936) <!-- Reviewable:end -->
Incumbent in particular is needed for security checks (
iframe.contentDocument, for example).