ladybird/Userland/Libraries/LibWeb/Fetch/Infrastructure
Aliaksandr Kalenik 5951a93f51 LibWeb: Remove GC allocations in FetchAlgorithms constructor
We should not GC allocate in the constructors of GC-allocated objects
because a new allocation might trigger garbage collection, which in
turn might access not fully initialized objects.
2023-09-03 18:52:31 +02:00
..
HTTP LibWeb/Fetch: Use origins in Cross-Origin-Embedder-Policy algorithm 2023-08-26 18:44:21 -04:00
ConnectionTimingInfo.cpp
ConnectionTimingInfo.h
FetchAlgorithms.cpp LibWeb: Remove GC allocations in FetchAlgorithms constructor 2023-09-03 18:52:31 +02:00
FetchAlgorithms.h LibWeb: Remove GC allocations in FetchAlgorithms constructor 2023-09-03 18:52:31 +02:00
FetchController.cpp
FetchController.h
FetchParams.cpp
FetchParams.h
FetchTimingInfo.cpp
FetchTimingInfo.h
HTTP.cpp
HTTP.h
MimeTypeBlocking.cpp
MimeTypeBlocking.h
NoSniffBlocking.cpp
NoSniffBlocking.h
PortBlocking.cpp
PortBlocking.h
RequestOrResponseBlocking.h
Task.cpp
Task.h
URL.cpp
URL.h