Bug 205494 - [LFC][IFC] Refactor LineLayoutContext class
Summary: [LFC][IFC] Refactor LineLayoutContext class
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-20 04:19 PST by zalan
Modified: 2019-12-20 05:44 PST (History)
5 users (show)

See Also:


Attachments
Patch (32.56 KB, patch)
2019-12-20 04: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-20 04:19:24 PST
Move away from the uncommitted queue setup.
Comment 1 Radar WebKit Bug Importer 2019-12-20 04:19:46 PST
<rdar://problem/58109493>
Comment 2 zalan 2019-12-20 04:42:51 PST
Created attachment 386202 [details]
Patch
Comment 3 Antti Koivisto 2019-12-20 04:49:34 PST
Comment on attachment 386202 [details]
Patch

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

> Source/WebCore/layout/inlineformatting/LineLayoutContext.cpp:277
> +        auto triailingRunIndex = breakingContext.partialTrailingContent->triailingRunIndex;

Spelling triailingRunIndex (both.
Comment 4 zalan 2019-12-20 05:44:07 PST
Committed r253815: <https://trac.webkit.org/changeset/253815>