Bug 201754 - [LFC] FormattingContext::displayBoxForLayoutBox should be split into 2 functions
Summary: [LFC] FormattingContext::displayBoxForLayoutBox should be split into 2 functions
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: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-09-12 21:21 PDT by zalan
Modified: 2019-09-13 08:42 PDT (History)
6 users (show)

See Also:


Attachments
Patch (99.90 KB, patch)
2019-09-12 21:33 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (100.38 KB, patch)
2019-09-13 05:27 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.