servo/components/script_layout_interface
Emilio Cobos Álvarez 6d67525172
style: Refactor TRestyleDamage and TNode to accept/provide a "style source"
In the Gecko case, this style source would be the style context. In the servo
case, it will be always the computed values.

We could optimise this further in the case of stylo (from three FFI calls to
one) if we use an API of the form CalcAndStore(node, new_cv). But that would
imply borrowing the data twice from Servo (we also have borrow_data_unchecked
fwiw, but...).
2016-08-03 13:31:11 -07:00
..
Cargo.toml Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
lib.rs Remove some type aliases that are now just re-exports. 2016-07-20 08:42:47 +02:00
message.rs Hoist retrieval of layout_threads from opts into Constellation 2016-07-24 21:45:31 +02:00
reporter.rs Move CSSErrorReporter to script_layout_interface. 2016-06-20 19:08:13 +02:00
restyle_damage.rs style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
rpc.rs Move LayoutRPC to script_layout_interface. 2016-06-20 19:08:07 +02:00
wrapper_traits.rs Remove some type aliases that are now just re-exports. 2016-07-20 08:42:47 +02:00