Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 39239458fcf767ba1c7d384d406cbb3461f2e2b2
https://github.com/WebKit/WebKit/commit/39239458fcf767ba1c7d384d406cbb3461f2e2b2
Author: Chris Dumez <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M Source/WTF/wtf/ThreadSafeWeakPtr.h
M Source/WebKitLegacy/WebCoreSupport/LegacyWebPageInspectorController.cpp
M Source/WebKitLegacy/WebCoreSupport/LegacyWebPageInspectorController.h
M Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.cpp
M Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.h
M Source/WebKitLegacy/mac/WebCoreSupport/PopupMenuMac.h
M Source/WebKitLegacy/mac/WebCoreSupport/PopupMenuMac.mm
Log Message:
-----------
Drop remaining `checked*()` and `protected*()` member functions in
Source/WebKitLegacy
https://bugs.webkit.org/show_bug.cgi?id=307506
Reviewed by Ryosuke Niwa and Anne van Kesteren.
* Source/WTF/wtf/ThreadSafeWeakPtr.h:
(WTF::protect):
* Source/WebKitLegacy/WebCoreSupport/LegacyWebPageInspectorController.cpp:
(LegacyWebPageInspectorController::addTarget):
(LegacyWebPageInspectorController::removeTarget):
(LegacyWebPageInspectorController::sendMessageToInspectorFrontend):
* Source/WebKitLegacy/WebCoreSupport/LegacyWebPageInspectorController.h:
(LegacyWebPageInspectorController::targetAgent const):
(LegacyWebPageInspectorController::checkedTargetAgent): Deleted.
* Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.cpp:
(WebCore::WebSocketChannel::resume):
(WebCore::WebSocketChannel::didCloseSocketStream):
(WebCore::WebSocketChannel::didReceiveSocketStreamData):
(WebCore::WebSocketChannel::processBuffer):
(WebCore::WebSocketChannel::resumeTimerFired):
(WebCore::WebSocketChannel::processFrame):
(WebCore::WebSocketChannel::protectedClient const): Deleted.
* Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.h:
* Source/WebKitLegacy/mac/WebCoreSupport/PopupMenuMac.h:
(PopupMenuMac::protectedClient const): Deleted.
* Source/WebKitLegacy/mac/WebCoreSupport/PopupMenuMac.mm:
(PopupMenuMac::populate):
(PopupMenuMac::show):
(PopupMenuMac::hide):
Canonical link: https://commits.webkit.org/307239@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications