ladybird/Libraries/LibWeb/Page
Jelle Raaijmakers 66813aea79 LibWeb: Run focusing steps on navigation with the tab key
We run these steps when focusing with a mouse pointer, and it seems
sensible to implement the same behavior for keyboard navigation so we
e.g. correctly unwind the previous focus chain.
2025-06-13 17:39:11 +02:00
..
DragAndDropEventHandler.cpp LibWeb: Correct some spec typos 2025-04-10 04:01:37 +02:00
DragAndDropEventHandler.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
EventHandler.cpp LibWeb: Run focusing steps on navigation with the tab key 2025-06-13 17:39:11 +02:00
EventHandler.h LibWeb: Return EventResult in EventHandler::focus_next/previous_element 2025-06-13 17:39:11 +02:00
EventResult.h
InputEvent.cpp LibWeb+UI: Rename ChromeInputData to BrowserInputData 2025-03-15 19:57:27 -04:00
InputEvent.h LibWeb+UI: Rename ChromeInputData to BrowserInputData 2025-03-15 19:57:27 -04:00
Page.cpp LibWeb: Do not clear the selection, when query is not found 2025-05-26 11:22:48 +02:00
Page.h Everywhere: Implement persistence of localStorage using sqlite 2025-06-12 17:04:35 +02:00