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 upFigure out how to use trace hooks in conjunction with proxy objects #962
Labels
Comments
|
#jsapi couldn't come up with any workarounds to do what I want right now, and bz's JSClass extension ideas for proxies sound more and more attractive. For the immediate problem of our DOM tree disappearing, we can either add back the explicit rooting for Document or explicitly call the Document trace hook from Window's hook. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
Add test for EventSource#url in url query encoding testsuite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now we don't trace HTMLDocument, so Document's trace hook never gets called and we don't trace the rest of the DOM tree. That's a problem.