servo/components/layout_thread
Emilio Cobos Álvarez fd9cd2f103
layout: Keep track of whether we've deferred the painting of the document due to
a script query.

This will, rather unfortunately, mean that we might repaint two times if we've
deferred a paint, then get an out-of-band reflow. Still seemed better than not
suppressing paints at all.

Fixes #13131
2016-08-30 17:01:03 -07:00
..
Cargo.toml Move the user agent and user stylesheets to layout_thread. 2016-08-23 15:33:47 +02:00
lib.rs layout: Keep track of whether we've deferred the painting of the document due to 2016-08-30 17:01:03 -07:00