Andreas Kling
3e970540b4
LibWeb: Don't compute full style for ::before/::after unless matched
...
Before this patch, we would build full computed style for these pseudo
elements, for every DOM element, even if no ::before/::after selector
actually matched.
This was a colossal waste of time, and we can also just not do that.
Instead, just abort pseudo element style resolution early if no relevant
selectors matched. :^)
2023-03-14 16:53:03 +01:00
..
2023-03-13 15:16:20 +00:00
2023-03-13 12:46:42 -04:00
2023-03-12 22:09:09 +01:00
2023-03-10 13:15:44 +01:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 12:12:17 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-10 13:15:44 +01:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-13 20:50:38 +01:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-10 13:15:44 +01:00
2023-03-13 15:16:20 +00:00
2023-03-11 13:22:57 +00:00
2023-03-13 15:16:20 +00:00
2023-03-10 13:15:44 +01:00
2023-03-13 12:12:17 +00:00
2023-03-10 13:15:44 +01:00
2023-03-13 15:16:20 +00:00
2023-03-13 15:16:20 +00:00
2023-03-14 16:53:03 +01:00
2023-03-13 15:16:20 +00:00
2023-03-13 22:05:22 +00:00
2023-03-10 13:15:44 +01:00