Bug 201754

Summary: [LFC] FormattingContext::displayBoxForLayoutBox should be split into 2 functions
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description zalan 2019-09-12 21:21:58 PDT
1. const Display::Box FormattingContext::geometryForBox(); when only interested in the geometry like containing block's content box width
2. Display::Box FormattingState::displayBox() when computing the geometry for a particular layout box.
Comment 1 Radar WebKit Bug Importer 2019-09-12 21:22:27 PDT
<rdar://problem/55328753>
Comment 2 zalan 2019-09-12 21:33:11 PDT
Created attachment 378714 [details]
Patch
Comment 3 zalan 2019-09-13 05:27:39 PDT
Created attachment 378725 [details]
Patch
Comment 4 WebKit Commit Bot 2019-09-13 08:42:34 PDT
Comment on attachment 378725 [details]
Patch

Clearing flags on attachment: 378725

Committed r249834: <https://trac.webkit.org/changeset/249834>
Comment 5 WebKit Commit Bot 2019-09-13 08:42:36 PDT
All reviewed patches have been landed.  Closing bug.