Files
ladybird/Userland/Libraries/LibWeb/DOM
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
..
2024-06-26 05:41:00 +02:00
2024-07-20 18:02:51 +01:00