ladybird/Userland
Andreas Kling 5431db8c1c LibWeb: Avoid unnecessary style recomputation during traversal
While traversing the DOM tree, looking for nodes that need a style
update, we were recomputing style for every node visited along the way,
even nodes that didn't themselves need a style update (but one of their
descendants did).

This avoids a bunch of completely unnecessary style recomputation on
basically every website.
2024-11-06 10:49:32 +01:00
..
Libraries LibWeb: Avoid unnecessary style recomputation during traversal 2024-11-06 10:49:32 +01:00
Services WebContent: Close top-level traversables asynchronously 2024-11-05 10:58:34 -07:00
Utilities Utilities: Remove no-op calls to unveil and pledge 2024-10-18 18:16:18 +02:00