servo/components/script_layout_interface
Emilio Cobos Álvarez deaa935f5b
layout: Stop doing unsafe transmutes between refcell references.
This commit splits the style and layout data in two separate refcells.

These transmutes have been a source of trouble (for example on Android), and
they feel like a hack anyway.

Fixes #16982
2017-05-25 10:31:40 +02:00
..
Cargo.toml Update app_units to 0.4.1 2017-05-19 20:33:02 -07:00
lib.rs layout: Stop doing unsafe transmutes between refcell references. 2017-05-25 10:31:40 +02:00
message.rs Properly handle scroll offsets in hit testing 2017-05-16 15:27:09 +02:00
reporter.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
rpc.rs Send information to script as part of finishing layout. 2017-05-15 14:12:08 -04:00
wrapper_traits.rs layout: Stop mutating the style data from layout. 2017-05-21 17:40:33 +02:00