SIGN IN SIGN UP

LibDevTools+LibWebView: Support DevTools page reloads

Firefox reloads remote targets through the tab descriptor's
reloadDescriptor request. We advertised support for that request, but
left it unhandled, so Firefox could clear inspector state without
causing Ladybird to reload the page.

Route reloadDescriptor, and the legacy frame target reload request,
through the DevTools delegate to WebView's reload path. This lets the
existing navigation notifications publish the replacement inspector root
after the reload completes.
S
Sam Atkins committed
7c1e911fa90953362b3fd91d18fc93e78f129375
Parent: bbb4be8