servo/components/shared/layout
Martin Robinson 3cda9f2fb2
layout: Add a ReflowPhases bitflags (#37696)
This is used to capture information about what layout phases are
necessary for a given `ReflowGoal`. It's moved closer to where these
decisions are made and it should be easier to understand what the values
mean. They had gotten a bit out of sync with how queries and layout were
implemented.

Testing: This shouldn't change observable behavior and thus should be
covered
by existing WPT tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
2025-06-26 09:31:16 +00:00
..
Cargo.toml script|layout: Do not force restyle when doing script queries (#37677) 2025-06-26 08:02:15 +00:00
lib.rs layout: Add a ReflowPhases bitflags (#37696) 2025-06-26 09:31:16 +00:00
wrapper_traits.rs Rename script_layout_interface to layout_api (#37591) 2025-06-20 17:13:05 +00:00