Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 27c0be921f330263d90057db2c15b96561aab3da
https://github.com/WebKit/WebKit/commit/27c0be921f330263d90057db2c15b96561aab3da
Author: Geoffrey Garen <[email protected]>
Date: 2025-12-17 (Wed, 17 Dec 2025)
Changed paths:
M Source/JavaScriptCore/bytecode/Watchpoint.cpp
M Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorCocoa.mm
M
Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorXPCConnection.h
M Source/JavaScriptCore/wasm/WasmMemory.h
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
M Source/WTF/wtf/Platform.h
A Source/WTF/wtf/RefCountDebugger.cpp
A Source/WTF/wtf/RefCountDebugger.h
R Source/WTF/wtf/RefCounted.cpp
M Source/WTF/wtf/RefCounted.h
M Source/WTF/wtf/ThreadSafeRefCounted.h
M Source/WTF/wtf/ThreadSafeRefCountedWithSuppressingSaferCPPChecking.h
M Source/WebCore/dom/Node.cpp
M Source/WebCore/dom/Node.h
M Source/WebKit/Shared/AuxiliaryProcess.cpp
M Source/WebKit/Shared/Cocoa/WebKit2InitializeCocoa.mm
M Source/WebKit/Shared/WebKit2Initialize.cpp
M Source/WebKit/UIProcess/API/glib/WebKitWebContext.cpp
M Source/WebKit/UIProcess/wpe/AcceleratedBackingStore.cpp
M Source/WebKitLegacy/mac/WebView/WebView.mm
Log Message:
-----------
Re-land "Factor refcount debugging code into a separate base class"
https://bugs.webkit.org/show_bug.cgi?id=304276
rdar://166645129
Reviewed by Mike Wyrzykowski.
This re-lands commit a978fae61986c0d3056e523f6552f28fc7b19b9f.
Fixed WebGPU in Release asan
Something about Release asan was angry about an empty base class that
conditionally put data ahead of the refcount based on an #ifdef, so I
changed it to be an empty contained class following the refcount instead.
static_assert seems to confirm that all #ifdef's around this data
are consistent across all translation units, so it remains a mystery why
changing the data layout broke Swift in asan release only. But it's
easy enough to just not change it.
Originally-landed-as: 303536@main (a978fae61986). rdar://165313018
Canonical link: https://commits.webkit.org/304595@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications