Bug 255420 - Merge ElementName and AttributeName enumerations into a single enumeration
Summary: Merge ElementName and AttributeName enumerations into a single enumeration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-13 16:23 PDT by Chris Dumez
Modified: 2023-04-14 08:46 PDT (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 2023-04-13 16:23:39 PDT
Merge ElementName and AttributeName enumerations into a single enumeration named NodeName.
This makes QualifiedName smaller and avoids double lookup when trying to convert match a QualifiedName to an element or attribute name.
Comment 1 Chris Dumez 2023-04-13 16:26:22 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12716
Comment 2 EWS 2023-04-14 08:32:23 PDT
Committed 262969@main (9da2b02e31a2): <https://commits.webkit.org/262969@main>

Reviewed commits have been landed. Closing PR #12716 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-14 08:33:18 PDT
<rdar://problem/108050809>