Bug 203424 - [LFC][IFC] Add support for no-wrap
Summary: [LFC][IFC] Add support for no-wrap
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: 2019-10-25 11:02 PDT by zalan
Modified: 2019-10-25 16:16 PDT (History)
6 users (show)

See Also:


Attachments
Patch (7.19 KB, patch)
2019-10-25 11:11 PDT, 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 2019-10-25 11:02:16 PDT
ssia
Comment 1 Radar WebKit Bug Importer 2019-10-25 11:02:36 PDT
<rdar://problem/56624136>
Comment 2 zalan 2019-10-25 11:11:17 PDT
Created attachment 381944 [details]
Patch
Comment 3 Antti Koivisto 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;
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2019-10-25 16:16:37 PDT
All reviewed patches have been landed.  Closing bug.