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 upStore a map of eTLDs to script tasks in the constellation #5322
Labels
Comments
|
This requires making decisions about what happens when navigating a browsing context to a new origin for which there is an existing script task. The current script task code only understands a single root page; if there's no relationship between new newly-navigated context and the existing root page, it could get ugly. |
|
Dupe of #633? I think we want eTLD+1, not eTLD. |
|
Closed by #14211. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will allow us to avoid spawning a new script task per cross-origin iframe if the iframes share the same eTLD.
Blocks #5236.