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 upLots of "got script tick after closure" when visiting various ML homepage sites and going back in history #22746
Comments
|
@jdm is this replicable on not-magicleap servo? It sounds like the rAF thread isn't responding to freeze properly. |
|
I can reproduce this on desktop; if I load the transparent rects demo then load another page, I keep seeing the FPS counter in the terminal from console.log statements that happen in the previous page's rAF event. |
|
This compositor code doesn't take into account whether a pipeline is frozen or not; neither does this constellation code. It would probably be best to avoid sending the message from the compositor if the necessary information is available at that point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suspect the transparent rectangles page started some persistent rAF loop that didn't get cancelled.