1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-11 02:13:56 +09:00
ladybird/Userland
Tim Ledbetter 9b5d1382bf LibWeb: Rerun find in page query when navigating between URLs
Previously, the "Find Next Match" and "Find Previous Match" actions
simply updated the match index of the last query to be performed. This
led to incorrect results if the page had been modified after the last
query had been run.

`Page::find_in_page_next_match()` and
`Page::find_in_page_previous_match()` both now rerun the last query to
ensure the results are up to date before updating the match index.

The match index is also reset if the URL of the active document has
changed since the last query. The current match index is maintained if
only the URL fragment changes.
2024-06-16 09:46:43 +02:00
..
Libraries LibWeb: Rerun find in page query when navigating between URLs 2024-06-16 09:46:43 +02:00
Services LibWeb: Rerun find in page query when navigating between URLs 2024-06-16 09:46:43 +02:00
Utilities Userland: Remove some SerenityOS checks 2024-06-10 13:53:01 +02:00
CMakeLists.txt