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 upShow the new page sooner during navigation #4201
Closed
Labels
Comments
|
More precisely, Gecko starts constructing boxes (but not reflowing or painting) at the point @pcwalton mentions. Then reflow and painting start 200ms after that or when onload fires, whichever comes first. |
|
I would like to work on this one if is still available. |
|
It is available. |
|
This was done in #6028. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm told by @bzbarsky that this is roughly what Gecko does:
We start reflowing:
<body>open tag is parsed; and<body>tag have loaded.We then show the new page 200ms after the first reflow starts.