servo/components/layout
Martin Robinson f4d3af296c Move *_traits and other shared types to shared
This is the start of the organization of types that are in their own
crates in order to break dependency cycles between other crates. The
idea here is that putting these packages into their own directory is the
first step toward cleaning them up. They have grown organically and it
is difficult to explain to new folks where to put new shared types. Many
of these crates contain more than traits or don't contain traits at all.

Notably, `script_traits` isn't touched because it is vendored from
Gecko. Eventually this will move to `third_party`.
2023-11-03 15:38:18 +00:00
..
display_list Only access hit test items for the current epoch in the compositor (#30491) 2023-10-04 16:33:18 +00:00
block.rs Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578) 2023-10-18 13:16:11 +00:00
Cargo.toml Move *_traits and other shared types to shared 2023-11-03 15:38:18 +00:00
construct.rs Anonymous boxes that wrap inlines should not inherit overflow (#30579) 2023-10-19 13:43:55 +00:00
context.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
data.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
flex.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
floats.rs Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578) 2023-10-18 13:16:11 +00:00
flow.rs Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578) 2023-10-18 13:16:11 +00:00
flow_list.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
flow_ref.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
fragment.rs Temporarily convert existing cfg(debug_assertions) crashes to warnings (#30578) 2023-10-18 13:16:11 +00:00
generated_content.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
incremental.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
inline.rs Temporarily convert more cfg(debug_assertions) crashes to warnings (#30590) 2023-10-20 10:19:41 +00:00
layout_debug.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
lib.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
linked_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
list_item.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
model.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
multicol.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
parallel.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
persistent_list.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
query.rs Refactor scrolls on the window object (#29680) 2023-09-15 10:57:54 +00:00
sequential.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_caption.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_cell.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_colgroup.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_row.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_rowgroup.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
table_wrapper.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
text.rs Don't panic when no font is found for a TextRun (#30581) 2023-10-19 16:59:54 +00:00
traversal.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
wrapper.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00