servo/components/layout/flow
Martin Robinson 7375d09887
layout: Remove TryFrom<Contents> for NonReplacedContents (#37815)
This implementation is quite confusing as it makes it harder to tell
that we are just looking for the case that `Contents` contains
`NonReplacedContents`.

Testing: This shouldn't have any functional change, so is covered by
existing tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-07-01 18:21:33 +00:00
..
inline Rename script_layout_interface to layout_api (#37591) 2025-06-20 17:13:05 +00:00
construct.rs layout: Remove TryFrom<Contents> for NonReplacedContents (#37815) 2025-07-01 18:21:33 +00:00
float.rs layout: Move text decoration propagation to stacking context tree construction (#37069) 2025-05-21 16:38:29 +00:00
mod.rs layout: Fix block SizeConstraint for replaced elements (#37758) 2025-06-30 12:07:37 +00:00
root.rs layout: Only create a LayoutContext if restyling (#37726) 2025-06-27 15:01:30 +00:00