Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e9901d99cf41fa368e926e131ea1083757abfe4
https://github.com/WebKit/WebKit/commit/7e9901d99cf41fa368e926e131ea1083757abfe4
Author: Ryosuke Niwa <[email protected]>
Date: 2025-12-16 (Tue, 16 Dec 2025)
Changed paths:
M Source/WebCore/platform/mac/PasteboardMac.mm
M Source/WebKit/UIProcess/Cocoa/SOAuthorization/SOAuthorizationSession.mm
M Source/WebKit/UIProcess/Gamepad/mac/UIGamepadProviderMac.mm
M Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm
M Source/WebKit/UIProcess/mac/WebPageProxyMac.mm
Log Message:
-----------
Remove suppression for NSApp
https://bugs.webkit.org/show_bug.cgi?id=304197
Reviewed by Geoffrey Garen.
Remove the safer C++ suppressions for NSApp now that the corresponding clang fix
has been merged & deployed: https://github.com/llvm/llvm-project/pull/160990
No new tests since there should be no behavioral changes.
* Source/WebCore/platform/mac/PasteboardMac.mm:
(WebCore::Pasteboard::setDragImage):
* Source/WebKit/UIProcess/Cocoa/SOAuthorization/SOAuthorizationSession.mm:
(WebKit::SOAuthorizationSession::dismissViewController):
* Source/WebKit/UIProcess/Gamepad/mac/UIGamepadProviderMac.mm:
(WebKit::UIGamepadProvider::platformWebPageProxyForGamepadInput):
* Source/WebKit/UIProcess/Inspector/mac/WebInspectorUIProxyMac.mm:
(WebKit::WebInspectorUIProxy::showSavePanel):
(WebKit::WebInspectorUIProxy::platformShowCertificate):
* Source/WebKit/UIProcess/mac/WebPageProxyMac.mm:
(WebKit::WebPageProxy::getIsSpeaking):
(WebKit::WebPageProxy::speak):
(WebKit::WebPageProxy::stopSpeaking):
Canonical link: https://commits.webkit.org/304555@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications