ladybird/Libraries/LibWeb/Page
Johan Dahlin 38ef7e0180 LibWeb: Guard MiddleButtonScrollHandler destructor against stale layout
Calling document().paintable() asserts layout_is_up_to_date(), which
can fail when the handler is destroyed during a navigation.
Guard the repaint call so the destructor is safe to run regardless of
layout state.
2026-04-27 14:03:39 +02: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: Skip layout update in handle_mousemove when not needed 2026-04-25 15:45:12 +02:00
EventHandler.h LibWeb: Prevent dragstart after a prevented mousedown or dragstart 2026-04-22 07:34:18 -04: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: Guard MiddleButtonScrollHandler destructor against stale layout 2026-04-27 14:03:39 +02: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