Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f7b6037c12adafb10b09367919df2da3daf5f653
https://github.com/WebKit/WebKit/commit/f7b6037c12adafb10b09367919df2da3daf5f653
Author: Richard Robinson <[email protected]>
Date: 2026-03-20 (Fri, 20 Mar 2026)
Changed paths:
M Source/WTF/WTF.xcodeproj/project.pbxproj
M Source/WTF/wtf/CMakeLists.txt
M Source/WTF/wtf/RefCountable.h
R Source/WTF/wtf/RetainReleaseSwift.h
M Source/WebGPU/WebGPU/Buffer.h
M Source/WebGPU/WebGPU/CommandBuffer.h
M Source/WebGPU/WebGPU/CommandEncoder.h
M Source/WebGPU/WebGPU/ComputePassEncoder.h
M Source/WebGPU/WebGPU/Device.h
M Source/WebGPU/WebGPU/QuerySet.h
M Source/WebGPU/WebGPU/Queue.h
M Source/WebGPU/WebGPU/RenderPassEncoder.h
M Source/WebGPU/WebGPU/Texture.h
M Source/WebGPU/WebGPU/TextureView.h
M Source/WebKit/Platform/IPC/Connection.h
M Source/WebKit/Shared/API/APIArray.h
M Source/WebKit/Shared/API/APIObject.h
M Source/WebKit/Shared/SessionState.h
M Source/WebKit/Shared/WebBackForwardListFrameItem.h
M Source/WebKit/Shared/WebBackForwardListItem.h
M Source/WebKit/UIProcess/AuxiliaryProcessProxy.h
M Source/WebKit/UIProcess/WebBackForwardCache.h
M Source/WebKit/UIProcess/WebFrameProxy.h
M Source/WebKit/UIProcess/WebPageProxy.h
M Source/WebKit/UIProcess/WebPreferences.h
M Source/WebKit/UIProcess/WebProcessProxy.h
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h
Log Message:
-----------
[Swift in WebKit] Remove useless wtf/RetainReleaseSwift.h file
https://bugs.webkit.org/show_bug.cgi?id=310408
rdar://173040626
Reviewed by Lily Spiniolas.
All this header did was include SwiftBridging.h, so just remove it and include
that file directly in the places it's needed.
* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/RefCountable.h:
* Source/WTF/wtf/RetainReleaseSwift.h: Removed.
* Source/WebGPU/WebGPU/Buffer.h:
* Source/WebGPU/WebGPU/CommandBuffer.h:
* Source/WebGPU/WebGPU/CommandEncoder.h:
* Source/WebGPU/WebGPU/ComputePassEncoder.h:
* Source/WebGPU/WebGPU/Device.h:
* Source/WebGPU/WebGPU/QuerySet.h:
* Source/WebGPU/WebGPU/Queue.h:
* Source/WebGPU/WebGPU/RenderPassEncoder.h:
* Source/WebGPU/WebGPU/Texture.h:
* Source/WebGPU/WebGPU/TextureView.h:
* Source/WebKit/Platform/IPC/Connection.h:
* Source/WebKit/Shared/API/APIArray.h:
* Source/WebKit/Shared/API/APIObject.h:
* Source/WebKit/Shared/SessionState.h:
* Source/WebKit/Shared/WebBackForwardListFrameItem.h:
* Source/WebKit/Shared/WebBackForwardListItem.h:
* Source/WebKit/UIProcess/AuxiliaryProcessProxy.h:
* Source/WebKit/UIProcess/WebBackForwardCache.h:
* Source/WebKit/UIProcess/WebFrameProxy.h:
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/UIProcess/WebPreferences.h:
* Source/WebKit/UIProcess/WebProcessProxy.h:
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h:
Canonical link: https://commits.webkit.org/309667@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications