Files
ladybird/Userland/Libraries/LibWeb
Andreas Kling e405a8f730 LibWeb: Defer the handling of WebContent process crashes
Handling crashes synchronously is finicky since we're modifying the
m_client_state struct while in a callback lambda owned by it.
Let's avoid all the footguns here by simply using deferred_invoke()
and handling the crash on next event loop iteration instead.
2021-02-22 11:28:34 +01:00
..
2021-02-21 23:48:01 +01:00
2021-02-20 12:19:46 +01:00
2021-01-22 21:49:54 +01:00
2021-02-17 15:59:13 +01:00
2021-01-22 21:49:54 +01:00