ladybird/Userland
Andreas Kling 1e7b17f150 LibWeb: Don't crash on getClientRects() in document without navigable
I previously believed there was no way a detached document should have
layout information, but it turns out there is a way: getComputedStyle().

So we need to account for cases where we have a layout node, but no
navigable, since that is a state we can get into at this moment.

Fixes #354
2024-08-05 14:56:04 +02:00
..
Libraries LibWeb: Don't crash on getClientRects() in document without navigable 2024-08-05 14:56:04 +02:00
Services LibProtocol+RequestServer: Add IPC to dump RequestServer connection info 2024-08-03 15:53:07 -04:00
Utilities LibURL+Everywhere: Only percent decode URL paths when actually needed 2024-08-05 09:58:13 +02:00