Bug 206181

Summary: [LFC][Integration] Turn off trailing letter-space trimming for the LineBreaker content
Product: WebKit Reporter: zalan <zalan>
Component: Layout and RenderingAssignee: zalan <zalan>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch koivisto: review+

Description zalan 2020-01-13 10:12:12 PST
to comply with trunk rendering.
Comment 1 Radar WebKit Bug Importer 2020-01-13 10:12:36 PST
<rdar://problem/58532931>
Comment 2 zalan 2020-01-13 10:27:54 PST
Created attachment 387542 [details]
Patch
Comment 3 Antti Koivisto 2020-01-13 10:29:30 PST
Comment on attachment 387542 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=387542&action=review

> Source/WebCore/layout/inlineformatting/InlineLineBreaker.cpp:364
> +            if (!RuntimeEnabledFeatures::sharedFeatures().layoutFormattingContextIntegrationEnabled()) {

Sad!
Comment 4 zalan 2020-01-13 10:34:52 PST
Committed r254438: <https://trac.webkit.org/changeset/254438>