ladybird/Libraries/LibWeb/FileAPI
Timothy Flynn 86b1c78c1a AK+Everywhere: Prepare Utf16View for integration with a UTF-16 string
To prepare for an upcoming Utf16String, this migrates Utf16View to store
its data as a char16_t. Most function definitions are moved inline and
made constexpr.

This also adds a UDL to construct a Utf16View from a string literal:

    auto string = u"hello"sv;

This let's us remove the NTTP Utf16View constructor, as we have found
that such constructors bloat binary size quite a bit.
2025-07-03 09:51:56 -04:00
..
Blob.cpp LibWeb/FileAPI: Handle an aborted stream in Blob::get_stream() close 2025-05-31 09:12:57 -04:00
Blob.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Blob.idl
BlobURLStore.cpp LibWeb: Update revokeObjectURL for reported spec bugs 2025-01-22 12:33:55 +00:00
BlobURLStore.h LibWeb: Update revokeObjectURL for reported spec bugs 2025-01-22 12:33:55 +00:00
File.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
File.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
File.idl
FileList.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
FileList.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FileList.idl
FileReader.cpp AK+Everywhere: Prepare Utf16View for integration with a UTF-16 string 2025-07-03 09:51:56 -04:00
FileReader.h LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00
FileReader.idl
FileReaderSync.cpp LibWeb: Only set prototype once for object with IDL interface 2025-04-20 18:43:11 +02:00
FileReaderSync.h LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00
FileReaderSync.idl LibWeb: Implement FileReaderSync interface 2025-02-28 04:49:51 +00:00