servo/components/layout
Martin Robinson a7b232ef4c
layout: Limit visibility of some types and removed unused enum variants / data (#38428)
Testing: This change mainly removes dead code, so no tests necessary.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-08-02 16:52:00 +00:00
..
display_list layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
flexbox layout: Fix depends_on_block_constraints logic (#38318) 2025-07-29 09:59:54 +00:00
flow layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
fragment_tree layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
stylesheets Reland Input type=text Shadow DOM With Performance Improvement (#37483) 2025-07-23 09:08:24 +00:00
table layout: Make IndependentFormattingContext::contents private (again) (#38350) 2025-07-30 12:55:32 +00:00
taffy layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
tests layout: Combine layout_2020 and layout_thread_2020 into a crate called layout (#36613) 2025-04-19 10:17:03 +00:00
Cargo.toml cargo: Remove unused dependency (#38239) 2025-07-23 13:32:50 +00:00
cell.rs layout: Combine layout_2020 and layout_thread_2020 into a crate called layout (#36613) 2025-04-19 10:17:03 +00:00
construct_modern.rs layout: Make IndependentFormattingContext::contents private (again) (#38350) 2025-07-30 12:55:32 +00:00
context.rs layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
dom.rs layout: Skip box tree construction when possible (#37957) 2025-07-09 17:33:09 +00:00
dom_traversal.rs Reland Input type=text Shadow DOM With Performance Improvement (#37483) 2025-07-23 09:08:24 +00:00
formatting_contexts.rs layout: Make IndependentFormattingContext::contents private (again) (#38350) 2025-07-30 12:55:32 +00:00
geom.rs layout: Unify layout logic for replaced and non-replaced floats&atomics (#37897) 2025-07-09 19:46:22 +00:00
layout_box_base.rs layout: Skip box tree construction when possible (#37957) 2025-07-09 17:33:09 +00:00
layout_impl.rs script: Fire scroll event whenever JS scrolled (#38321) 2025-08-01 07:30:22 +00:00
lib.rs layout: Limit visibility of some types and removed unused enum variants / data (#38428) 2025-08-02 16:52:00 +00:00
lists.rs Upgrade Stylo to 2025-06-03 (#37444) 2025-06-19 12:30:32 +00:00
positioned.rs layout: Fix depends_on_block_constraints logic (#38318) 2025-07-29 09:59:54 +00:00
query.rs layout: Add BoxFragment rare data (#38325) 2025-08-01 05:17:39 +00:00
quotes.rs layout: Combine layout_2020 and layout_thread_2020 into a crate called layout (#36613) 2025-04-19 10:17:03 +00:00
replaced.rs layout: Fix depends_on_block_constraints logic (#38318) 2025-07-29 09:59:54 +00:00
sizing.rs layout: Fix block SizeConstraint for replaced elements (#37758) 2025-06-30 12:07:37 +00:00
style_ext.rs layout: Skip box tree construction when possible (#37957) 2025-07-09 17:33:09 +00:00
traversal.rs layout: optimize the propagation and cleanup of RestyleDamage (#38199) 2025-07-25 12:10:16 +00:00