mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-01 07:35:02 +03:00
59e8dedea2
Let's simplify our offering by only having the OutOfProcessWebView.
17 lines
513 B
Plaintext
17 lines
513 B
Plaintext
=====================
|
|
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
|
|
..
|
|
|