mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-13 06:32:54 +00:00
Implement transfer logic for ArrayBuffer and ResizableArrayBuffer. Change TransferDataHolder data type to Vector<u32> to reuse existing serialization infrastructure. Fix 5 WPT tests in `window-postmessage.window.html` that relates to transport. Fix `LibWeb/Text/input/Worker/Worker-postMessage-transfer.html`. The latter is currently ignored due to flakiness, no rebaseline is needed. During serialization with transfer, initialize memory with known index and initialize Serializer at position that dependent on the memory. This is mandatory to make ArrayBuffer transport to work. It also happens to fix 4 WPT tests, that are related to curcular references during serialization. |
||
---|---|---|
.. | ||
Worker-blob.txt | ||
Worker-close-after-postMessage.txt | ||
Worker-crypto.txt | ||
Worker-echo.txt | ||
Worker-importScripts.txt | ||
Worker-location.txt | ||
Worker-module.txt | ||
Worker-performance.txt | ||
Worker-postMessage-transfer.txt |