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 upscript: Reflow 200 milliseconds after the `<body>` is parsed, like Gecko does. #6028
Conversation
hoppipolla-critic-bot
commented
May 13, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4981 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
cc #4201 |
|
I think this is effectively blocked on #5727. |
|
|
|
Updated to take advantage of the new |
|
|
|
-S-awaiting-review +S-needs-code-changes Review status: all files reviewed, 3 unresolved discussions, some commit checks failed.
components/script/dom/document.rs, line 372 [r1] (raw file): components/script/dom/htmlbodyelement.rs, line 103 [r2] (raw file): components/script/dom/servohtmlparser.rs, line 309 [r2] (raw file): Comments from the review on Reviewable.io |
does.
|
Review status: all files reviewed, 3 unresolved discussions, some commit checks failed. components/script/dom/servohtmlparser.rs, line 309 [r2] (raw file): Comments from the review on Reviewable.io |
|
Review comments addressed. r? @jdm |
|
Review status: all files reviewed, 1 unresolved discussion, all commit checks successful.
Comments from the review on Reviewable.io |
|
@bors-servo: r+ |
|
|
It would be nice if HTML parsing didn't have to hog the event loop, so I didn't have to do this polling in `content_changed()`, but maybe the way we do it is unavoidable. r? @jdm <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6028) <!-- Reviewable:end -->
pcwalton commentedMay 13, 2015
It would be nice if HTML parsing didn't have to hog the event loop, so I didn't have to do this polling in
content_changed(), but maybe the way we do it is unavoidable.r? @jdm