mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00
16 lines
513 B
Text
16 lines
513 B
Text
=====================
|
|
Multi-process model:
|
|
=====================
|
|
|
|
Server Client
|
|
|
|
WebContent GUI process (OutOfProcessWebView embedder)
|
|
|
|
OutOfProcessWebView (this is a GUI::Widget)
|
|
WebContent::ConnectionFromClient <---> WebContentClient
|
|
WebContent::PageHost (Web::PageClient)
|
|
Web::Page
|
|
Web::Frame
|
|
Web::Document
|
|
..
|
|
|