Files
ladybird/Libraries/LibWeb
Jelle Raaijmakers 887ed85877 LibWeb: Return early during viewport scrolling if nothing changes
I noticed that when performing a smooth scroll up or down, we would
repeatedly enter `Navigable::perform_a_scroll_of_the_viewport()` when
the top or bottom (respectively) of the page was reached. Optimize this
case by returning early when we've reached the intended target scroll
position and we're not performing any vertical or horizontal scrolling.
2026-01-29 08:56:21 +01:00
..
2026-01-20 06:51:04 -05:00
2026-01-22 01:29:30 +00:00
2026-01-11 00:01:24 +01:00
2026-01-22 14:56:46 +01:00