ladybird/Tests/LibWeb/Text/expected/Worker
Konstantin Konstantin 9dad8f55a4 LibWeb: Implement transfer for Resizable/ArrayBuffer
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.
2024-12-03 21:32:01 +00:00
..
Worker-blob.txt LibWeb/Tests: Add a basic test for a blob URL given to a Worker 2024-05-12 15:46:29 -06:00
Worker-close-after-postMessage.txt LibWeb: Don't discard PostedMessage tasks when closing a worker 2024-10-08 06:51:04 +02:00
Worker-crypto.txt LibWeb: Expose crypto object to workers 2024-09-18 10:09:01 +02:00
Worker-echo.txt LibWeb+WebWorker: Convert Workers to use MessagePorts for postMessage 2023-12-25 12:09:11 +01:00
Worker-importScripts.txt LibWeb: Implement WorkerGlobalScope.importScripts() 2024-05-29 08:17:18 +02:00
Worker-location.txt LibWeb: Set correct prototype for WorkerLocation 2024-07-28 21:40:30 +02:00
Worker-module.txt Tests: Add test for loading module scripts in Workers 2024-03-06 07:19:10 +01:00
Worker-performance.txt LibWeb: Allow the Performance object to be used by workers 2024-04-02 07:46:16 +02:00
Worker-postMessage-transfer.txt LibWeb: Implement transfer for Resizable/ArrayBuffer 2024-12-03 21:32:01 +00:00