ladybird/Userland
Timothy Flynn 47af8c6733 LibWeb: Defer handling of WebDriver endpoint invocations
We can currently crash on WebDriver session shutdown when we receive a
Delete Session command. This destroys the WebDriver client while we are
inside the client's socket's on_ready_to_read callback. This is not
allowed by AK::Function.

To avoid this, we now only read data from the socket in the callback. We
then defer handling the message to break out of the callback.
2024-10-28 23:27:25 +01:00
..
Libraries LibWeb: Defer handling of WebDriver endpoint invocations 2024-10-28 23:27:25 +01:00
Services LibWeb: Remove reference counting for CSS::StyleProperties 2024-10-27 13:26:30 +01:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00