ladybird/Userland
Tim Ledbetter e76ad9492e LibWeb: Elide boundary checks when constructing find in page ranges
Previously, unnecessary boundary checks were being done when
constructing the range objects used to represent find in page matches.
These checks are no longer performed leading to a significant speedup
when performing find in page queries on pages containing a lot of text.
2024-07-03 15:35:14 +02:00
..
Libraries LibWeb: Elide boundary checks when constructing find in page ranges 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