Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5101cdc679ab68b47516eb1eed86b24e89e0db03
https://github.com/WebKit/WebKit/commit/5101cdc679ab68b47516eb1eed86b24e89e0db03
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M Source/JavaScriptCore/bytecode/SharedJITStubSet.h
M Source/JavaScriptCore/yarr/YarrJIT.cpp
M
Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransformBackend.h
M Source/WebCore/animation/AnimationTimelinesController.h
M Source/WebCore/cssjit/SelectorCompiler.cpp
M Source/WebCore/editing/DeleteSelectionCommand.h
M Source/WebCore/editing/SurroundingText.h
M Source/WebCore/fileapi/FileReaderLoader.h
M Source/WebCore/inspector/agents/page/PageTimelineAgent.h
M Source/WebCore/page/Page.h
M Source/WebCore/page/mac/ServicesOverlayController.h
M Source/WebCore/platform/audio/AudioBus.h
M Source/WebCore/platform/audio/cocoa/AudioSampleBufferList.h
M Source/WebCore/platform/audio/mac/AudioSessionMac.h
M
Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm
M
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h
M
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h
M Source/WebCore/platform/mediastream/DisplayCaptureManager.h
M Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.h
M Source/WebCore/platform/mediastream/cocoa/CoreAudioCaptureUnit.h
M Source/WebCore/platform/mediastream/cocoa/MockRealtimeVideoSourceCocoa.h
M
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingMediaSourceGStreamer.h
M
Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h
M Source/WebCore/rendering/RenderEmbeddedObject.h
M Source/WebCore/rendering/RenderView.h
M Source/WebCore/rendering/mac/RenderThemeMac.h
M Source/WebDriver/WebSocketServer.h
M Source/WebGPU/WebGPU/ShaderModule.h
M Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h
M Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.h
M Source/WebKit/UIProcess/Automation/BidiScriptAgent.h
M Source/WebKit/UIProcess/GPU/GPUProcessProxy.h
M Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.h
M Source/WebKit/UIProcess/SpeechRecognitionServer.h
M Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.h
M Source/WebKit/UIProcess/WebPageProxy.h
M Source/WebKit/UIProcess/WebProcessPool.h
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h
M Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h
M Source/WebKit/UIProcess/mac/WebViewImpl.h
M Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.h
M Source/WebKit/WebProcess/Plugins/PluginView.h
M Source/WebKit/WebProcess/WebPage/WebPage.h
M Source/WebKit/WebProcess/cocoa/PlaybackSessionManager.h
M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandleImpl.h
Log Message:
-----------
Remove many unused member variables
https://bugs.webkit.org/show_bug.cgi?id=316502
rdar://178952050
Reviewed by Richard Robinson.
* Source/JavaScriptCore/bytecode/SharedJITStubSet.h:
* Source/JavaScriptCore/yarr/YarrJIT.cpp:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpTransformBackend.h:
* Source/WebCore/animation/AnimationTimelinesController.h:
* Source/WebCore/cssjit/SelectorCompiler.cpp:
* Source/WebCore/editing/DeleteSelectionCommand.h:
* Source/WebCore/editing/SurroundingText.h:
* Source/WebCore/fileapi/FileReaderLoader.h:
* Source/WebCore/inspector/agents/page/PageTimelineAgent.h:
* Source/WebCore/page/Page.h:
* Source/WebCore/page/mac/ServicesOverlayController.h:
* Source/WebCore/platform/audio/AudioBus.h:
* Source/WebCore/platform/audio/cocoa/AudioSampleBufferList.h:
* Source/WebCore/platform/audio/mac/AudioSessionMac.h:
*
Source/WebCore/platform/graphics/avfoundation/MediaPlayerPrivateAVFoundation.h:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm:
*
Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.h:
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::WTF_GUARDED_BY_CAPABILITY):
*
Source/WebCore/platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h:
* Source/WebCore/platform/mediastream/DisplayCaptureManager.h:
* Source/WebCore/platform/mediastream/RealtimeMediaSourceCenter.h:
* Source/WebCore/platform/mediastream/cocoa/CoreAudioCaptureUnit.h:
* Source/WebCore/platform/mediastream/cocoa/MockRealtimeVideoSourceCocoa.h:
*
Source/WebCore/platform/mediastream/gstreamer/RealtimeOutgoingMediaSourceGStreamer.h:
* Source/WebCore/platform/mediastream/ios/AVAudioSessionCaptureDeviceManager.h:
* Source/WebCore/rendering/RenderEmbeddedObject.h:
* Source/WebCore/rendering/RenderView.h:
* Source/WebCore/rendering/mac/RenderThemeMac.h:
* Source/WebDriver/WebSocketServer.h:
* Source/WebGPU/WebGPU/ShaderModule.h:
* Source/WebKit/ModelProcess/cocoa/ModelProcessModelPlayerProxy.h:
* Source/WebKit/NetworkProcess/webrtc/rice/RiceBackend.h:
* Source/WebKit/UIProcess/Automation/BidiScriptAgent.h:
* Source/WebKit/UIProcess/GPU/GPUProcessProxy.h:
* Source/WebKit/UIProcess/RemoteLayerTree/RemoteLayerTreeHost.h:
* Source/WebKit/UIProcess/SpeechRecognitionServer.h:
* Source/WebKit/UIProcess/UserMediaPermissionRequestManagerProxy.h:
* Source/WebKit/UIProcess/WebPageProxy.h:
* Source/WebKit/UIProcess/WebProcessPool.h:
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStore.h:
* Source/WebKit/UIProcess/WebsiteData/WebsiteDataStoreConfiguration.h:
* Source/WebKit/UIProcess/mac/WebViewImpl.h:
* Source/WebKit/WebProcess/Plugins/PDF/PDFPlugin.h:
* Source/WebKit/WebProcess/Plugins/PluginView.h:
* Source/WebKit/WebProcess/WebPage/WebPage.h:
* Source/WebKit/WebProcess/cocoa/PlaybackSessionManager.h:
* Source/WebKitLegacy/WebCoreSupport/SocketStreamHandleImpl.h:
Canonical link: https://commits.webkit.org/314733@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications