Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 70fb5cbbac2a992051742d5da84768e04b66e5a7
https://github.com/WebKit/WebKit/commit/70fb5cbbac2a992051742d5da84768e04b66e5a7
Author: Ryosuke Niwa <[email protected]>
Date: 2026-03-18 (Wed, 18 Mar 2026)
Changed paths:
M Source/WebKit/SaferCPPExpectations/NoDeleteCheckerExpectations
M Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations
M Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
M Source/WebKit/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations
M Source/WebKit/Shared/Cocoa/WebPreferencesDefaultValuesCocoa.mm
M Source/WebKit/UIProcess/API/mac/WKWebViewMac.mm
M Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm
M Source/WebKit/UIProcess/mac/PageClientImplMac.mm
M Source/WebKit/UIProcess/mac/WebViewImpl.h
M Source/WebKit/UIProcess/mac/WebViewImpl.mm
Log Message:
-----------
Fix outstanding safer C++ warnings in Source/WebKit
https://bugs.webkit.org/show_bug.cgi?id=310214
Reviewed by BJ Burg and Geoffrey Garen.
Deployed more smart pointers and removed incorrect NODELETE annotations in
Source/WebKit
to fix new safer C++ static analysis warnings after migrating to macOS Tahoe.
No new tests since there should be any behavioral changes.
* Source/WebKit/SaferCPPExpectations/NoDeleteCheckerExpectations:
* Source/WebKit/SaferCPPExpectations/UncheckedCallArgsCheckerExpectations:
* Source/WebKit/SaferCPPExpectations/UncountedCallArgsCheckerExpectations:
* Source/WebKit/SaferCPPExpectations/UnretainedCallArgsCheckerExpectations:
* Source/WebKit/Shared/Cocoa/WebPreferencesDefaultValuesCocoa.mm:
(WebKit::defaultIOSurfaceLosslessCompressionEnabled):
* Source/WebKit/UIProcess/API/mac/WKWebViewMac.mm:
(-[WKWebView scrollViewDrawsMagicPocket]):
* Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:
(WebKit::WebInspectorUIProxy::inspectedViewFrameDidChange):
* Source/WebKit/UIProcess/mac/PageClientImplMac.mm:
(WebKit::PageClientImpl::didChangeLocalInspectorAttachment):
* Source/WebKit/UIProcess/mac/WebViewImpl.h:
* Source/WebKit/UIProcess/mac/WebViewImpl.mm:
(-[WKWindowVisibilityObserver _windowDidEnterOrExitFullScreen:]):
(-[WKWindowVisibilityObserver _windowWillEnterOrExitFullScreen:]):
(WebKit::WebViewImpl::updateScrollPocket):
(WebKit::WebViewImpl::updateTopScrollPocketStyle):
Canonical link: https://commits.webkit.org/309536@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications