Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ec30588683067e8808bfa1944287720a40d2a515
https://github.com/WebKit/WebKit/commit/ec30588683067e8808bfa1944287720a40d2a515
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-24 (Tue, 24 Feb 2026)
Changed paths:
M Source/WebCore/dom/Element.h
M Source/WebCore/html/HTMLButtonElement.h
M Source/WebCore/html/HTMLFormControlElement.h
M Source/WebCore/html/HTMLInputElement.h
M Source/WebCore/html/HTMLSelectElement.h
M Source/WebCore/html/HTMLTablePartElement.h
M Source/WebCore/html/HTMLTextAreaElement.h
M Source/WebCore/html/HTMLTextFormControlElement.h
M Source/WebCore/html/InputType.h
M Source/WebCore/html/shadow/SliderThumbElement.h
M Source/WebCore/html/shadow/SpinButtonElement.h
M Source/WebCore/html/shadow/TextPlaceholderElement.h
M Source/WebCore/rendering/RenderTheme.cpp
Log Message:
-----------
Mark a bunch of is*Element as NODELETE
https://bugs.webkit.org/show_bug.cgi?id=308516
Reviewed by Aditya Keerthi.
Mark a whole bunch of is*Element functions as NODELETE since they're all
trivial.
No new tests since there should be no behavioral changes.
* Source/WebCore/dom/Element.h:
(WebCore::Element::isSpinButtonElement const):
(WebCore::Element::isTextFormControlElement const):
(WebCore::Element::isTextField const):
(WebCore::Element::isTextPlaceholderElement const):
(WebCore::Element::isOptionalFormControl const):
(WebCore::Element::isRequiredFormControl const):
(WebCore::Element::isSliderContainerElement const):
(WebCore::Element::isSliderThumbElement const):
(WebCore::Element::isHTMLTablePartElement const):
(WebCore::Element::isOutOfRange const):
(WebCore::Element::isUploadButton const): Deleted.
* Source/WebCore/html/HTMLButtonElement.h:
* Source/WebCore/html/HTMLFormControlElement.h:
* Source/WebCore/html/HTMLInputElement.h:
* Source/WebCore/html/HTMLSelectElement.h:
* Source/WebCore/html/HTMLTablePartElement.h:
* Source/WebCore/html/HTMLTextAreaElement.h:
* Source/WebCore/html/HTMLTextFormControlElement.h:
* Source/WebCore/html/InputType.h:
(WebCore::InputType::isTextField const):
* Source/WebCore/html/shadow/SliderThumbElement.h:
* Source/WebCore/html/shadow/SpinButtonElement.h:
* Source/WebCore/html/shadow/TextPlaceholderElement.h:
* Source/WebCore/rendering/RenderTheme.cpp:
(WebCore::RenderTheme::autoAppearanceForElement const):
Canonical link: https://commits.webkit.org/308127@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications