ladybird/Services/WebDriver
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
..
Client.cpp WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
Client.h WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
CMakeLists.txt LibWebView+Services+UI: Move process helpers to LibWebView 2024-11-11 07:35:43 -05:00
main.cpp WebDriver: Disable scrollbar painting when launching the browser 2025-01-15 12:33:53 +00:00
Session.cpp WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
Session.h WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
WebContentConnection.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
WebContentConnection.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00