Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Collapse multiple reflow events into one #142

Closed
pcwalton opened this issue Oct 21, 2012 · 1 comment
Closed

Collapse multiple reflow events into one #142

pcwalton opened this issue Oct 21, 2012 · 1 comment

Comments

@pcwalton
Copy link
Contributor

@pcwalton pcwalton commented Oct 21, 2012

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.

@larsbergstrom
Copy link
Contributor

@larsbergstrom larsbergstrom commented Jan 14, 2014

@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
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
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.