ladybird/Userland/Libraries/LibWeb/DOMParsing
Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize()
This needs to happen before prototype/constructor intitialization can be
made lazy. Otherwise, GC could run during the C++ constructor and try to
collect the object currently being created.
2023-01-10 16:08:14 +01:00
..
InnerHTML.cpp LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr 2022-12-15 06:56:37 -05:00
InnerHTML.h AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
XMLSerializer.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
XMLSerializer.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
XMLSerializer.idl LibWeb: Implement XMLSerializer 2022-07-05 21:25:05 +02:00