Bug 270560 - Make WTF::Identified work with strongly typed identifiers
Summary: Make WTF::Identified work with strongly typed identifiers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-03-05 21:21 PST by Chris Dumez
Modified: 2024-03-06 08:20 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 Chris Dumez 2024-03-05 21:21:59 PST
Make WTF::Identified work with strongly typed identifiers instead of uint64_t. Keep existing code that was using the legacy WTF::Identified working by having it subclass WTF::LegacyIdentified instead. We should eventually port those to the new WTF::Identified.

Also adopt WTF::Identified more broadly to reduce boilerplate code in the code base.
Comment 1 Chris Dumez 2024-03-05 21:26:04 PST
Pull request: https://github.com/WebKit/WebKit/pull/25523
Comment 2 EWS 2024-03-06 08:19:10 PST
Committed 275739@main (1b1dcd66b5d6): <https://commits.webkit.org/275739@main>

Reviewed commits have been landed. Closing PR #25523 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2024-03-06 08:20:14 PST
<rdar://problem/124142636>