ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
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
..
Bodies.cpp LibWeb: Add a 'get a reader' helper method on ReadableStream 2024-12-25 12:00:54 +01:00
Bodies.h LibWeb: Remove exception handling from safely extracting response bodies 2024-12-09 20:02:51 -07:00
Headers.cpp LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Headers.h LibWeb: Avoid re-encoding response headers 2024-12-17 13:44:10 +01:00
Methods.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Methods.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Requests.cpp LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
Requests.h LibWeb: Make PolicyContainer GC allocated 2025-02-21 12:43:48 +00:00
Responses.cpp LibWeb: Store response creation time as MonotonicTime 2025-01-27 14:53:33 +01:00
Responses.h LibWeb: Set navigation start time when creating a new Document 2025-01-27 14:53:33 +01:00
Statuses.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Statuses.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00