Bug 206181 - [LFC][Integration] Turn off trailing letter-space trimming for the LineBreaker content
Summary: [LFC][Integration] Turn off trailing letter-space trimming for the LineBreake...
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: 2020-01-13 10:12 PST by zalan
Modified: 2020-01-13 10:34 PST (History)
5 users (show)

See Also:


Attachments
Patch (8.08 KB, patch)
2020-01-13 10:27 PST, zalan
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>