1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 15:21:00 +00:00
serenity/Libraries/LibWeb/Frame
Andreas Kling 747b21782e LibWeb: Open subframe links inside the subframe itself
We now only delegate to the Web::PageView embedded when clicking links
in the main frame. Links in subframes are handled internally.
2020-06-07 14:45:59 +02:00
..
EventHandler.cpp LibWeb: Open subframe links inside the subframe itself 2020-06-07 14:45:59 +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