serenity/Userland
Andreas Kling 184368285c LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read()
By making this function accept the success and error steps as
HeapFunction rather than SafeFunction, we break a bunch of strong
GC cycles.
2024-04-23 12:50:40 +02:00
..
Applets Keymap: Draw the current keymap text with the correct theme color 2024-03-02 19:24:53 +00:00
Applications Ladybird: Slightly increase the size of the Task Manager window 2024-04-22 14:46:10 -06:00
BuggieBox AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Demos Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
DevTools LibIPC+Userland: Make IPC::File always own its file descriptor 2024-04-19 06:34:07 -04:00
DynamicLoader LibC+LibELF: Use AT_RANDOM ELF auxiliary vector for __stack_chk_guard 2024-04-21 13:34:04 -06:00
Games Everywhere: Use east const in more places 2024-04-19 06:31:19 -04:00
Libraries LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
Services LibLocale: Statically link LibLocaleData into LibLocale 2024-04-21 13:34:04 -06:00
Shell Everywhere: Remove uneeded short option argument where possible 2024-04-22 08:10:08 +02:00
Utilities Ladybird+LibWebView: Move SQLServer launcher to Ladybird 2024-04-22 14:46:10 -06:00
CMakeLists.txt