mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:47:35 +00:00
LibWeb: Rename WebContentView => OutOfProcessWebView
This commit is contained in:
parent
56c3748dcc
commit
b6e18133ae
10 changed files with 46 additions and 46 deletions
|
@ -4,9 +4,9 @@ Multi-process model:
|
|||
|
||||
Server Client
|
||||
|
||||
WebContent GUI process (WebContentView embedder)
|
||||
WebContent GUI process (OutOfProcessWebView embedder)
|
||||
|
||||
WebContentView (this is a GUI::Widget)
|
||||
OutOfProcessWebView (this is a GUI::Widget)
|
||||
WebContent::ClientConnection <---> WebContentClient
|
||||
WebContent::PageHost (Web::PageClient)
|
||||
Web::Page
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue