Bug 219239

Summary: [LFC][IFC] Only process floats that fit the current line.
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description zalan 2020-11-21 15:53:25 PST
so every float is "intrusive"
Comment 1 zalan 2020-11-21 17:20:50 PST
Created attachment 414775 [details]
Patch
Comment 2 EWS 2020-11-22 05:52:47 PST
Committed r270163: <https://trac.webkit.org/changeset/270163>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 414775 [details].
Comment 3 Radar WebKit Bug Importer 2020-11-22 05:53:17 PST
<rdar://problem/71665086>
Comment 4 Antti Koivisto 2020-11-22 09:46:19 PST
Comment on attachment 414775 [details]
Patch

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

> Source/WebCore/layout/inlineformatting/InlineLineBuilder.cpp:132
> -        const InlineContentBreaker::ContinuousContent& continuousContent() const { return m_continuousContent; }
> +        const InlineContentBreaker::ContinuousContent& operator()() const { return m_continuousContent; }

This is bit mysterious.