Bug 257225

Summary: [css-flexbox] Rename RenderFlexibleBox::LineContext to RenderFlexibleBox::LineState
Product: WebKit Reporter: Sammy Gill <sgill26>
Component: Layout and RenderingAssignee: Sammy Gill <sgill26>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Sammy Gill 2023-05-23 14:18:56 PDT
This struct is used and modified at various points during flex layout. The "context," portion of the name almost implies some level of immutability, but we only pass it around as const during select parts of the code path. Instead let's call it "state." since some of the members will get modified as we go through flex layout.
Comment 1 Radar WebKit Bug Importer 2023-05-23 14:19:15 PDT
<rdar://problem/109738350>
Comment 2 Sammy Gill 2023-05-23 16:45:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14273
Comment 3 EWS 2023-05-24 18:50:03 PDT
Committed 264500@main (c8996adb7069): <https://commits.webkit.org/264500@main>

Reviewed commits have been landed. Closing PR #14273 and removing active labels.