mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
28 lines
710 B
Plaintext
28 lines
710 B
Plaintext
=====================
|
|
Multi-process model:
|
|
=====================
|
|
|
|
Server Client
|
|
|
|
WebContent GUI process (OutOfProcessWebView embedder)
|
|
|
|
OutOfProcessWebView (this is a GUI::Widget)
|
|
WebContent::ClientConnection <---> WebContentClient
|
|
WebContent::PageHost (Web::PageClient)
|
|
Web::Page
|
|
Web::Frame
|
|
Web::Document
|
|
..
|
|
|
|
|
|
=====================
|
|
Single process model:
|
|
=====================
|
|
|
|
Web::InProcessWebView (this is a GUI::Widget, and also a Web::PageClient)
|
|
Web::Page
|
|
Web::Frame
|
|
Web::Document
|
|
..
|
|
|