Bug 204747 - [LFC][IFC] TrimmableContent only needs to keep track of the first trimmable run index
Summary: [LFC][IFC] TrimmableContent only needs to keep track of the first trimmable r...
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-12-02 07:32 PST by zalan
Modified: 2019-12-02 11:52 PST (History)
5 users (show)

See Also:


Attachments
Patch (4.93 KB, patch)
2019-12-02 07:42 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 2019-12-02 07:32:37 PST
every subsequent run is either trimmable (more whitespace) or skippable (container start/end)
Comment 1 Radar WebKit Bug Importer 2019-12-02 07:33:00 PST
<rdar://problem/57557732>
Comment 2 zalan 2019-12-02 07:42:13 PST
Created attachment 384619 [details]
Patch
Comment 3 zalan 2019-12-02 11:52:18 PST
Committed r253001: <https://trac.webkit.org/changeset/253001>