Files
ladybird/Libraries/LibWeb/DOM
Aliaksandr Kalenik b153420feb LibWeb: Reduce memory usage in hover style invalidation
Instead of allocating 3 vectors with size equal to the number of
elements potentially affected by hover:
- for the elements themselves
- for selector match state of each element before hovered node change
- for selector match state of each element after hovered node change

now we allocate none of them, but mark element for style recalculation
as we traverse the tree.
2025-01-28 18:55:42 +01:00
..
2025-01-11 23:10:09 +01:00
2025-01-23 09:33:10 +01:00