Bug 219239 - [LFC][IFC] Only process floats that fit the current line.
Summary: [LFC][IFC] Only process floats that fit the current line.
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: 2020-11-21 15:53 PST by zalan
Modified: 2020-11-22 09:46 PST (History)
5 users (show)

See Also:


Attachments
Patch (19.68 KB, patch)
2020-11-21 17:20 PST, 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 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.