ladybird/Userland/Libraries/LibWeb/Fetch/Fetching
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
..
Checks.cpp LibWeb: Rename URL platform object to DOMURL 2024-02-25 08:54:31 +01:00
Checks.h
Fetching.cpp LibWeb: Fix GC leaks in Fetch::Infrastructure::Body::fully_read() 2024-04-23 12:50:40 +02:00
Fetching.h LibWeb: Prefer GCPtr<T> over Optional<NonnullGCPtr<T>> 2024-04-07 18:01:05 +02:00
PendingResponse.cpp LibWeb: Use JS::HeapFunction in Fetch::Fetching::PendingResponse 2024-04-03 18:14:33 +02:00
PendingResponse.h LibWeb: Use JS::HeapFunction in Fetch::Fetching::PendingResponse 2024-04-03 18:14:33 +02:00
RefCountedFlag.cpp
RefCountedFlag.h