Files
ladybird/Libraries/LibWeb/DOM
Aliaksandr Kalenik e1119023e9 LibWeb: Optimize pseudo elements presence check in hover style update
Instead of using `has_pseudo_elements()` that iterates over all pseudo
elements, only check if `::before` or `::after` are present.

Before this change, `has_pseudo_elements()` was 10% of profiles on
Discord while now it's 1-2%.
2025-02-19 19:56:52 +01:00
..
2025-01-11 23:10:09 +01:00
2025-01-23 09:33:10 +01:00