From 3005c0af695a1abc2347e3a7be65242567f23c27 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 4 Jul 2020 23:17:58 +0200 Subject: [PATCH] WebContent: Add a little text file I drew of the server/client classes --- Services/WebContent/Documentation.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Services/WebContent/Documentation.txt diff --git a/Services/WebContent/Documentation.txt b/Services/WebContent/Documentation.txt new file mode 100644 index 0000000000..056e11afac --- /dev/null +++ b/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 + .. +