Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 9f3cc787da2c7be04b7a8a3b75f92bfbf856a420 https://github.com/WebKit/WebKit/commit/9f3cc787da2c7be04b7a8a3b75f92bfbf856a420 Author: Chris Dumez <cdu...@apple.com> Date: 2025-04-04 (Fri, 04 Apr 2025)
Changed paths: M Source/WebCore/Headers.cmake M Source/WebKit/SaferCPPExpectations/ForwardDeclCheckerExpectations M Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations M Source/WebKit/UIProcess/API/APIDataTask.cpp M Source/WebKit/UIProcess/API/C/WKAuthenticationChallenge.cpp M Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp M Source/WebKit/UIProcess/API/C/WKBackForwardListRef.cpp M Source/WebKit/UIProcess/API/C/WKPage.cpp M Source/WebKit/UIProcess/API/Cocoa/WKContentRuleList.mm M Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm Log Message: ----------- Address more Safer CPP failures in WebKit/UIProcess/API https://bugs.webkit.org/show_bug.cgi?id=291019 Reviewed by Geoffrey Garen. * Source/WebKit/UIProcess/API/APIDataTask.cpp: (API::DataTask::networkProcessCrashed): (API::DataTask::didCompleteWithError): * Source/WebKit/UIProcess/API/C/WKAuthenticationChallenge.cpp: (WKAuthenticationChallengeGetProtectionSpace): (WKAuthenticationChallengeGetProposedCredential): * Source/WebKit/UIProcess/API/C/WKAuthenticationDecisionListener.cpp: (WKAuthenticationDecisionListenerUseCredential): (WKAuthenticationDecisionListenerCancel): (WKAuthenticationDecisionListenerRejectProtectionSpaceAndContinue): * Source/WebKit/UIProcess/API/C/WKBackForwardListRef.cpp: (WKBackForwardListGetCurrentItem): (WKBackForwardListGetBackItem): (WKBackForwardListGetForwardItem): (WKBackForwardListGetItemAtIndex): (WKBackForwardListClear): (WKBackForwardListGetBackListCount): (WKBackForwardListGetForwardListCount): (WKBackForwardListCopyBackListWithLimit): (WKBackForwardListCopyForwardListWithLimit): * Source/WebKit/UIProcess/API/C/WKPage.cpp: (WKPageSetPageUIClient): * Source/WebKit/UIProcess/API/Cocoa/WKContentRuleList.mm: (-[WKContentRuleList dealloc]): (-[WKContentRuleList identifier]): * Source/WebKit/UIProcess/API/Cocoa/WKContentRuleListStore.mm: (-[WKContentRuleListStore dealloc]): (-[WKContentRuleListStore _protectedContentListStore]): (-[WKContentRuleListStore compileContentRuleListForIdentifier:encodedContentRuleList:completionHandler:]): (-[WKContentRuleListStore lookUpContentRuleListForIdentifier:completionHandler:]): (-[WKContentRuleListStore getAvailableContentRuleListIdentifiers:]): (-[WKContentRuleListStore removeContentRuleListForIdentifier:completionHandler:]): (-[WKContentRuleListStore _removeAllContentRuleLists]): (-[WKContentRuleListStore _invalidateContentRuleListVersionForIdentifier:]): (-[WKContentRuleListStore _corruptContentRuleListHeaderForIdentifier:usingCurrentVersion:]): (-[WKContentRuleListStore _corruptContentRuleListActionsMatchingEverythingForIdentifier:]): (-[WKContentRuleListStore _invalidateContentRuleListHeaderForIdentifier:]): (-[WKContentRuleListStore _getContentRuleListSourceForIdentifier:completionHandler:]): Canonical link: https://commits.webkit.org/293252@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes