ladybird/Userland/Libraries/LibWeb/FileAPI
Kenneth Myhra a3661fd7f2 LibWeb: Let queue_global_task() take a JS::HeapFunction
Changes the signature of queue_global_task() from AK:Function to
JS::HeapFunction to be more clear to the user of the function that this
is what it uses internally.
2024-04-20 18:11:01 +02:00
..
Blob.cpp LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
Blob.h LibWeb: Add DeserializationMemory parameter to deserialization_steps() 2024-03-20 09:16:01 +01:00
Blob.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
BlobURLStore.cpp LibWeb: Stop leaking entire realms via Blob URLs 2024-04-03 22:20:50 +02:00
BlobURLStore.h LibWeb: Stop leaking entire realms via Blob URLs 2024-04-03 22:20:50 +02:00
File.cpp LibWeb: Add DeserializationMemory parameter to deserialization_steps() 2024-03-20 09:16:01 +01:00
File.h LibWeb: Add DeserializationMemory parameter to deserialization_steps() 2024-03-20 09:16:01 +01:00
File.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
FileList.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
FileList.h LibWeb: Add {,de}serialization steps for FileList 2024-03-20 09:16:01 +01:00
FileList.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00
FileReader.cpp LibWeb: Let queue_global_task() take a JS::HeapFunction 2024-04-20 18:11:01 +02:00
FileReader.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
FileReader.idl IDL: Add missing #imports 2023-11-11 08:51:51 +01:00