servo/components/layout_2020
Martin Robinson a637810df3 layout_2020: Add support for transform-style
This requires creating a matching stacking context for every reference
frame and also properly placing those stacking contexts inside them.
2020-05-11 15:03:29 +02:00
..
display_list layout_2020: Add support for transform-style 2020-05-11 15:03:29 +02:00
flow layout_2020: Add support for transform-style 2020-05-11 15:03:29 +02:00
Cargo.toml Update atomic_refcell 2020-03-17 11:15:17 -07:00
cell.rs Implement Default for ArcRefCell 2020-03-17 11:15:17 -07:00
context.rs Implement cross origin resource policy check 2020-05-08 19:15:24 +02:00
data.rs Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData 2020-04-06 23:06:13 +02:00
dom_traversal.rs Rename a bunch of style/layout data items 2020-04-06 12:39:52 +02:00
element_data.rs Switch some uses of Arc<AtomicRefCell<T>> over to ArcRefCell<T> 2020-03-17 11:15:17 -07:00
formatting_contexts.rs Propagate text decoration where needed 2020-03-23 11:13:10 +01:00
fragments.rs layout_2020: Use ArcRefCell to track hoisted fragments 2020-03-27 13:02:22 +01:00
geom.rs Less cloning 2020-04-01 01:00:14 +02:00
layout_debug.rs Minor improvements to layout_debug and associated code 2020-02-21 16:34:32 +01:00
lib.rs Remove use of some other unstable features 2020-04-15 15:17:52 +02:00
opaque_node.rs Remove layout_2020::display_list, use WebRender display lists instead 2019-09-07 19:38:44 +02:00
positioned.rs Remove use of some other unstable features 2020-04-15 15:17:52 +02:00
query.rs Don't go through the layout thread to retrieve a node's primary style 2020-04-07 14:34:47 +02:00
replaced.rs Implement cross origin resource policy check 2020-05-08 19:15:24 +02:00
sizing.rs Less cloning 2020-04-01 01:00:14 +02:00
style_ext.rs Less cloning 2020-04-01 01:00:14 +02:00
traversal.rs Remove postorder traversal from layout 2020 during styling 2020-04-06 12:40:05 +02:00
wrapper.rs Replace OpaqueStyleAndLayoutData by StyleAndOpaqueLayoutData 2020-04-06 23:06:13 +02:00