servo/components/layout_2020
Martin Robinson 9517190a60 Split stacking context fragments into sections in layout_2020
This allows rendering stacking context content in the proper order. We
also need to add a new pseudo stacking context for atomic inlines in
order to preserve proper rendering order in some cases.
2020-02-17 14:10:03 +01:00
..
display_list Split stacking context fragments into sections in layout_2020 2020-02-17 14:10:03 +01:00
flow Split stacking context fragments into sections in layout_2020 2020-02-17 14:10:03 +01:00
Cargo.toml Use mitochondria 2020-01-14 18:46:50 +01:00
context.rs Copy image-fetching code from Layout 2013 2020-01-13 21:59:45 +01:00
data.rs Import victor's layout system 🍷 2019-09-11 10:36:30 +02:00
dom_traversal.rs Use euclid data types for physical structs in layout_2020 2020-01-23 15:39:32 +01:00
element_data.rs Make some of layout_2020 private 2019-10-04 17:51:05 +02:00
formatting_contexts.rs Store an OpaqueNode in boxes and fragments 2019-12-13 17:59:27 +01:00
fragments.rs Add support for overflow:scroll and overflow:hidden to layout_2020 2020-01-31 17:30:29 +01:00
geom.rs Fix combinations of border-radius and background-clip 2020-01-24 14:20:20 +01:00
lib.rs Upgrade to rustc 1.42.0-nightly (3291ae339 2020-01-15) 2020-01-16 08:46:41 +01:00
opaque_node.rs Remove layout_2020::display_list, use WebRender display lists instead 2019-09-07 19:38:44 +02:00
positioned.rs Add initial support for scrollable overflow in layout_2020 2020-01-21 15:29:23 +01:00
query.rs Add layout_2020 support for NodeGeometryQuery and ContentBoxQuery 2020-02-11 14:02:19 +01:00
replaced.rs Use euclid data types for physical structs in layout_2020 2020-01-23 15:39:32 +01:00
sizing.rs layout_2020: Avoid decomposing mixed length / percentages in intrinsic sizing. 2020-02-12 02:43:23 +01:00
style_ext.rs style: Miscellaneous Servo build fixes. 2020-02-12 02:43:23 +01:00
traversal.rs Pass a LayoutContext through box construction 2019-12-02 22:26:49 +01:00
wrapper.rs Remove most of the things in layout 2020 2019-07-31 17:09:17 +02:00