mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 23:56:06 +00:00
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.
This commit is contained in:
parent
5072d4e02d
commit
92392398a2
Notes:
sideshowbarker
2024-07-19 05:44:51 +09:00
Author: https://github.com/awesomekling
Commit: 92392398a2
16 changed files with 351 additions and 179 deletions
|
@ -53,6 +53,8 @@ class LoadRequest;
|
|||
class MouseEvent;
|
||||
class Node;
|
||||
class Origin;
|
||||
class Page;
|
||||
class PageClient;
|
||||
class Resource;
|
||||
class ResourceLoader;
|
||||
class Selector;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue