serenity/Userland/Services/WebContent
Andreas Kling 4190fd2199 LibWeb: Rename Web::Frame to Web::BrowsingContext
Our "frame" concept very closely matches what the web specs call a
"browsing context", so let's rename it to that. :^)

The "main frame" becomes the "top-level browsing context",
and "sub-frames" are now "nested browsing contexts".
2021-05-30 12:39:53 +02:00
..
ClientConnection.cpp LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
ClientConnection.h WebContent: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00
CMakeLists.txt WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01: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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WebContentClient.ipc Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebContentConsoleClient.cpp Userland: Use snake case names in .ipc files 2021-05-03 21:14:40 +02:00
WebContentConsoleClient.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WebContentServer.ipc WebContent: Remove unnecessary greet() message 2021-05-23 09:53:55 +02:00