1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09:00
ladybird/Services/WebDriver
Aliaksandr Kalenik db8c443392 Everywhere: Make TransportSocket non-movable
Instead of wrapping all non-movable members of TransportSocket in OwnPtr
to keep it movable, make TransportSocket itself non-movable and wrap it
in OwnPtr.
2025-04-09 15:27:52 +02: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 Everywhere: Make TransportSocket non-movable 2025-04-09 15:27:52 +02: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