servo/components/script_layout_interface
Bobby Holley c72fffa8f8 Move children_to_process to layout.
We don't need this for Gecko, and it's hard to implement in that case because
there's nowhere obvious to put it (we don't plan to create TSDs for non-dirty
nodes, and non-dirty nodes can have dirty children which require the
children_to_process atomic). There are various solutions here, but punting is
the easiest.

We'll need to rethink this if/when we need to do a bottom-up traversal for
Gecko.
2016-10-08 18:20:45 -07:00
..
Cargo.toml Make style build without impl<T: HeapSizeOf> HeapSizeOf for Arc<T>. 2016-10-04 13:45:57 +02:00
lib.rs Move children_to_process to layout. 2016-10-08 18:20:45 -07:00
message.rs Reorder use statements 2016-09-09 04:55:19 +02:00
reporter.rs Move CSSErrorReporter to script_layout_interface. 2016-06-20 19:08:13 +02:00
restyle_damage.rs layout: Add a REPOSITION restyle damage type. 2016-09-26 14:20:30 -07:00
rpc.rs layout: Take into account the client point for fixed positioned stacking contexts. 2016-08-08 13:03:55 -07:00
wrapper_traits.rs add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element 2016-10-06 18:22:53 +03:00