Files
ladybird/Userland/Libraries/LibWeb/FileAPI
Timothy Flynn 8b4d28b5fd LibWeb: Disallow creating a FileAPI::FileList with a vector of files
This factory forced callers to make a list of GC-allocated FileAPI::File
objects. This isn't safe - this opens a window for these files to be
garbage collected before the FileList object stores / visits the list.

Instead, only allow creating an empty FileList and incrementally adding
files to that list.
2024-08-19 13:29:19 +02:00
..
2024-07-26 10:21:32 +02:00
2024-07-26 10:21:32 +02:00
2024-07-26 10:21:32 +02:00