servo/components/script_layout_interface
Anthony Ramine e3be136c9b Rename a bunch of style/layout data items
GetLayoutData::get_style_and_layout_data becomes
GetOpaqueStyleAndLayoutData::get_opaque_style_and_layout_data.

GetRawData::get_raw_data becomes GetStyleAndLayoutData::get_style_and_layout_data.

LayoutNode::init_style_and_layout_data becomes
LayoutNode::init_opaque_style_and_layout_data.

LayoutNode::take_style_and_layout_data becomes
LayoutNode::take_opaque_style_and_layout_data.
2020-04-06 12:39:52 +02:00
..
Cargo.toml Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
lib.rs Make DOM own the style and layout data, in an UnsafeCell 2020-04-04 13:10:19 +02:00
message.rs Make DOM own the style and layout data, in an UnsafeCell 2020-04-04 13:10:19 +02:00
rpc.rs dom: Calculate the viewport size of iframes when they are first added to the tree. 2019-11-06 16:13:55 -05:00
wrapper_traits.rs Rename a bunch of style/layout data items 2020-04-06 12:39:52 +02:00