[webkit-changes] [WebKit/WebKit] 4fdfc1: Adopt more smart pointers in RadioButtonGroups
Chris Dumez
noreply at github.com
Mon Oct 23 15:04:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4fdfc1517dbe4fc4d25caf4070de1280dcbb9843
https://github.com/WebKit/WebKit/commit/4fdfc1517dbe4fc4d25caf4070de1280dcbb9843
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-10-23 (Mon, 23 Oct 2023)
Changed paths:
M Source/WebCore/dom/RadioButtonGroups.cpp
Log Message:
-----------
Adopt more smart pointers in RadioButtonGroups
https://bugs.webkit.org/show_bug.cgi?id=263528
Reviewed by Darin Adler.
* Source/WebCore/dom/RadioButtonGroups.cpp:
(WebCore::RadioButtonGroup::isEmpty const):
(WebCore::RadioButtonGroup::members const):
(WebCore::RadioButtonGroup::setCheckedButton):
(WebCore::RadioButtonGroup::remove):
(WebCore::RadioButtonGroup::setNeedsStyleRecalcForAllButtons):
(WebCore::RadioButtonGroup::updateValidityForAllButtons):
(WebCore::RadioButtonGroups::groupMembers const):
(WebCore::RadioButtonGroups::updateCheckedState):
(WebCore::RadioButtonGroups::requiredStateChanged):
(WebCore::RadioButtonGroups::checkedButtonForGroup const):
(WebCore::RadioButtonGroups::hasCheckedButton const):
(WebCore::RadioButtonGroups::isInRequiredGroup const):
(WebCore::RadioButtonGroups::removeButton):
Canonical link: https://commits.webkit.org/269672@main
More information about the webkit-changes
mailing list