Bug 277963
| Summary: | [Grid] Make ItemsLayoutRequirements use an OptionsSet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Sammy Gill <sgill26> |
| Component: | Layout and Rendering | Assignee: | 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 | ||
Sammy Gill
Currently ItemsLayoutRequirements is a map from a renderer to a single ItemLayoutRequirement, but I plan on allowing grid items to have multiple layout requirements in order to fix grid-item-inline-contribution-003 so let's change it to an OptionSet<ItemLayoutRequirement>
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/133697448>
Sammy Gill
Pull request: https://github.com/WebKit/WebKit/pull/32048
EWS
Committed 282149@main (eb6c9200a90d): <https://commits.webkit.org/282149@main>
Reviewed commits have been landed. Closing PR #32048 and removing active labels.