ladybird/Libraries/LibWeb/Frame
Andreas Kling 3ae3729b4e LibWeb: Let subframes propagate paint invalidations via host element
When a paint invalidation occurs inside a subframe, it bubbles up to
Frame::set_needs_display(). From there, we call PageView if this is
the main frame, or otherwise invalidate the subframe host element.
2020-06-07 14:56:29 +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: Let subframes propagate paint invalidations via host element 2020-06-07 14:56:29 +02:00
Frame.h LibWeb: Let subframes propagate paint invalidations via host element 2020-06-07 14:56:29 +02:00