Bug 198503 - [LFC][IFC] Add hard line break handling to LineBreaker
Summary: [LFC][IFC] Add hard line break handling to LineBreaker
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-06-03 16:33 PDT by zalan
Modified: 2019-06-04 08:50 PDT (History)
5 users (show)

See Also:


Attachments
Patch (6.46 KB, patch)
2019-06-03 16:43 PDT, 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 2019-06-03 16:33:32 PDT
ssia
Comment 1 Radar WebKit Bug Importer 2019-06-03 16:34:04 PDT
<rdar://problem/51373482>
Comment 2 zalan 2019-06-03 16:43:10 PDT
Created attachment 371229 [details]
Patch
Comment 3 Antti Koivisto 2019-06-04 07:24:56 PDT
Comment on attachment 371229 [details]
Patch

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

> Source/WebCore/ChangeLog:9
> +        LineBreaker should simply return BreakingContext::Keep with the breaking opportunity of yes.

Aren't you preparing for something?
Comment 4 zalan 2019-06-04 08:50:00 PDT
Committed r246066: <https://trac.webkit.org/changeset/246066>
Comment 5 zalan 2019-06-04 08:50:40 PDT
(In reply to Antti Koivisto from comment #3)
> Comment on attachment 371229 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=371229&action=review
> 
> > Source/WebCore/ChangeLog:9
> > +        LineBreaker should simply return BreakingContext::Keep with the breaking opportunity of yes.
> 
> Aren't you preparing for something?
:) never.