ladybird/Libraries/LibWeb/Page
Sam Atkins 7c1d359790 LibWeb: Clean-up more input state after running each test
The clean-up in 71c457c36e turns out to
not be enough for all cases. So be more thorough and clear up anything
that could affect the next test.

In particular this fixes flakiness in `Text/input/select-text.html` but
hopefully it solves the issue for good!
2026-04-17 14:13:18 +01:00
..
AutoScrollHandler.cpp LibWeb: Make AutoScrollHandler's auto_scroll_paintable helper public 2026-04-13 13:01:45 -04:00
AutoScrollHandler.h LibWeb: Make AutoScrollHandler's auto_scroll_paintable helper public 2026-04-13 13:01:45 -04:00
DragAndDropEventHandler.cpp LibWeb: Add support for handling drag-and-drop events of DOM elements 2026-04-05 11:34:42 -04:00
DragAndDropEventHandler.h LibWeb: Clean-up more input state after running each test 2026-04-17 14:13:18 +01:00
ElementResizeAction.cpp LibWeb: Remove Document.h include from Layout/Node.h 2026-02-08 18:51:13 +01:00
ElementResizeAction.h LibWeb: Implement resizing for eligible elements and update scrollbars 2026-01-12 11:00:14 +00:00
EventHandler.cpp LibWeb: Clean-up more input state after running each test 2026-04-17 14:13:18 +01:00
EventHandler.h LibWeb: Clean-up more input state after running each test 2026-04-17 14:13:18 +01:00
EventResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
InputEvent.cpp Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
InputEvent.h Everywhere: Consolidate double/triple click handling to use click count 2026-03-17 04:01:29 -05:00
MiddleButtonScrollHandler.cpp LibWeb: Enable middle mouse autoscroll on middle mouse clicks 2026-04-15 13:37:43 -04:00
MiddleButtonScrollHandler.h LibWeb: Enable middle mouse autoscroll on middle mouse clicks 2026-04-15 13:37:43 -04:00
Page.cpp LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
Page.h LibWeb: Implement cross process BroadcastChannel delivery 2026-04-14 18:43:28 +02:00
ViewportIsFullscreen.h Everywhere: Add an is_fullscreen parameter to set_viewport 2026-03-17 18:58:37 -05:00