RESOLVED FIXED 203424
[LFC][IFC] Add support for no-wrap
https://bugs.webkit.org/show_bug.cgi?id=203424
Summary [LFC][IFC] Add support for no-wrap
zalan
Reported 2019-10-25 11:02:16 PDT
ssia
Attachments
Patch (7.19 KB, patch)
2019-10-25 11:11 PDT, zalan
no flags
Radar WebKit Bug Importer
Comment 1 2019-10-25 11:02:36 PDT
zalan
Comment 2 2019-10-25 11:11:17 PDT
Antti Koivisto
Comment 3 2019-10-25 11:29:18 PDT
Comment on attachment 381944 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381944&action=review > Source/WebCore/layout/inlineformatting/InlineLineBreaker.cpp:83 > - LayoutUnit runsWidth = 0; > + LayoutUnit runsWidth; Or auto runsWidth = 0_lu;
WebKit Commit Bot
Comment 4 2019-10-25 16:16:35 PDT
Comment on attachment 381944 [details] Patch Clearing flags on attachment: 381944 Committed r251610: <https://trac.webkit.org/changeset/251610>
WebKit Commit Bot
Comment 5 2019-10-25 16:16:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.