Bug 262975 - [css-grid] enums in grid code should be enum classes
Summary: [css-grid] enums in grid code should be enum classes
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: Sammy Gill
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-10-10 13:18 PDT by Sammy Gill
Modified: 2023-10-10 20:52 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sammy Gill 2023-10-10 13:18:48 PDT
The following are enums in grid code and should be enum classes:
GridAxis
TrackSizeRestriction
SizingOperation
TrackSizeComputationPhase
SizingState
TrackSizeRestriction
GridAxisPosition
GridPositionType
GridPositionSide
GridTrackSizingDirection
Comment 1 Radar WebKit Bug Importer 2023-10-10 13:19:08 PDT
<rdar://problem/116755214>
Comment 2 Sammy Gill 2023-10-10 13:47:23 PDT
Pull request: https://github.com/WebKit/WebKit/pull/18904
Comment 3 EWS 2023-10-10 20:52:11 PDT
Committed 269184@main (0d2e95a2786b): <https://commits.webkit.org/269184@main>

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