ladybird/Libraries/LibWeb/Streams
Timothy Flynn 0efa98a57a LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16
This has quite a lot of fall out. But the majority of it is just type or
UDL substitution, where the changes just fall through to other function
calls.

By changing property key storage to UTF-16, the main affected areas are:
* NativeFunction names must now be UTF-16
* Bytecode identifiers must now be UTF-16
* Module/binding names must now be UTF-16
2025-08-05 07:07:15 -04:00
..
AbstractOperations.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
AbstractOperations.h LibWeb: Implement transferable streams AOs 2025-05-21 06:54:44 -04:00
Algorithms.h
ByteLengthQueuingStrategy.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ByteLengthQueuingStrategy.h
ByteLengthQueuingStrategy.idl
CountQueuingStrategy.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
CountQueuingStrategy.h
CountQueuingStrategy.idl
GenericTransformStream.cpp
GenericTransformStream.h
GenericTransformStream.idl
QueuingStrategy.h
QueuingStrategy.idl
QueuingStrategyInit.h
QueuingStrategyInit.idl
ReadableByteStreamController.cpp LibWeb: Align specification step text with current specification 2025-07-20 12:30:43 +12:00
ReadableByteStreamController.h LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableByteStreamController.idl
ReadableStream.cpp LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
ReadableStream.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
ReadableStream.idl LibWeb: Implement ReadableStream's async iterator 2025-04-14 17:43:11 -04:00
ReadableStreamAsyncIterator.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ReadableStreamAsyncIterator.h LibWeb: Implement ReadableStream's async iterator 2025-04-14 17:43:11 -04:00
ReadableStreamBYOBReader.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
ReadableStreamBYOBReader.h
ReadableStreamBYOBReader.idl
ReadableStreamBYOBRequest.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ReadableStreamBYOBRequest.h
ReadableStreamBYOBRequest.idl
ReadableStreamDefaultController.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
ReadableStreamDefaultController.h
ReadableStreamDefaultController.idl
ReadableStreamDefaultReader.cpp LibWeb: Remove unused VM from ReadLoopReadRequest 2025-04-30 09:30:15 -04:00
ReadableStreamDefaultReader.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
ReadableStreamDefaultReader.idl
ReadableStreamGenericReader.cpp LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamGenericReader.h
ReadableStreamGenericReader.idl
ReadableStreamOperations.cpp LibWeb: Move WritableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamOperations.h LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamPipeTo.cpp LibWeb: Move WritableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamPipeTo.h LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamTee.cpp LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
ReadableStreamTee.h LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
Transformer.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
Transformer.h
TransformStream.cpp LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
TransformStream.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
TransformStream.idl
TransformStreamDefaultController.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
TransformStreamDefaultController.h LibWeb: Move ReadableStream AOs into their own file 2025-04-18 06:55:40 -04:00
TransformStreamDefaultController.idl
TransformStreamOperations.cpp LibWeb: Move TransformStream AOs into their own file 2025-04-18 06:55:40 -04:00
TransformStreamOperations.h LibWeb: Move TransformStream AOs into their own file 2025-04-18 06:55:40 -04:00
UnderlyingSink.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
UnderlyingSink.h
UnderlyingSource.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
UnderlyingSource.h
WritableStream.cpp LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
WritableStream.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00
WritableStream.idl
WritableStreamDefaultController.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WritableStreamDefaultController.h LibWeb: Store WritableStream's strategy high water mark as a double 2025-04-11 12:10:46 -04:00
WritableStreamDefaultController.idl
WritableStreamDefaultWriter.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
WritableStreamDefaultWriter.h
WritableStreamDefaultWriter.idl
WritableStreamOperations.cpp LibWeb: Move WritableStream AOs into their own file 2025-04-18 06:55:40 -04:00
WritableStreamOperations.h LibWeb: Move WritableStream AOs into their own file 2025-04-18 06:55:40 -04:00