servo/components/script_layout_interface
Bobby Holley 1cfd5e8172 Hoist RestyleDamage onto TElement.
Instead of maintaining a dummy restyle damage field for text nodes, we can just
perform the necessary parent inheritance and is_changed adjustments on the fly
in ThreadSafeLayoutNode, simplifying the requirements on the style system.

MozReview-Commit-ID: DCqiCRLsLUF
2016-10-27 09:15:36 -07:00
..
Cargo.toml Remove old rendering backend. 2016-10-18 10:21:27 +10:00
lib.rs Eliminate untraversed node types from LayoutNodeType. 2016-10-27 09:15:33 -07:00
message.rs Remove concept of Layers from Servo 2016-10-21 08:38:34 +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 Remove concept of Layers from Servo 2016-10-21 08:38:34 +02:00
wrapper_traits.rs Hoist RestyleDamage onto TElement. 2016-10-27 09:15:36 -07:00