Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 25a956c1a79e8076c25c3a0882366d97eb5a3247
https://github.com/WebKit/WebKit/commit/25a956c1a79e8076c25c3a0882366d97eb5a3247
Author: Adrian Taylor <[email protected]>
Date: 2026-09-24 (Thu, 24 Sep 2026)
Changed paths:
M Source/WebKit/Modules/Internal/module.modulemap
M Source/WebKit/Platform/IPC/HandleMessage.h
M Source/WebKit/Platform/IPC/MessageCheck.swift
M Source/WebKit/Platform/IPC/StreamServerConnection.cpp
M Source/WebKit/Platform/IPC/StreamServerConnection.h
M Source/WebKit/Scripts/webkit/messages.py
M
Source/WebKit/Scripts/webkit/tests/TestWithStreamSwiftEnabledByMessageReceiver.swift
M
Source/WebKit/Scripts/webkit/tests/TestWithStreamSwiftMessageReceiver.swift
M Source/WebKit/Shared/WebKit-Swift.h
Log Message:
-----------
Swift StreamServerConnection support
https://bugs.webkit.org/show_bug.cgi?id=324989
rdar://188199125
Reviewed by Richard Robinson.
This makes the required change to pass IPC.StreamServerConnection to Swift
message receivers. This is not currently used, but may be used in future.
* Source/WebKit/Modules/Internal/module.modulemap:
* Source/WebKit/Platform/IPC/HandleMessage.h:
(IPC::callMemberFunction):
(IPC::handleMessageSynchronous):
* Source/WebKit/Platform/IPC/MessageCheck.swift:
(InvalidMessage.markMessageInvalid(_:on:)):
* Source/WebKit/Platform/IPC/StreamServerConnection.cpp:
(IPC::StreamServerConnection::markCurrentlyDispatchedMessageAsInvalid):
* Source/WebKit/Platform/IPC/StreamServerConnection.h:
(refStreamServerConnection):
(derefStreamServerConnection):
* Source/WebKit/Scripts/webkit/messages.py:
(generate_swift_message_handler):
*
Source/WebKit/Scripts/webkit/tests/TestWithStreamSwiftEnabledByMessageReceiver.swift:
* Source/WebKit/Scripts/webkit/tests/TestWithStreamSwiftMessageReceiver.swift:
* Source/WebKit/Shared/WebKit-Swift.h:
Canonical link: https://commits.webkit.org/321777@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications