summaryrefslogtreecommitdiff
path: root/Userland/Services
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-04-06 14:57:14 +0200
committerAndreas Kling <kling@serenityos.org>2022-04-06 19:35:07 +0200
commit59e8dedea2f3ba572c4804e89c3102132ce8d567 (patch)
tree01c04de3e192bdf5acae844c390f4a4c8ed2b84c /Userland/Services
parente076f9997f8e8c14ce1c9d5eb6c8f0786a36a032 (diff)
downloadserenity-59e8dedea2f3ba572c4804e89c3102132ce8d567.zip
LibWeb: Remove the InProcessWebView widget
Let's simplify our offering by only having the OutOfProcessWebView.
Diffstat (limited to 'Userland/Services')
-rw-r--r--Userland/Services/WebContent/Documentation.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/Userland/Services/WebContent/Documentation.txt b/Userland/Services/WebContent/Documentation.txt
index 6d3c4ae9a8..f77d5c6419 100644
--- a/Userland/Services/WebContent/Documentation.txt
+++ b/Userland/Services/WebContent/Documentation.txt
@@ -14,14 +14,3 @@ WebContent::ConnectionFromClient <---> WebContentClient
Web::Document
..
-
-=====================
-Single process model:
-=====================
-
-Web::InProcessWebView (this is a GUI::Widget, and also a Web::PageClient)
- Web::Page
- Web::Frame
- Web::Document
- ..
-