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 upCollapse multiple reflow events into one #142
Closed
Comments
|
@pcwalton I think this should be closed - the script task now joins with layout (https://github.com/mozilla/servo/blob/master/src/components/script/script_task.rs#L251-L269 ) whenever it wants to send a Reflow message, waiting for the last one to finish processing. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
shadow-dom: Add reftest for styles
glennw
added a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Auto reload shaders while WR is running if they are saved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No point in having reflow events bunch up. Probably the easiest thing to do here is to have the layout task drain its queue and collapse reflow events every time it wakes up.