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 upSplit actual document object out of content frame tree #6687
Labels
Comments
|
This happened long ago. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been thinking of doing this as part of #5236, but it's been pointed out that
Framecontains JS pointers, andPagecontainsFrame, and we useRc<Page>objects all over the place without any stack roots.I propose moving all JS pointers into a hashmap in ScriptTask keyed on the PipelineId, and have the content tree just bee a tree of PipelineId values instead.