ladybird/Services
Timothy Flynn 822fcc39de RequestServer: Manage request lifetimes as a simple state machine
We currently manage request lifetime as both an ActiveRequest structure
and a series of lambda callbacks. In an upcoming patch, we will want to
"pause" a request to de-duplicate equivalent requests, such that only
one request goes over the network and saves its response to the disk
cache.

To make that easier to reason about, this adds a Request class to manage
the lifetime of a request via a state machine. We will now be able to
add a "waiting for disk cache" state to stop the request.
2025-10-28 11:52:51 +01:00
..
ImageDecoder ImageDecoder: Enable in Windows CI 2025-08-23 16:04:36 -06:00
RequestServer RequestServer: Manage request lifetimes as a simple state machine 2025-10-28 11:52:51 +01:00
WebContent Everywhere: Remove AudioCodecPlugin and Qt Multimedia 2025-10-27 17:28:49 -07:00
WebDriver LibWebView+WebContent: Allow setting the default time zone 2025-10-23 14:42:45 +02:00
WebWorker LibWeb: Implement cookie fetching for Workers 2025-09-09 15:28:38 +02:00
CMakeLists.txt Services/WebDriver: Enable on Windows 2025-09-15 09:19:52 +02:00