[webkit-changes] [WebKit/WebKit] 017d64: [TZone] WebKit misc: Convert FastMalloc to TZone
Dan Hecht
noreply at github.com
Tue Aug 13 13:25:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 017d642ad8adf7289315343af0ae7300ca248b83
https://github.com/WebKit/WebKit/commit/017d642ad8adf7289315343af0ae7300ca248b83
Author: Dan Hecht <dan.hecht at apple.com>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
M Source/WebKit/ModelProcess/ModelProcessModelPlayerManagerProxy.cpp
M Source/WebKit/ModelProcess/ModelProcessModelPlayerManagerProxy.h
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm
M Source/WebKit/WPEPlatform/wpe/WPECursorTheme.cpp
M Source/WebKit/WPEPlatform/wpe/WPECursorTheme.h
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRM.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRM.h
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.h
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursorTheme.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursorTheme.h
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSeat.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSeat.h
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSession.cpp
M Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSession.h
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursor.cpp
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursor.h
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursorTheme.cpp
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursorTheme.h
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandOutput.cpp
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandOutput.h
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSHMPool.cpp
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSHMPool.h
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp
M Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.h
M Source/WebKit/webpushd/PushClientConnection.h
M Source/WebKit/webpushd/PushClientConnection.mm
M Source/WebKit/webpushd/PushService.h
M Source/WebKit/webpushd/PushService.mm
M Source/WebKit/webpushd/PushServiceConnection.h
M Source/WebKit/webpushd/PushServiceConnection.mm
M Source/WebKit/webpushd/webpushtool/WebPushToolConnection.h
M Source/WebKit/webpushd/webpushtool/WebPushToolConnection.mm
M Source/WebKit/webpushd/webpushtool/WebPushToolMain.mm
Log Message:
-----------
[TZone] WebKit misc: Convert FastMalloc to TZone
https://bugs.webkit.org/show_bug.cgi?id=277880
rdar://133560125
Reviewed by Keith Miller.
Convert WTF_MAKE_FAST_ALLOCATED to WTF_MAKE_TZONE_ALLOCATED in
preparation for enabling TZone (not yet enabled).
* Source/WebKit/ModelProcess/ModelProcessModelPlayerManagerProxy.cpp:
* Source/WebKit/ModelProcess/ModelProcessModelPlayerManagerProxy.h:
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h:
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.mm:
* Source/WebKit/WPEPlatform/wpe/WPECursorTheme.cpp:
* Source/WebKit/WPEPlatform/wpe/WPECursorTheme.h:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRM.cpp:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRM.h:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.cpp:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursor.h:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursorTheme.cpp:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMCursorTheme.h:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSeat.cpp:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSeat.h:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSession.cpp:
* Source/WebKit/WPEPlatform/wpe/drm/WPEDRMSession.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursor.cpp:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursor.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursorTheme.cpp:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandCursorTheme.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandOutput.cpp:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandOutput.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSHMPool.cpp:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSHMPool.h:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.cpp:
* Source/WebKit/WPEPlatform/wpe/wayland/WPEWaylandSeat.h:
* Source/WebKit/webpushd/PushClientConnection.h:
* Source/WebKit/webpushd/PushClientConnection.mm:
* Source/WebKit/webpushd/PushService.h:
* Source/WebKit/webpushd/PushService.mm:
* Source/WebKit/webpushd/PushServiceConnection.h:
* Source/WebKit/webpushd/PushServiceConnection.mm:
* Source/WebKit/webpushd/webpushtool/WebPushToolConnection.h:
* Source/WebKit/webpushd/webpushtool/WebPushToolConnection.mm:
* Source/WebKit/webpushd/webpushtool/WebPushToolMain.mm:
Canonical link: https://commits.webkit.org/282189@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list