1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 20:37:35 +00:00
serenity/Userland/Libraries/LibWeb/Page
Andreas Kling e83681ee34 LibWeb: Use the right DOM node when placing cursor on double-click
This fixes a null pointer dereference when double-clicking in text
content on some pages.
2023-05-23 07:43:26 +02:00
..
EditEventHandler.cpp LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
EditEventHandler.h LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2023-03-15 08:48:49 +01:00
EventHandler.cpp LibWeb: Use the right DOM node when placing cursor on double-click 2023-05-23 07:43:26 +02:00
EventHandler.h LibWeb: Clear the mouse event tracking node when it stops wanting events 2023-04-27 18:28:43 +02:00
Page.cpp LibWeb+WebContent: Add APIs to control video playback state 2023-05-16 12:48:39 +02:00
Page.h LibWeb+WebContent: Add APIs to control video playback state 2023-05-16 12:48:39 +02:00