ladybird/Services/WebContent
Shannon Booth f87041bf3a LibGC+Everywhere: Factor out a LibGC from LibJS
Resulting in a massive rename across almost everywhere! Alongside the
namespace change, we now have the following names:

 * JS::NonnullGCPtr -> GC::Ref
 * JS::GCPtr -> GC::Ptr
 * JS::HeapFunction -> GC::Function
 * JS::CellImpl -> GC::Cell
 * JS::Handle -> GC::Root
2024-11-15 14:49:20 +01:00
..
BackingStoreManager.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
BackingStoreManager.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
CMakeLists.txt LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ConnectionFromClient.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ConnectionFromClient.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ConsoleGlobalEnvironmentExtensions.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ConsoleGlobalEnvironmentExtensions.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Forward.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
ImageCodecPluginSerenity.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
ImageCodecPluginSerenity.h Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
main.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PageClient.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PageClient.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PageHost.cpp Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
PageHost.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebContentClient.ipc Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
WebContentConsoleClient.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebContentConsoleClient.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebContentServer.ipc LibWebView+WebContent+UI: Remember the current system visibility state 2024-11-13 20:36:47 +01:00
WebDriverClient.ipc Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00
WebDriverConnection.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebDriverConnection.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
WebDriverServer.ipc Everywhere: Hoist the Services folder to the top-level 2024-11-10 12:50:45 +01:00