Bug 203424

Summary: [LFC][IFC] Add support for no-wrap
Product: WebKit Reporter: alan <zalan>
Component: Layout and RenderingAssignee: alan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

alan
Reported 2019-10-25 11:02:16 PDT
ssia
Attachments
Patch (7.19 KB, patch)
2019-10-25 11:11 PDT, alan
no flags
Radar WebKit Bug Importer
Comment 1 2019-10-25 11:02:36 PDT
alan
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.