Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 458dcf9798a848486eb57f5cc11dc942f5385633
https://github.com/WebKit/WebKit/commit/458dcf9798a848486eb57f5cc11dc942f5385633
Author: Anne van Kesteren <[email protected]>
Date: 2026-05-29 (Fri, 29 May 2026)
Changed paths:
M Source/WebCore/accessibility/AXObjectCache.cpp
M Source/WebCore/accessibility/AccessibilityNodeObject.cpp
M Source/WebCore/accessibility/AccessibilityObject.cpp
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/QualifiedName.h
M Source/WebCore/html/HTMLAnchorElement.cpp
M Source/WebCore/html/HTMLBaseElement.cpp
M Source/WebCore/html/HTMLLinkElement.cpp
M Source/WebCore/html/parser/HTMLMetaCharsetParser.cpp
M Source/WebCore/html/parser/HTMLTokenizer.cpp
M Source/WebCore/html/track/WebVTTParser.h
M Source/WebCore/mathml/MathMLElement.cpp
M Source/WebCore/rendering/RenderTheme.cpp
Log Message:
-----------
Add hasLocalName() to QualifiedName
https://bugs.webkit.org/show_bug.cgi?id=315665
Reviewed by Ryosuke Niwa.
This allows us to get rid of operator== for AtomString which leads to
misleading and highly likely buggy code.
Canonical link: https://commits.webkit.org/314130@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications