ladybird/Userland/Libraries/LibWeb/Fetch/Infrastructure/HTTP
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
..
Bodies.cpp LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
Bodies.h LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
Headers.cpp LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Headers.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00
Methods.cpp
Methods.h
Requests.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
Requests.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Responses.cpp AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Responses.h AK+LibURL: Move AK::URL into a new URL library 2024-03-18 14:06:28 -04:00
Statuses.cpp
Statuses.h