1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 21:18:14 +00:00
serenity/Userland/Services/WebContent
Andreas Kling fd922cf92f LibWeb+WebContent: Add a simple API for running arbitrary JavaScript
This patch adds OutOfProcessWebView::run_javascript(StringView).
This can be used by the OOPWV embedder to execute arbitrary JavaScript
in the top-level browsing context on the WebContent process side.
2021-08-24 16:56:42 +02:00
..
ClientConnection.cpp LibWeb+WebContent: Add a simple API for running arbitrary JavaScript 2021-08-24 16:56:42 +02:00
ClientConnection.h LibWeb+WebContent: Add a simple API for running arbitrary JavaScript 2021-08-24 16:56:42 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp Services: Rename ProtocolServer to RequestServer 2021-04-25 19:04:34 +02:00
PageHost.cpp LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
PageHost.h WindowServer: Add initial support for rendering on multiple screens 2021-06-20 14:57:26 +02:00
WebContentClient.ipc Everywhere: Use IPC include syntax 2021-07-03 12:16:00 +02:00
WebContentConsoleClient.cpp Services: Remove unused header includes 2021-08-01 08:10:16 +02:00
WebContentConsoleClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WebContentServer.ipc LibWeb+WebContent: Add a simple API for running arbitrary JavaScript 2021-08-24 16:56:42 +02:00