RESOLVED FIXED 219239
[LFC][IFC] Only process floats that fit the current line.
https://bugs.webkit.org/show_bug.cgi?id=219239
Summary [LFC][IFC] Only process floats that fit the current line.
zalan
Reported 2020-11-21 15:53:25 PST
so every float is "intrusive"
Attachments
Patch (19.68 KB, patch)
2020-11-21 17:20 PST, zalan
no flags
zalan
Comment 1 2020-11-21 17:20:50 PST
EWS
Comment 2 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].
Radar WebKit Bug Importer
Comment 3 2020-11-22 05:53:17 PST
Antti Koivisto
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.