ladybird/Userland
Andreas Kling 6f34758947 LibWeb: Don't invalidate layout tree on all DOM node removals
DOM nodes that didn't have a layout node before being removed from the
DOM are not going to change the shape of the layout tree after being
removed.

Observing this, we can avoid a full layout tree rebuild on some DOM node
removals.

This avoids a bunch of tree building work when loading https://x.com/
2024-09-19 10:12:44 +02:00
..
Libraries LibWeb: Don't invalidate layout tree on all DOM node removals 2024-09-19 10:12:44 +02:00
Services RequestServer: Make WebSocket IPC APIs asynchronous 2024-09-19 07:37:46 +02:00
Utilities LibMedia+Utilities: Remove encoders and aconv 2024-09-12 10:01:19 +02:00