Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 967c00b0776ebd259b8610d273688fd083febacf
https://github.com/WebKit/WebKit/commit/967c00b0776ebd259b8610d273688fd083febacf
Author: Ryosuke Niwa <[email protected]>
Date: 2025-11-03 (Mon, 03 Nov 2025)
Changed paths:
M Source/WebKit/Platform/IPC/ArgumentCoders.h
M Source/WebKit/Platform/IPC/Decoder.h
M Source/WebKit/Scripts/generate-serializers.py
M Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.cpp
M Source/WebKit/Scripts/webkit/tests/GeneratedSerializers.h
M Source/WebKit/Scripts/webkit/tests/SerializedTypeInfo.cpp
M Source/WebKit/Scripts/webkit/tests/TestSerializedType.serialization.in
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTree.serialization.in
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeCommitBundle.h
M Source/WebKit/Shared/RemoteLayerTree/RemoteLayerTreeTransaction.h
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeDrawingAreaProxy.mm
M
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/RemoteLayerTreeDrawingArea.mm
Log Message:
-----------
Always allocate RemoteLayerTreeTransaction in heap
https://bugs.webkit.org/show_bug.cgi?id=301778
Reviewed by Geoffrey Garen.
Always allocate RemoteLayerTreeTransaction in heap so that operator delete will
be used for its destruction.
No new tests since there should be no behavioral differences.
Canonical link: https://commits.webkit.org/302495@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications