1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 18:17:34 +00:00

WebContent: Added IPC calls for initializing JS console and sending input

This commit is contained in:
Brandon Scott 2021-02-27 21:44:49 -06:00 committed by Andreas Kling
parent 225baa3cb7
commit 51f073ff39
8 changed files with 272 additions and 1 deletions

View file

@ -5,6 +5,7 @@ set(SOURCES
ClientConnection.cpp
main.cpp
PageHost.cpp
WebContentConsoleClient.cpp
WebContentServerEndpoint.h
WebContentClientEndpoint.h
)