Bug 265750 - Increase styleType bits to 5 on `RenderStyle::NonInheritedFlags`
Summary: Increase styleType bits to 5 on `RenderStyle::NonInheritedFlags`
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks: css-view-transitions
  Show dependency treegraph
 
Reported: 2023-12-03 02:50 PST by Tim Nguyen (:ntim)
Modified: 2023-12-03 11:56 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2023-12-03 02:50:48 PST
271271@main increased the size of the PseudoId enum, but did not increase the styleType bits accordingly, increase them otherwise `PseudoId::ViewTransitionNew` will be considered as `PseudoId::None`.
Comment 1 Radar WebKit Bug Importer 2023-12-03 02:51:09 PST
<rdar://problem/119091107>
Comment 2 Tim Nguyen (:ntim) 2023-12-03 02:59:16 PST
Pull request: https://github.com/WebKit/WebKit/pull/21234
Comment 3 EWS 2023-12-03 11:56:34 PST
Committed 271441@main (69b2bad2e262): <https://commits.webkit.org/271441@main>

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