servo/components/script_layout_interface
Emilio Cobos Álvarez a8fe5d65d4
layout: Stop mutating the style data from layout.
This is part of #16982.

Right now we have some code that tries to cache stuff in the style data during
layout.

This code is extremely rarely executed, only for `<details>` and `<summary>`.

I think if we really really want to cache these, we should find a place in the
layout data for it.

For now, let's move it away (and all the other layout code) from mutating the
style data from layout.
2017-05-21 17:40:33 +02:00
..
Cargo.toml Update app_units to 0.4.1 2017-05-19 20:33:02 -07:00
lib.rs Fix unsafe AtomicRefCell<PersistentLayoutData> transmute due to memory alignment differences 2017-05-12 12:48:13 +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