[webkit-changes] [WebKit/WebKit] cb7d4f: AttributeModificationReason should be an enum class
Ryosuke Niwa
noreply at github.com
Mon May 8 11:20:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: cb7d4f918f6d3c771ffe7411ed0987d843480cb7
https://github.com/WebKit/WebKit/commit/cb7d4f918f6d3c771ffe7411ed0987d843480cb7
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2023-05-08 (Mon, 08 May 2023)
Changed paths:
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/Element.h
M Source/WebCore/dom/StyledElement.cpp
M Source/WebCore/dom/StyledElement.h
M Source/WebCore/html/HTMLInputElement.h
M Source/WebCore/html/HTMLMetaElement.h
M Source/WebCore/mathml/MathMLSelectElement.h
M Source/WebCore/svg/SVGElement.h
Log Message:
-----------
AttributeModificationReason should be an enum class
https://bugs.webkit.org/show_bug.cgi?id=256421
Reviewed by Chris Dumez.
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::parserSetAttributes):
(WebCore::Element::cloneAttributesFromElement):
* Source/WebCore/dom/Element.h:
* Source/WebCore/dom/StyledElement.cpp:
(WebCore::StyledElement::styleAttributeChanged):
* Source/WebCore/dom/StyledElement.h:
* Source/WebCore/html/HTMLInputElement.h:
* Source/WebCore/html/HTMLMetaElement.h:
* Source/WebCore/mathml/MathMLSelectElement.h:
* Source/WebCore/svg/SVGElement.h:
Canonical link: https://commits.webkit.org/263807@main
More information about the webkit-changes
mailing list