ladybird/Userland/Libraries/LibWeb/Page
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
..
EditEventHandler.cpp
EditEventHandler.h
EventHandler.cpp LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
EventHandler.h
Page.cpp LibWeb: Bring browsing context creation closer to spec 2022-08-05 12:46:42 +02:00
Page.h LibWeb: Remove page_did_set_document_in_top_level_browsing_context() 2022-08-05 12:42:46 +02:00