servo/components/layout
Martin Robinson e100a72122 Stop using LocalClip::RoundedRect
We would like to remove this functionality from WebRender, so convert
its use to clip scroll nodes. This change also removes the redundant
BlocBlockStackingContextType in favor of Option<StackingContextType>,
which is just as expressive. This simplifies the code a bit.
2018-03-06 21:26:22 +01:00
..
display_list Stop using LocalClip::RoundedRect 2018-03-06 21:26:22 +01:00
tests
animation.rs
block.rs Stop using LocalClip::RoundedRect 2018-03-06 21:26:22 +01:00
Cargo.toml Bump euclid to 0.17 2018-02-28 09:46:59 +01:00
construct.rs style: Move content property out of mako. 2018-02-07 00:11:57 +02:00
context.rs Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
data.rs
flex.rs
floats.rs
flow.rs Use typed transforms in stacking contexts 2018-02-24 10:36:10 +01:00
flow_list.rs
flow_ref.rs
fragment.rs Replace LengthOrNone by a specific type for the perspective property 2018-02-26 22:32:06 +01:00
generated_content.rs Make ContentItem use a CustomIdent for counter names 2018-03-02 16:06:54 +01:00
incremental.rs
inline.rs Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
layout_debug.rs
lib.rs
linked_list.rs
list_item.rs
model.rs
multicol.rs Replace PositiveIntegerOrAuto by ColumnCount 2018-02-22 10:16:46 +01:00
opaque_node.rs
parallel.rs
persistent_list.rs
query.rs Rebase and fix innerText 2018-02-24 10:56:11 +01:00
sequential.rs Use typed transforms in stacking contexts 2018-02-24 10:36:10 +01:00
table.rs Support rowspan=0; always fixup overflowing rowspans beforehand 2018-02-28 17:37:59 -08:00
table_caption.rs
table_cell.rs Assign table row block sizes in the parent table or rowgroup 2018-02-26 17:08:43 -08:00
table_colgroup.rs Add get_column_styles for getting column structure and styles for a table 2018-02-16 16:01:41 -08:00
table_row.rs Don't panic on cells with both a rowspan and colspan in include_sizes_from_previous_rows 2018-03-01 15:38:29 -08:00
table_rowgroup.rs Assign table row block sizes in the parent table or rowgroup 2018-02-26 17:08:43 -08:00
table_wrapper.rs
text.rs Add test for FontContext/FontGroup functionality 2018-02-22 16:36:09 +01:00
traversal.rs style: Indent properly a couple more functions. 2018-02-24 23:23:16 +01:00
wrapper.rs style: Move content property out of mako. 2018-02-07 00:11:57 +02:00