ladybird/Userland
Andreas Kling 8beb7c7700 LibWeb: Cache whether there are any :has() selectors present
As useful as they may be to web developers, :has() selectors complicate
the style invalidation process quite a lot.

Let's have StyleComputer keep track of whether they are present at all
in the current set of active style sheets. This will allow us to
implement fast-path optimizations when there are no :has() selectors.
2024-09-22 18:42:40 +02:00
..
Libraries LibWeb: Cache whether there are any :has() selectors present 2024-09-22 18:42:40 +02:00
Services RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00
Utilities LibWebView+WebContent+headless-browser: Make the page info IPCs async 2024-09-19 18:07:17 +02:00