ladybird/Userland/Libraries/LibWeb/FileAPI
Andreas Kling 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
These don't have to worry about the input not being valid UTF-8 and
so can be infallible (and can even return self if no changes needed.)

We use this instead of Infra::to_ascii_{upper,lower}_case in LibWeb.
2024-10-14 20:47:35 +02:00
..
Blob.cpp AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() 2024-10-14 20:47:35 +02:00
Blob.h LibWeb/FileAPI: Update Blob.slice for spec changes 2024-08-23 12:08:11 +01:00
Blob.idl LibWeb/FileAPI: Add [Clamp] extended attribute to Blob.slice 2024-08-23 12:08:11 +01:00
BlobURLStore.cpp LibWeb+LibURL: Move HTML::Origin to URL::Origin 2024-10-05 10:46:30 +02:00
BlobURLStore.h LibWeb: Implement "Resolve a Blob URL" 2024-05-12 15:46:29 -06:00
File.cpp LibWeb: Parse mimetype when creating Blob and File 2024-10-04 20:03:49 +02:00
File.h LibWeb: Add DeserializationMemory parameter to deserialization_steps() 2024-03-20 09:16:01 +01:00
File.idl
FileList.cpp LibWeb: Disallow creating a FileAPI::FileList with a vector of files 2024-08-19 13:29:19 +02:00
FileList.h LibWeb: Disallow creating a FileAPI::FileList with a vector of files 2024-08-19 13:29:19 +02:00
FileList.idl
FileReader.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
FileReader.h LibJS+LibWeb: Fix a ton of JS_CELL-like macro issues 2024-05-30 09:29:20 -06:00
FileReader.idl