1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:27:39 +00:00
serenity/Userland/Services/WebContent
Sam Atkins 7838eab341 WebContent: Implement ConsoleGlobalObject which proxies to WindowObject
ConsoleGlobalObject is used as the global object when running javascript
from the Browser console. This lets us implement console-only functions
and variables (like `$0`) without exposing them to webpage content. It
passes other calls over to the usual WindowObject so any code that would
have worked in the webpage will still work in the console. :^)
2021-09-06 18:20:26 +02:00
..
ClientConnection.cpp WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
ClientConnection.h WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
CMakeLists.txt WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
ConsoleGlobalObject.cpp WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
ConsoleGlobalObject.h WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +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 LibWeb+WebContent: Implement asynchronous DOM Node properties call 2021-09-02 22:16:41 +02:00
WebContentConsoleClient.cpp WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
WebContentConsoleClient.h WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
WebContentServer.ipc LibWeb+WebContent: Add query for hovered DOM node to OOPWV 2021-09-02 22:16:41 +02:00