Bug 309877

Summary: Rendering: further naming tweaks
Product: WebKit Reporter: Anne van Kesteren <annevk>
Component: CSSAssignee: Anne van Kesteren <annevk>
Status: RESOLVED FIXED    
Severity: Normal CC: koivisto, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Anne van Kesteren
Reported 2026-03-13 00:01:50 PDT
In Source/WebCore/rendering/GridTrackSizingAlgorithm.cpp the static hasRelativeOrIntrinsicSizeForGridItem has the wrong name as it handles more than relative and intrinsic sizes. It handles relative, keyword sizing, and auto.
Attachments
Anne van Kesteren
Comment 1 2026-03-13 00:12:43 PDT
RenderBox::computeIntrinsicLogicalContentHeightUsingGeneric also has the wrong name as it attempts to handle all sizing keywords.
Anne van Kesteren
Comment 2 2026-03-13 09:49:53 PDT
In RenderBox::computeContentAndScrollbarLogicalHeightUsing rename intrinsic to keywordSize.
Anne van Kesteren
Comment 3 2026-03-13 11:59:21 PDT
EWS
Comment 4 2026-03-16 07:30:46 PDT
Committed 309319@main (ef9155e5b802): <https://commits.webkit.org/309319@main> Reviewed commits have been landed. Closing PR #60578 and removing active labels.
Radar WebKit Bug Importer
Comment 5 2026-03-16 07:31:12 PDT
Note You need to log in before you can comment on or make changes to this bug.