1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 12:38:12 +00:00
serenity/Userland/Services/WebContent
Andreas Kling 19de6bb1cc LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Sometimes it's useful to turn off the SOP for testing purposes.
Let's make that easy by having a Debug menu item for it. :^)
2021-09-12 02:13:28 +02:00
..
ClientConnection.cpp LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy 2021-09-12 02:13:28 +02:00
ClientConnection.h LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView 2021-09-08 11:07:14 +02:00
CMakeLists.txt WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
ConsoleGlobalObject.cpp WebContent: Use ErrorType::NotAnObjectOfType instead of NotA 2021-09-12 00:16:39 +02:00
ConsoleGlobalObject.h WebContent: Implement $0 special variable in Browser JS Console 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+WebContent: Add WebContentClient::did_request_scroll_to() call 2021-09-11 15:51:05 +01:00
PageHost.h LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call 2021-09-11 15:51:05 +01:00
WebContentClient.ipc LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call 2021-09-11 15:51:05 +01:00
WebContentConsoleClient.cpp WebContent: Store messages in WebContentConsoleClient 2021-09-06 18:20:26 +02:00
WebContentConsoleClient.h WebContent: Store messages in WebContentConsoleClient 2021-09-06 18:20:26 +02:00
WebContentServer.ipc LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView 2021-09-08 11:07:14 +02:00