Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7ae25587c9d6940e177f17fcb2ab846d50653a30
https://github.com/WebKit/WebKit/commit/7ae25587c9d6940e177f17fcb2ab846d50653a30
Author: Rob Buis <[email protected]>
Date: 2024-06-24 (Mon, 24 Jun 2024)
Changed paths:
M Source/WebCore/accessibility/AXImage.cpp
M Source/WebCore/dom/Node.cpp
M Source/WebCore/editing/Editing.cpp
M Source/WebCore/html/ColorInputType.cpp
M Source/WebCore/html/HTMLInputElement.cpp
M Source/WebCore/html/HTMLOptionElement.cpp
M Source/WebCore/html/HTMLProgressElement.cpp
M Source/WebCore/html/HTMLTextAreaElement.cpp
M Source/WebCore/html/InputType.cpp
M Source/WebCore/html/ValidatedFormListedElement.cpp
M Source/WebCore/page/FocusController.cpp
M Source/WebCore/page/LocalFrameView.cpp
M Source/WebCore/rendering/RenderBlockFlow.cpp
M Source/WebCore/rendering/RenderMenuList.cpp
M Source/WebCore/rendering/RenderWidget.cpp
Log Message:
-----------
Adopt smart pointers for Document::existingAXObjectCache
https://bugs.webkit.org/show_bug.cgi?id=275804
Reviewed by Chris Dumez.
Adopt smart pointers for Document::existingAXObjectCache
usage, most AXObjectCache are not trivial and so far
some locations have been adapted to use a smart pointer,
this PR should cover all remaining callers of existingAXObjectCache.
Based on [alpha.webkit.UncountedCallArgsChecker] warnings.
* Source/WebCore/accessibility/AXImage.cpp:
(WebCore::AXImage::imageOverlayElements):
* Source/WebCore/dom/Node.cpp:
(WebCore::Node::removedFromAncestor):
(WebCore::Node::moveNodeToNewDocumentSlowCase):
* Source/WebCore/editing/Editing.cpp:
(WebCore::isEditableToAccessibility):
(WebCore::editableRootForPosition):
* Source/WebCore/html/ColorInputType.cpp:
(WebCore::ColorInputType::attributeChanged):
(WebCore::ColorInputType::didChooseColor):
* Source/WebCore/html/HTMLInputElement.cpp:
(WebCore::HTMLInputElement::setChecked):
(WebCore::HTMLInputElement::setIndeterminate):
(WebCore::HTMLInputElement::setAutoFilledAndObscured):
(WebCore::HTMLInputElement::setShowAutoFillButton):
* Source/WebCore/html/HTMLOptionElement.cpp:
(WebCore::HTMLOptionElement::setSelectedState):
* Source/WebCore/html/HTMLProgressElement.cpp:
(WebCore::HTMLProgressElement::didElementStateChange):
* Source/WebCore/html/HTMLTextAreaElement.cpp:
(WebCore::HTMLTextAreaElement::setValueCommon):
* Source/WebCore/html/InputType.cpp:
(WebCore::InputType::applyStep):
* Source/WebCore/html/ValidatedFormListedElement.cpp:
(WebCore::ValidatedFormListedElement::updateValidity):
* Source/WebCore/page/FocusController.cpp:
(WebCore::FocusController::setInitialFocus):
* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::didLayout):
* Source/WebCore/rendering/RenderBlockFlow.cpp:
(WebCore::RenderBlockFlow::layoutModernLines):
* Source/WebCore/rendering/RenderMenuList.cpp:
(RenderMenuList::didAttachChild):
(RenderMenuList::didUpdateActiveOption):
* Source/WebCore/rendering/RenderWidget.cpp:
(WebCore::RenderWidget::willBeDestroyed):
(WebCore::RenderWidget::setWidget):
(WebCore::RenderWidget::styleDidChange):
Canonical link: https://commits.webkit.org/280308@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes