Bug 230597 - [LFC][Integration] Remove ensureLineBoxes
Summary: [LFC][Integration] Remove ensureLineBoxes
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: Antti Koivisto
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-21 22:08 PDT by Antti Koivisto
Modified: 2021-09-22 06:39 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.93 KB, patch)
2021-09-21 22:10 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
Patch (5.92 KB, patch)
2021-09-22 00:17 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff
Patch (9.96 KB, patch)
2021-09-22 02:08 PDT, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2021-09-21 22:08:02 PDT
Remove some ensureLineBoxes
Comment 1 Antti Koivisto 2021-09-21 22:10:27 PDT
Created attachment 438919 [details]
Patch
Comment 2 Antti Koivisto 2021-09-22 00:17:02 PDT
Created attachment 438927 [details]
Patch
Comment 3 Antti Koivisto 2021-09-22 02:08:46 PDT
Created attachment 438935 [details]
Patch
Comment 4 zalan 2021-09-22 06:15:29 PDT
Comment on attachment 438935 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=438935&action=review

> Source/WebCore/rendering/RenderBlockFlow.cpp:-3905
> -    ASSERT(didNeedLayout || ceilf(logicalHeight()) == ceilf(oldHeight));

The dreaded assert! I am not going to miss you.

> Source/WebCore/rendering/RenderBlockFlow.h:-368
> -    void ensureLineBoxes();
> -    void generateLineBoxTree();

end of an era.
Comment 5 EWS 2021-09-22 06:38:25 PDT
Committed r282873 (242002@main): <https://commits.webkit.org/242002@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 438935 [details].
Comment 6 Radar WebKit Bug Importer 2021-09-22 06:39:19 PDT
<rdar://problem/83398394>