mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:07:35 +00:00
WebContent: Turn it into a MultiInstance service :^)
Port the WebContent service to the new MultiInstance mechanism that Sergey added. This means that every new WebContentView gets its very own segregated WebContent process.
This commit is contained in:
parent
ed351c7493
commit
59537cf257
5 changed files with 10 additions and 17 deletions
|
@ -1,6 +1,6 @@
|
|||
endpoint WebContentServer = 89
|
||||
{
|
||||
Greet() => (i32 client_id)
|
||||
Greet(i32 client_pid) => (i32 client_id, i32 server_pid)
|
||||
|
||||
UpdateSystemTheme(i32 shbuf_id) =|
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue