1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Services
Timothy Flynn d95be7d88c WebDriver: Move session management to the Session class
Session management is a bit awkward right now in that the list of active
sessions is managed by Client, resulting in operations like closing a
session being split between several functions in Client and Session.

This patch moves all session management to the Session class. Closing a
session is now entirely in Session::close().

This will make managing a separate HTTP session list a bit simpler.
2025-02-10 11:33:53 -05:00
..
ImageDecoder ImageDecoder: Do not copy the vectors of decoded image data 2025-02-10 16:05:43 +00:00
RequestServer RequestServer: Check for empty list of IP addresses in DNS result 2025-02-03 00:14:22 +01:00
WebContent WebContent: Track the ongoing script execution with an ID 2025-02-10 10:20:32 +00:00
WebDriver WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
WebWorker Revert "WebWorker: Prefer the default EventLoopManager over Qt's…" 2025-01-31 10:58:31 +00:00
CMakeLists.txt Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00