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