1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-24 22:27:42 +00:00
serenity/Libraries/LibWeb/Frame
Andreas Kling d1852b4547 LibWeb: Add per-Frame EventHandler, handle mouse events recursively
We now handle mouse events by recursing into subframes. This makes
links, tooltips, etc, work inside <iframe> content.
2020-06-07 14:40:38 +02:00
..
EventHandler.cpp LibWeb: Add per-Frame EventHandler, handle mouse events recursively 2020-06-07 14:40:38 +02:00
EventHandler.h LibWeb: Add per-Frame EventHandler, handle mouse events recursively 2020-06-07 14:40:38 +02:00
Frame.cpp LibWeb: Add per-Frame EventHandler, handle mouse events recursively 2020-06-07 14:40:38 +02:00
Frame.h LibWeb: Add per-Frame EventHandler, handle mouse events recursively 2020-06-07 14:40:38 +02:00