Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 26d2fd2eb3613de67453dbb8e74315831d7b85bb
https://github.com/WebKit/WebKit/commit/26d2fd2eb3613de67453dbb8e74315831d7b85bb
Author: Anne van Kesteren <[email protected]>
Date: 2025-12-24 (Wed, 24 Dec 2025)
Changed paths:
M Source/WTF/wtf/AbstractThreadSafeRefCountedAndCanMakeWeakPtr.h
M Source/WTF/wtf/DeferrableRefCounted.h
M Source/WTF/wtf/RefCounted.h
M Source/WTF/wtf/ThreadSafeRefCounted.h
M Source/WTF/wtf/ThreadSafeRefCountedWithSuppressingSaferCPPChecking.h
M Source/WTF/wtf/ThreadSafeWeakPtr.h
M Source/WTF/wtf/text/StringImpl.h
M Source/WebCore/Modules/webdatabase/DatabaseThread.cpp
M Source/WebKit/UIProcess/Media/RemoteMediaSessionManagerProxy.h
M Source/WebKit/WebProcess/GPU/webrtc/LibWebRTCCodecs.h
M
Source/WebKit/WebProcess/GPU/webrtc/RemoteVideoFrameObjectHeapProxyProcessor.h
Log Message:
-----------
Align ref and weakRef counting on uint32_t
https://bugs.webkit.org/show_bug.cgi?id=304564
Reviewed by Simon Fraser.
uint32_t is more explicit than unsigned and can reduce memory compared
to size_t on 64-bit platforms. And given that only ThreadSafeWeakPtr is
using size_t at the moment, this should be a reasonable change to make.
Canonical link: https://commits.webkit.org/304921@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications