ladybird/Userland/Services
Ali Mohammad Pur 4211639e45 RequestServer+LibHTTP: Cancel requests on client exit
That usually happens in "exceptional" states when the client exits
unexpectedly (crash, force quit mid-load, etc), leading to the job flush
timer firing and attempting to write to a nonexistent object (the
client).

This commit makes RS simply cancel such jobs; cancelled jobs in this
state simply go away instead of sending notifications around.
2024-07-28 13:02:49 +02:00
..
ImageDecoder ImageDecoder: Pass decoded images as Gfx::Bitmap over IPC 2024-07-18 09:05:10 +02:00
RequestServer RequestServer+LibHTTP: Cancel requests on client exit 2024-07-28 13:02:49 +02:00
WebContent Bindings: Make item_value return an Optional<JS::Value> 2024-07-26 14:26:16 +02:00
WebDriver Meta+CMake: Remove unused CMake functions and features 2024-06-05 12:23:54 -04:00
WebWorker LibWeb: Create separate DedicatedWorkerGlobalScope class 2024-07-10 07:04:53 +02:00