servo/components/layout_2020/flow
Oriol Brufau d9a38b00ff
Simplify solve_containing_block_padding_border_and_margin_for_in_flow_box() (#30060)
Just use clamp_between_extremums() to resolve the inline size, and then
only call solve_inline_margins_for_in_flow_block_level() once.

There should be no change in behavior.
2023-08-02 14:46:07 +00:00
..
construct.rs Add initial support for css-text-3 whitespace handling (#29828) 2023-07-20 18:34:31 +00:00
float.rs Minor refactoring for PlacementAmongFloats (#30055) 2023-08-01 13:22:32 +00:00
inline.rs Add initial support for css-text-3 whitespace handling (#29828) 2023-07-20 18:34:31 +00:00
mod.rs Simplify solve_containing_block_padding_border_and_margin_for_in_flow_box() (#30060) 2023-08-02 14:46:07 +00:00
root.rs Remove rayon_croissant and clean up contains_floats (#29960) 2023-07-19 07:01:55 +00:00