1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-13 20:12:06 +00:00
serenity/Demos
Andreas Kling c45c5ded34 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! :^)
2020-06-17 20:09:44 +02:00
..
Cube LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
DynamicLink Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Eyes LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Fire Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
HelloWorld Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
LibGfxDemo Demos: Compile LibGfxDemo with the new CMake build system 2020-05-16 22:59:19 +02:00
Mouse LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 2020-06-10 10:59:04 +02:00
Screensaver Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebView WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
WidgetGallery Demos: WidgetGallery, Add MessageBox question icon option 2020-05-20 13:54:10 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00