Skip to content

layout: Simplify InlineFormattingContextBuilder::start_inline_box()#40037

Merged
Loirooriol merged 1 commit intoservo:mainfrom
Loirooriol:simplify-start_inline_box
Oct 21, 2025
Merged

layout: Simplify InlineFormattingContextBuilder::start_inline_box()#40037
Loirooriol merged 1 commit intoservo:mainfrom
Loirooriol:simplify-start_inline_box

Conversation

@Loirooriol
Copy link
Copy Markdown
Contributor

This patch removes the block_in_inline_splits parameter, since the single caller was just passing None. Then this parameter will only be provided for start_inline_box_internal(), which is made private since its an internal method as the name indicates.

Testing: Not needed, no behavior change

This patch removes the `block_in_inline_splits` parameter, since the
single caller was just passing None. Then this parameter will only be
provided for `start_inline_box_internal()`, which is made private since
its an internal method as the name indicates.

Signed-off-by: Oriol Brufau <[email protected]>
@Loirooriol Loirooriol requested a review from mrobinson as a code owner October 20, 2025 22:13
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Oct 20, 2025
@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Oct 21, 2025
@Loirooriol Loirooriol added this pull request to the merge queue Oct 21, 2025
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Oct 21, 2025
Merged via the queue into servo:main with commit a594bea Oct 21, 2025
36 checks passed
@Loirooriol Loirooriol deleted the simplify-start_inline_box branch October 21, 2025 06:27
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants