ladybird/Userland
Sam Atkins 3abd3ef5e2 LibWeb: Compute pseudo-element style when computing element style
Previously, pseudo-elements had their style computed while the layout
tree was being built. Instead, do so inside Element::recompute_style(),
using the same invalidation mechanism that the element itself uses.

This also has the effect of invalidating the layout much less often.
2024-07-31 12:15:39 +02:00
..
Libraries LibWeb: Compute pseudo-element style when computing element style 2024-07-31 12:15:39 +02:00
Services RequestServer: Actually hold on to the preload job until it's done 2024-07-30 12:03:30 -04:00
Utilities Utilities/js: Make it possible to exit via two consecutive ^C's 2024-07-27 11:49:45 +01:00