[webkit-changes] [WebKit/WebKit] 0727ab: Adopt more smart pointers for updateLayoutIgnorePe...
Rob Buis
noreply at github.com
Thu Aug 29 01:34:11 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0727ab065ed8086a3044a0e9accce35b3542d63f
https://github.com/WebKit/WebKit/commit/0727ab065ed8086a3044a0e9accce35b3542d63f
Author: Rob Buis <rbuis at igalia.com>
Date: 2024-08-29 (Thu, 29 Aug 2024)
Changed paths:
M Source/WebCore/accessibility/AccessibilityObject.cpp
M Source/WebCore/css/ComputedStyleExtractor.cpp
M Source/WebCore/editing/InsertIntoTextNodeCommand.cpp
M Source/WebCore/editing/InsertListCommand.cpp
M Source/WebCore/editing/SimplifyMarkupCommand.cpp
M Source/WebCore/html/HTMLImageElement.cpp
M Source/WebCore/html/HTMLLabelElement.cpp
M Source/WebCore/html/ImageInputType.cpp
M Source/WebCore/html/SubmitInputType.cpp
M Source/WebCore/page/ElementTargetingController.cpp
Log Message:
-----------
Adopt more smart pointers for updateLayoutIgnorePendingStylesheets calls
https://bugs.webkit.org/show_bug.cgi?id=278775
Reviewed by Chris Dumez.
Adopt more smart pointers for updateLayoutIgnorePendingStylesheets calls
based on [alpha.webkit.UncountedCallArgsChecker] warnings.
* Source/WebCore/accessibility/AccessibilityObject.cpp:
(WebCore::AccessibilityObject::updateBackingStore):
(WebCore::AccessibilityObject::scrollByPage const):
* Source/WebCore/css/ComputedStyleExtractor.cpp:
(WebCore::ComputedStyleExtractor::getFontSizeCSSValuePreferringKeyword const):
(WebCore::ComputedStyleExtractor::propertyMatches const):
* Source/WebCore/editing/InsertIntoTextNodeCommand.cpp:
(WebCore::InsertIntoTextNodeCommand::doApply):
* Source/WebCore/editing/InsertListCommand.cpp:
(WebCore::InsertListCommand::listifyParagraph):
* Source/WebCore/editing/SimplifyMarkupCommand.cpp:
(WebCore::SimplifyMarkupCommand::doApply):
* Source/WebCore/html/HTMLImageElement.cpp:
(WebCore::HTMLImageElement::width):
(WebCore::HTMLImageElement::height):
(WebCore::HTMLImageElement::x const):
(WebCore::HTMLImageElement::y const):
* Source/WebCore/html/HTMLLabelElement.cpp:
(WebCore::HTMLLabelElement::defaultEventHandler):
* Source/WebCore/html/ImageInputType.cpp:
(WebCore::ImageInputType::handleDOMActivateEvent):
* Source/WebCore/html/SubmitInputType.cpp:
(WebCore::SubmitInputType::handleDOMActivateEvent):
* Source/WebCore/page/ElementTargetingController.cpp:
(WebCore::targetedElementInfo):
(WebCore::ElementTargetingController::snapshotIgnoringVisibilityAdjustment):
Canonical link: https://commits.webkit.org/282889@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list