Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 3dca5057ca077372f3296ac88050e44315cd665f
https://github.com/WebKit/WebKit/commit/3dca5057ca077372f3296ac88050e44315cd665f
Author: Ryosuke Niwa <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
R Source/WebKit/SaferCPPExpectations/ForwardDeclCheckerExpectations
R Source/WebKit/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations
R Source/WebKit/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations
R Source/WebKit/SaferCPPExpectations/NoUncountedMemberCheckerExpectations
R Source/WebKit/SaferCPPExpectations/NoUnretainedMemberCheckerExpectations
R Source/WebKit/SaferCPPExpectations/RetainPtrCtorAdoptCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UncheckedLocalVarsCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations
R Source/WebKit/SaferCPPExpectations/UnretainedLocalVarsCheckerExpectations
M Source/WebKit/Shared/Cocoa/WebIconUtilities.mm
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
M Source/WebKit/UIProcess/ios/PageClientImplIOS.mm
M Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
Log Message:
-----------
Fix remaining static analyzer warnings in Source/WebKit
https://bugs.webkit.org/show_bug.cgi?id=307656
Reviewed by Chris Dumez.
Fix the remaining static analyzer warnings.
Also suppress false positives about BlockPtr for now.
No new tests since there should be no behavioral changes.
* Source/WebKit/SaferCPPExpectations/ForwardDeclCheckerExpectations: Removed.
* Source/WebKit/SaferCPPExpectations/MemoryUnsafeCastCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/NoUncheckedPtrMemberCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/NoUncountedMemberCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/NoUnretainedMemberCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/RetainPtrCtorAdoptCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UncheckedLocalVarsCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UncountedLocalVarsCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations:
Removed.
* Source/WebKit/SaferCPPExpectations/UnretainedLocalVarsCheckerExpectations:
Removed.
* Source/WebKit/Shared/Cocoa/WebIconUtilities.mm:
(WebKit::fallbackIconForFile):
* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
(-[WKWebView _doAfterNextStablePresentationUpdate:]):
* Source/WebKit/UIProcess/ios/PageClientImplIOS.mm:
(WebKit::PageClientImpl::insertionPointColor):
* Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:
(-[WKContentView _setTextColorForWebView:sender:]):
(-[WKContentView updateFocusedElementValueAsColor:]):
(-[WKContentView
_continueElementDidFocus:requiresStrongPasswordAssistance:focusedElementInfo:activityStateChanges:restoreValues:]):
(-[WKContentView _updateFrameOfContainerForContextMenuHintPreviewsIfNeeded]):
(-[WKContentView
_updateTargetedPreviewScrollViewUsingContainerScrollingNodeID:]):
(-[WKContentView deferringGestureRecognizer:didEndTouchesWithEvent:]):
Canonical link: https://commits.webkit.org/307352@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications