summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Services/WebContent/Documentation.txt25
1 files changed, 20 insertions, 5 deletions
diff --git a/Services/WebContent/Documentation.txt b/Services/WebContent/Documentation.txt
index 056e11afac..0194923bed 100644
--- a/Services/WebContent/Documentation.txt
+++ b/Services/WebContent/Documentation.txt
@@ -1,12 +1,27 @@
-Server Client
+=====================
+Multi-process model:
+=====================
-WebContent GUI process (WebContentView embedder)
+Server Client
- WebContentView
-WebContent::ClientConnection <---> WebContentClient
- WebContent::PageHost
+WebContent GUI process (WebContentView embedder)
+
+ WebContentView (this is a GUI::Widget)
+WebContent::ClientConnection <---> WebContentClient
+ WebContent::PageHost (Web::PageClient)
Web::Page
Web::Frame
Web::Document
..
+
+=====================
+Single process model:
+=====================
+
+Web::PageView (this is a GUI::Widget, and also a Web::PageClient)
+ Web::Page
+ Web::Frame
+ Web::Document
+ ..
+