serenity/Userland
Andreas Kling c877eb47a2 LibWeb: Add GC finalizer for DOM::Node
Now that the layout tree is also GC-allocated, we can't be messing with
it from the DOM::Node destructor. Move everything to a GC finalizer
so we know it runs before the GC sweep phase.
2022-10-20 19:36:59 +02:00
..
Applets
Applications PixelPaint: Add Polygonal Select Tool 2022-10-19 23:04:07 +02:00
Demos
DevTools
DynamicLoader
Games Snake: Use emoji for in-game food graphics 2022-10-20 10:27:00 +02:00
Libraries LibWeb: Add GC finalizer for DOM::Node 2022-10-20 19:36:59 +02:00
Services LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
Shell
Utilities route: Accept CIDR notation when specifying network 2022-10-17 20:18:44 +02:00
CMakeLists.txt