Forráskód Böngészése

WebContent: Add a little text file I drew of the server/client classes

Andreas Kling 5 éve
szülő
commit
3005c0af69
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      Services/WebContent/Documentation.txt

+ 12 - 0
Services/WebContent/Documentation.txt

@@ -0,0 +1,12 @@
+Server                                     Client
+
+WebContent                                 GUI process (WebContentView embedder) 
+
+                                           WebContentView
+WebContent::ClientConnection     <--->       WebContentClient
+  WebContent::PageHost
+    Web::Page
+      Web::Frame
+        Web::Document
+          ..
+