ladybird/Libraries/LibWeb/Fetch/Infrastructure
Luke Wilde cae0ab2139 LibWeb: Make PolicyContainer GC allocated
This is required to store Content Security Policies, as their
Directives are implemented as subclasses with overridden virtual
functions. Thus, they cannot be stored as generic Directive classes, as
it'll lose the ability to call overridden functions when they are
copied.
2025-02-21 12:43:48 +00:00
..
HTTP LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
ConnectionTimingInfo.h LibWeb: Convert ConnectionTimingInfo to a standard layout struct 2025-02-18 11:26:34 -07:00
FetchAlgorithms.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchAlgorithms.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchController.cpp LibWeb/Fetch: Deserialize abort reason 2024-12-16 12:43:16 +01:00
FetchController.h LibWeb/Fetch: Deserialize abort reason 2024-12-16 12:43:16 +01:00
FetchParams.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchParams.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchRecord.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchRecord.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
FetchTimingInfo.cpp LibWeb: Convert ConnectionTimingInfo to a standard layout struct 2025-02-18 11:26:34 -07:00
FetchTimingInfo.h LibWeb: Convert ConnectionTimingInfo to a standard layout struct 2025-02-18 11:26:34 -07:00
HTTP.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HTTP.h LibWeb: Implement formData() for "multipart/form-data" 2025-01-20 23:33:51 +00:00
IncrementalReadLoopReadRequest.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
IncrementalReadLoopReadRequest.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
MimeTypeBlocking.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
MimeTypeBlocking.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NetworkPartitionKey.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NetworkPartitionKey.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NoSniffBlocking.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
NoSniffBlocking.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PortBlocking.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PortBlocking.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RequestOrResponseBlocking.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Task.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Task.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
URL.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
URL.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00