ladybird/Userland/Libraries/LibWeb/URL
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
..
URL.cpp LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
URL.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
URL.idl LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
URLSearchParams.cpp LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
URLSearchParams.h LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated 2022-09-06 00:27:09 +02:00
URLSearchParams.idl LibWeb: Add support for the record variant of URLSearchParams 2022-02-14 11:32:17 +01:00
URLSearchParamsIterator.cpp LibJS+LibWeb: Reduce use of GlobalObject as an intermediary 2022-08-23 13:58:30 +01:00
URLSearchParamsIterator.h LibWeb: Replace GlobalObject with Realm in wrapper functions 2022-08-23 13:58:30 +01:00