1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:47:35 +00:00

WebContent: Start work on browser process separation :^)

The "WebContent" service provides a very restricted instance of LibWeb
running as an unprivileged user account. This will be used to implement
process separation in Browser, among other things.

This first cut of the service only spawns a single WebContent process
when someone connects to /tmp/portal/webcontent. We will soon switch
this over to spawning a new process for each connection.

Since this feature is very immature, we'll be bringing it up inside of
Demos/WebView as a separate demo program. Eventually this will become
a reusable widget that anyone can embed and easily get out-of-process
web content in their GUI.

This is pretty, pretty cool! :^)
This commit is contained in:
Andreas Kling 2020-06-17 17:31:42 +02:00
parent de12cf6821
commit c45c5ded34
21 changed files with 786 additions and 1 deletions

View file

@ -163,6 +163,7 @@ ln -s ProfileViewer mnt/bin/pv
ln -s WebServer mnt/bin/ws
ln -s KeyboardSettings mnt/bin/keymap
ln -s Solitaire mnt/bin/sl
ln -s WebView mnt/bin/wv
echo "done"
# Run local sync script, if it exists