Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f1d59834d1c5d02d7a7e035f27cc90ab999a1fbf
https://github.com/WebKit/WebKit/commit/f1d59834d1c5d02d7a7e035f27cc90ab999a1fbf
Author: Youenn Fablet <[email protected]>
Date: 2025-10-01 (Wed, 01 Oct 2025)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/streams/readable-byte-streams/non-transferable-buffers.any-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/streams/readable-byte-streams/non-transferable-buffers.any.serviceworker-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/streams/readable-byte-streams/non-transferable-buffers.any.sharedworker-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/streams/readable-byte-streams/non-transferable-buffers.any.worker-expected.txt
M Source/WebCore/Modules/streams/ReadableByteStreamController.cpp
Log Message:
-----------
ReadableByteStreamController should check for non transferable buffers
rdar://161670267
https://bugs.webkit.org/show_bug.cgi?id=299892
Reviewed by Chris Dumez.
We add a check for Wasm backed array buffer in transferArrayBuffer to prevent
transferring those buffers.
We do a refactoring to return an exceptino when transferring fails and add
handling code at call site.
Covered by rebased tests.
Canonical link: https://commits.webkit.org/300814@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes