Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a3663fe33eaf9d90cfe9358bc0ba29d211b096e9
https://github.com/WebKit/WebKit/commit/a3663fe33eaf9d90cfe9358bc0ba29d211b096e9
Author: Chris Dumez <[email protected]>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
A Source/WTF/wtf/AbstractCanMakeCheckedPtr.h
M Source/WTF/wtf/CMakeLists.txt
M Source/WebCore/Modules/badge/WorkerBadgeProxy.h
M Source/WebCore/Modules/push-api/PushStrategy.h
M Source/WebCore/dom/PendingScriptClient.h
M Source/WebCore/platform/PopupMenuClient.h
M Source/WebCore/platform/ScrollableArea.cpp
M Source/WebCore/platform/ScrollableArea.h
M Source/WebCore/platform/cocoa/PlaybackSessionModel.h
M Source/WebCore/platform/cocoa/VideoPresentationModel.h
M Source/WebCore/platform/graphics/RenderingResource.h
M Source/WebCore/platform/mediastream/RealtimeMediaSource.h
M Source/WebCore/platform/network/curl/CurlMultipartHandleClient.h
M Source/WebCore/workers/WorkerDebuggerProxy.h
M Source/WebCore/workers/WorkerLoaderProxy.h
M Source/WebCore/workers/WorkerReportingProxy.h
M Source/WebKit/NetworkProcess/Downloads/DownloadManager.h
M Source/WebKit/UIProcess/Launcher/ProcessLauncher.h
M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferSetProxy.h
Log Message:
-----------
Introduce AbstractCanMakeCheckedPtr class in WTF to reduce code duplication
https://bugs.webkit.org/show_bug.cgi?id=300619
Reviewed by Darin Adler.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/AbstractCanMakeCheckedPtr.h: Copied from
Source/WebCore/platform/network/curl/CurlMultipartHandleClient.h.
* Source/WTF/wtf/CMakeLists.txt:
* Source/WebCore/Modules/badge/WorkerBadgeProxy.h:
* Source/WebCore/Modules/push-api/PushStrategy.h:
* Source/WebCore/dom/PendingScriptClient.h:
* Source/WebCore/platform/PopupMenuClient.h:
* Source/WebCore/platform/ScrollableArea.cpp:
(WebCore::SameSizeAsScrollableArea::checkedPtrCount const): Deleted.
(WebCore::SameSizeAsScrollableArea::checkedPtrCountWithoutThreadCheck const):
Deleted.
(WebCore::SameSizeAsScrollableArea::incrementCheckedPtrCount const): Deleted.
(WebCore::SameSizeAsScrollableArea::decrementCheckedPtrCount const): Deleted.
* Source/WebCore/platform/ScrollableArea.h:
* Source/WebCore/platform/cocoa/PlaybackSessionModel.h:
* Source/WebCore/platform/cocoa/VideoPresentationModel.h:
* Source/WebCore/platform/graphics/RenderingResource.h:
* Source/WebCore/platform/mediastream/RealtimeMediaSource.h:
* Source/WebCore/platform/network/curl/CurlMultipartHandleClient.h:
* Source/WebCore/workers/WorkerDebuggerProxy.h:
* Source/WebCore/workers/WorkerLoaderProxy.h:
* Source/WebCore/workers/WorkerReportingProxy.h:
* Source/WebKit/NetworkProcess/Downloads/DownloadManager.h:
* Source/WebKit/UIProcess/Launcher/ProcessLauncher.h:
* Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferSetProxy.h:
Canonical link: https://commits.webkit.org/301440@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes