mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
59e8dedea2
Let's simplify our offering by only having the OutOfProcessWebView.
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
|
|
..
|
|
|