serenity/Userland/Services/WebContent
Andreas Kling 84fcf879f9 LibWeb: Rename BrowsingContext::document() => active_document()
This better matches the spec nomenclature. Note that we don't yet
*retrieve* the active document according to spec.
2021-09-09 21:25:10 +02:00
..
ClientConnection.cpp LibWeb: Rename BrowsingContext::document() => active_document() 2021-09-09 21:25:10 +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: Implement $0 special variable in Browser JS Console 2021-09-06 18:20:26 +02:00
ConsoleGlobalObject.h WebContent: Implement $0 special variable in Browser JS Console 2021-09-06 18:20:26 +02:00
Documentation.txt
Forward.h WebContent: Implement ConsoleGlobalObject which proxies to WindowObject 2021-09-06 18:20:26 +02:00
main.cpp
PageHost.cpp LibWeb: Rename BrowsingContext::document() => active_document() 2021-09-09 21:25:10 +02:00
PageHost.h LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 2021-09-08 11:27:46 +02:00
WebContentClient.ipc LibWeb+WebContent: Remove old console-logging IPC calls 2021-09-06 18:20:26 +02: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