servo/components/script_layout_interface
Bobby Holley 18d552a1e9 Stop using Ref::map for style().
It's not possible to implement a Ref::map equivalent method on AtomicRefCell
while having AtomicRefCell implemented on top of RwArc. We could potentially
reimplement AtomicRefCell to be more like RefCell and add a Ref::map equivalent
method, but I (and pcwalton) think we should try just cloning a few extra
Arcs at these callsites instead.

MozReview-Commit-ID: 6H8vAWguO3z
2016-10-02 19:19:52 -07:00
..
Cargo.toml Update cssparser 2016-09-07 14:13:56 +08:00
lib.rs Remove some type aliases that are now just re-exports. 2016-07-20 08:42:47 +02:00
message.rs Reorder use statements 2016-09-09 04:55:19 +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 layout: Take into account the client point for fixed positioned stacking contexts. 2016-08-08 13:03:55 -07:00
wrapper_traits.rs Stop using Ref::map for style(). 2016-10-02 19:19:52 -07:00