1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 01:37:37 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators/LibWeb/WrapperGenerator
Andreas Kling 6f433c8656 LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
This is a monster patch that turns all EventTargets into GC-allocated
PlatformObjects. Their C++ wrapper classes are removed, and the LibJS
garbage collector is now responsible for their lifetimes.

There's a fair amount of hacks and band-aids in this patch, and we'll
have a lot of cleanup to do after this.
2022-09-06 00:27:09 +02:00
..
CMakeLists.txt Meta: Split and refactor the WrapperGenerator a bit 2022-02-17 19:55:27 +01:00
IDLGenerators.cpp LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
IDLParser.cpp LibWeb: Support NoInstanceWrapper extended attribute on interfaces 2022-09-06 00:27:09 +02:00
IDLParser.h Lagom: Fix leaks in the IDL Wrapper generator 2022-05-25 22:25:09 +01:00
IDLTypes.h LibWeb: Correct variable name in get_shortest_function_length() 2022-08-14 11:30:40 +02:00
main.cpp LibWeb: Split WrapperGenerator namespace check into an Array + contains 2022-07-19 00:46:04 +01:00