ladybird/Services/WebDriver
Andrew Kaster 02afbf3285 WebDriver: Access global sessions mutably when finding sessions
We grab RefPtr to non-const for the sessions within, so we can't call
const get() on the global maps. That would return a const reference.
2025-04-16 10:41:44 -06:00
..
Client.cpp LibWeb+WebContent+WebDriver: Port WebDriver to String 2025-02-20 19:27:51 -05:00
Client.h WebDriver: Move session management to the Session class 2025-02-10 11:33:53 -05:00
CMakeLists.txt Meta: Link with OpenSSL explicitly 2025-02-17 12:36:26 +01:00
main.cpp WebDriver: Temporarily disable site isolation 2025-03-12 02:00:54 +00:00
Session.cpp WebDriver: Access global sessions mutably when finding sessions 2025-04-16 10:41:44 -06:00
Session.h WebDriver: Properly distinguish HTTP sessions from other sessions 2025-02-10 11:33:53 -05:00
WebContentConnection.cpp Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00
WebContentConnection.h Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02:00