ladybird/Libraries/LibWeb/WebDriver
Andreas Kling dfe776b722 WebDriver: Stop using the ancient Core::EventReceiver parent/child API
Before this change, clients were kept alive by making them children of
the TCPServer object. This ownership model is going away (and this was
the only remaining use of it!) so let's just put the clients in a hash
table instead.
2025-08-11 16:55:25 +02:00
..
Actions.cpp LibWeb: Use GC::Ptr for BrowsingContext pointer saved in Document 2025-07-17 15:55:30 +01:00
Actions.h
Capabilities.cpp
Capabilities.h
Client.cpp WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
Client.h WebDriver: Stop using the ancient Core::EventReceiver parent/child API 2025-08-11 16:55:25 +02:00
Contexts.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
Contexts.h
ElementLocationStrategies.cpp
ElementLocationStrategies.h
ElementReference.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
ElementReference.h
Error.cpp
Error.h
ExecuteScript.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
ExecuteScript.h
HeapTimer.cpp
HeapTimer.h
InputSource.cpp
InputSource.h
InputState.cpp
InputState.h
JSON.cpp LibJS+LibWeb+WebContent: Port JS::PropertyKey to UTF-16 2025-08-05 07:07:15 -04:00
JSON.h
Properties.h
Proxy.cpp
Proxy.h
Response.cpp
Response.h
Screenshot.cpp LibWeb+LibGfx: Replace BackingStore with PaintingSurface 2025-07-04 16:12:47 +02:00
Screenshot.h
TimeoutsConfiguration.cpp
TimeoutsConfiguration.h
UserPrompt.cpp
UserPrompt.h