Bug 259908 - [IFC] Move and expose various helper functions into InlineFormattingGeometry
Summary: [IFC] Move and expose various helper functions into InlineFormattingGeometry
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Choi
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-08-07 18:42 PDT by David Choi
Modified: 2023-08-15 12:21 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Choi 2023-08-07 18:42:40 PDT
The following functions need to be moved and be accessible via InlineFormattingGeometry for upcoming work on text-wrap: balance.
 - leadingInlineItemPositionForNextLine (static function in InlineFormattingContext.cpp)
 - LineBuilder::inlineItemWidth
 - LineBuilder::nextWrapOpportunity
Comment 1 Radar WebKit Bug Importer 2023-08-07 18:43:26 PDT
<rdar://problem/113533527>
Comment 2 David Choi 2023-08-07 18:50:40 PDT
Pull request: https://github.com/WebKit/WebKit/pull/16460
Comment 3 EWS 2023-08-15 12:21:19 PDT
Committed 266922@main (fed29deb5517): <https://commits.webkit.org/266922@main>

Reviewed commits have been landed. Closing PR #16460 and removing active labels.