ladybird/Userland
Tim Ledbetter 156c1083e9 LibWeb: Cache text blocks used by find in page
The first step of the find in page algorithm is to walk the layout tree
of each document on the page and construct a list of strings against
which to search for matches.

Previously, this was being done for each new query, even when the
page content hadn't been updated. The output of this process is now
cached in the viewport node of the associated document. This ensures
that this process is no longer repeated unnceessarily.
2024-07-03 15:35:14 +02:00
..
Libraries LibWeb: Cache text blocks used by find in page 2024-07-03 15:35:14 +02:00
Services LibWeb: Stop deadlocking on unit tests 2024-07-03 15:01:03 +02:00
Utilities LibWebView+LibCore: Manage process lifecycle using a SIGCHLD handler 2024-07-01 18:10:56 +02:00