Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 378d33fcfd7109660e72d4215bce53b9e64c5082
https://github.com/WebKit/WebKit/commit/378d33fcfd7109660e72d4215bce53b9e64c5082
Author: Youenn Fablet <[email protected]>
Date: 2026-01-30 (Fri, 30 Jan 2026)
Changed paths:
A LayoutTests/streams/transfer-internal-expected.txt
A LayoutTests/streams/transfer-internal.html
A Source/WebCore/Modules/streams/StreamTransferUtilities.cpp
A Source/WebCore/Modules/streams/StreamTransferUtilities.h
M Source/WebCore/Modules/websockets/WebSocket.h
M Source/WebCore/Sources.txt
M Source/WebCore/WebCore.xcodeproj/project.pbxproj
M Source/WebCore/dom/MessagePort.cpp
M Source/WebCore/dom/MessagePort.h
M Source/WebCore/testing/Internals.cpp
M Source/WebCore/testing/Internals.h
M Source/WebCore/testing/Internals.idl
Log Message:
-----------
Implement SetUpCrossRealmTransformReadable
rdar://169089453
https://bugs.webkit.org/show_bug.cgi?id=306421
Reviewed by Chris Dumez.
Follow the spec by introducing
https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformreadable
and related methods.
This will be useful to implement transferring of readable and writable streams.
Covered by added API test, using new internal API.
Canonical link: https://commits.webkit.org/306488@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications