1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Libraries/LibWeb/Frame
Andreas Kling 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame
* A PageView is a view onto a Page object.
* A Page always has a main Frame (root of Frame tree.)
* Page has a PageClient. PageView is a PageClient.

The goal here is to allow building another kind of view onto
a Page while keeping the rest of LibWeb intact.
2020-06-08 21:12:20 +02:00
..
EventHandler.cpp LibWeb: Add Page abstraction between PageView and main Frame 2020-06-08 21:12:20 +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 Page abstraction between PageView and main Frame 2020-06-08 21:12:20 +02:00
Frame.h LibWeb: Add Page abstraction between PageView and main Frame 2020-06-08 21:12:20 +02:00