mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
54f58e2662
With the GC heap conversion, the functionality of legacy platform objects was broken. This is because the generated implementation of one of them was used for all of them, removing functionality such as deletion. This re-adds all functionality, where questions such as "does the object support indexed properties?" is instead answered by virtual functions instead of by the IDL generator checking the presence of certain keywords/attributes. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConnectionFromClient.cpp | ||
ConnectionFromClient.h | ||
ConsoleGlobalEnvironmentExtensions.cpp | ||
ConsoleGlobalEnvironmentExtensions.h | ||
Documentation.txt | ||
Forward.h | ||
ImageCodecPluginSerenity.cpp | ||
ImageCodecPluginSerenity.h | ||
main.cpp | ||
PageHost.cpp | ||
PageHost.h | ||
WebContentClient.ipc | ||
WebContentConsoleClient.cpp | ||
WebContentConsoleClient.h | ||
WebContentServer.ipc | ||
WebDriverClient.ipc | ||
WebDriverConnection.cpp | ||
WebDriverConnection.h | ||
WebDriverServer.ipc |