ladybird/Userland/Libraries/LibWeb/Page
Andreas Kling 2323b6fb74 LibWeb: Use the correct DOM node when moving text cursor with mouse
We should use the DOM node returned by the TextCursor hit test,
and not the one we got from the earlier Exact hit test.
2021-02-15 23:25:29 +01:00
..
EditEventHandler.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
EditEventHandler.h
EventHandler.cpp LibWeb: Use the correct DOM node when moving text cursor with mouse 2021-02-15 23:25:29 +01:00
EventHandler.h
Frame.cpp LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Frame.h LibWeb: Remove WidgetBox layout node 2021-02-10 09:13:30 +01:00
Page.cpp
Page.h LibWeb: Move window.confirm() to using a PageClient callback 2021-02-10 09:13:30 +01:00