ladybird/Libraries/LibWeb/Page
Tim Ledbetter 7874f325a8 LibWeb: Implement InputEvent.getTargetRanges()
This returns a list of ranges that would be affected by a change to the
DOM if the input event is not cancelled.
2025-07-20 12:34:14 +12:00
..
DragAndDropEventHandler.cpp LibWeb+LibGfx: Apply editorial punctuation/whitespace/markup fixes 2025-06-25 03:12:19 +12:00
DragAndDropEventHandler.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
EventHandler.cpp LibWeb: Implement InputEvent.getTargetRanges() 2025-07-20 12:34:14 +12:00
EventHandler.h LibWeb: Return EventResult in EventHandler::focus_next/previous_element 2025-06-13 17:39:11 +02:00
EventResult.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
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 Tests: Replace load-reference-page debug action with internals method 2025-07-17 12:59:11 +01:00