[webkit-changes] [WebKit/WebKit] f98593: Adopt some more smart pointers in DOM code
Claudio Saavedra
noreply at github.com
Tue Aug 27 12:10:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f98593ede9ba7582dedf768fb4f8d11cadb279ce
https://github.com/WebKit/WebKit/commit/f98593ede9ba7582dedf768fb4f8d11cadb279ce
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M Source/WebCore/dom/DocumentMarkerController.cpp
M Source/WebCore/dom/EventLoop.cpp
M Source/WebCore/dom/ExtensionStyleSheets.cpp
M Source/WebCore/dom/FullscreenManager.cpp
M Source/WebCore/dom/Node.cpp
M Source/WebCore/dom/StyledElement.cpp
Log Message:
-----------
Adopt some more smart pointers in DOM code
https://bugs.webkit.org/show_bug.cgi?id=278704
Reviewed by Chris Dumez.
Addressing some assorted alpha.webkit.UncountedLocalVarsChecker
warnings.
* Source/WebCore/dom/DocumentMarkerController.cpp:
(WebCore::DocumentMarkerController::forEach<DocumentMarkerController::IterationDirection::Forwards>):
* Source/WebCore/dom/EventLoop.cpp:
(WebCore::EventLoop::findMatchingAssociatedContext):
* Source/WebCore/dom/ExtensionStyleSheets.cpp:
(WebCore::ExtensionStyleSheets::pageUserSheet):
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::requestFullscreenForElement):
(WebCore::FullscreenManager::finishExitFullscreen):
* Source/WebCore/dom/Node.cpp:
(WebCore::Node::computeEditabilityWithStyle const):
* Source/WebCore/dom/StyledElement.cpp:
(WebCore::StyledElement::invalidateStyleAttribute):
Canonical link: https://commits.webkit.org/282809@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