1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:08:12 +00:00
serenity/Userland/Services/WebContent
Andreas Kling 1b5be4a342 LibIPC: Stop exchanging client/server PIDs in greeting handshake
The PIDs were used for sharing shbufs between processes, but now that
we have migrated to file descriptor passing, we no longer need to know
the PID of the other side.
2021-01-31 09:29:27 +01:00
..
ClientConnection.cpp LibIPC: Stop exchanging client/server PIDs in greeting handshake 2021-01-31 09:29:27 +01:00
ClientConnection.h Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
CMakeLists.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Documentation.txt Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
Forward.h Services: Move to Userland/Services/ 2021-01-12 12:23:01 +01:00
main.cpp Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges 2021-01-17 09:07:32 +01:00
PageHost.cpp Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
PageHost.h Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process 2021-01-31 09:07:46 +01:00
WebContentClient.ipc LibWeb+WebContent: Use anonymous files for OOPWV backing stores 2021-01-16 23:21:52 +01:00
WebContentServer.ipc LibIPC: Stop exchanging client/server PIDs in greeting handshake 2021-01-31 09:29:27 +01:00