ladybird/Libraries/LibWeb/Fetch/Infrastructure/HTTP
Andreas Kling 03256a2543 LibWeb: Add "parallel queue" and allow it as fetch task destination
Note that it's not actually executing tasks in parallel, it's still
throwing them on the HTML event loop task queue, each with its own
unique task source.

This makes our fetch implementation a lot more robust when HTTP caching
is enabled, and you can now click links on https://terminal.shop/
without hitting TODO assertions in fetch.
2025-07-17 00:13:39 +02:00
..
Bodies.cpp LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02:00
Bodies.h LibWeb: Add "parallel queue" and allow it as fetch task destination 2025-07-17 00:13:39 +02: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: Enforce Content Security Policy on Fetch requests 2025-03-19 00:55:14 +01:00
Requests.h LibWeb: Implement Resource Timing 2025-03-06 09:00:53 -07:00
Responses.cpp LibWeb: Do not store network errors as a StringView 2025-04-02 11:43:53 +02:00
Responses.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06: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