[webkit-changes] [WebKit/WebKit] b5abd9: Deploy more smart pointers in ScrollbarsController...
Ryosuke Niwa
noreply at github.com
Fri Feb 21 09:11:51 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b5abd929a9f9f43a07167a5c0435e0b5def28d4d
https://github.com/WebKit/WebKit/commit/b5abd929a9f9f43a07167a5c0435e0b5def28d4d
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2025-02-21 (Fri, 21 Feb 2025)
Changed paths:
M Source/WebCore/platform/mac/ScrollbarsControllerMac.mm
M Source/WebCore/platform/network/AuthenticationClient.h
M Source/WebCore/platform/network/ResourceHandle.h
M Source/WebCore/platform/network/mac/AuthenticationMac.mm
Log Message:
-----------
Deploy more smart pointers in ScrollbarsControllerMac.mm and AuthenticationMac.mm
https://bugs.webkit.org/show_bug.cgi?id=288182
Reviewed by Alan Baradlay.
Addressed static analyzer warnings by using WeakPtr.
* Source/WebCore/platform/mac/ScrollbarsControllerMac.mm:
(-[WebScrollerImpPairDelegate contentAreaRectForScrollerImpPair:]):
(-[WebScrollerImpPairDelegate inLiveResizeForScrollerImpPair:]):
(-[WebScrollerImpPairDelegate mouseLocationInContentAreaForScrollerImpPair:]):
(-[WebScrollerImpPairDelegate scrollerImpPair:convertContentPoint:toScrollerImp:]):
(-[WebScrollerImpPairDelegate scrollerImpPair:setContentAreaNeedsDisplayInRect:]):
(-[WebScrollerImpPairDelegate scrollerImpPair:updateScrollerStyleForNewRecommendedScrollerStyle:]):
* Source/WebCore/platform/network/AuthenticationClient.h:
* Source/WebCore/platform/network/ResourceHandle.h:
* Source/WebCore/platform/network/mac/AuthenticationMac.mm:
(-[WebCoreAuthenticationClientAsChallengeSender client]):
(-[WebCoreAuthenticationClientAsChallengeSender detachClient]):
(-[WebCoreAuthenticationClientAsChallengeSender performDefaultHandlingForAuthenticationChallenge:]):
(-[WebCoreAuthenticationClientAsChallengeSender rejectProtectionSpaceAndContinueWithChallenge:]):
(-[WebCoreAuthenticationClientAsChallengeSender useCredential:forAuthenticationChallenge:]):
(-[WebCoreAuthenticationClientAsChallengeSender continueWithoutCredentialForAuthenticationChallenge:]):
(-[WebCoreAuthenticationClientAsChallengeSender cancelAuthenticationChallenge:]):
Canonical link: https://commits.webkit.org/290800@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