1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-24 18:15:07 +00:00
serenity/Services/WebContent
Tom 7399874479 AK: Add trivial structure validation to SharedBuffer
If we're sharing buffers, we only want to share trivial structures
as anything else could potentially share internal pointers, which
most likely is going to cause problems due to different address
spaces.

Fix the GUI::SystemTheme structure, which was not trivial, which
is now caught at compile time.

Fixes #3650
2020-10-02 15:38:07 +02:00
..
ClientConnection.cpp LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ClientConnection.h LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
CMakeLists.txt WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
Documentation.txt LibWeb: Rename WebContentView => OutOfProcessWebView 2020-08-17 18:05:35 +02:00
Forward.h WebContent: Start work on browser process separation :^) 2020-06-17 20:09:44 +02:00
main.cpp LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr 2020-07-06 13:30:11 +02:00
PageHost.cpp AK: Add trivial structure validation to SharedBuffer 2020-10-02 15:38:07 +02:00
PageHost.h LibWeb: Support window.alert() in multi-process context 2020-09-12 14:49:29 +02:00
WebContentClient.ipc LibWeb: Support window.alert() in multi-process context 2020-09-12 14:49:29 +02:00
WebContentServer.ipc LibWeb: Send key events to the WebContent process 2020-08-03 19:58:59 +02:00