Bug 255420

Summary: Merge ElementName and AttributeName enumerations into a single enumeration
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=255382
https://bugs.webkit.org/show_bug.cgi?id=255456

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>