ladybird/Userland/Libraries/LibWeb/Geometry
Linus Groh 4270ede7c4 LibWeb: Remove WRAPPER_HACK() macro
We no longer access Bindings::FooWrapper anywhere for a Foo platform
object, so these can be removed :^)
2022-09-21 21:12:24 +01:00
..
DOMPoint.cpp LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated 2022-09-06 00:27:09 +02:00
DOMPoint.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
DOMPoint.idl LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly 2022-07-12 23:12:11 +02:00
DOMPointReadOnly.cpp LibWeb: Make DOMPoint and DOMPointReadOnly GC-allocated 2022-09-06 00:27:09 +02:00
DOMPointReadOnly.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
DOMPointReadOnly.idl LibWeb: Add barebones implementation of DOMPoint and DOMPointReadOnly 2022-07-12 23:12:11 +02:00
DOMRect.cpp LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated 2022-09-06 00:27:09 +02:00
DOMRect.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
DOMRect.idl LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
DOMRectList.cpp LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated 2022-09-06 00:27:09 +02:00
DOMRectList.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
DOMRectList.idl LibWeb: Add imports to all IDL files that depend on others 2022-02-16 22:48:32 +03:30
DOMRectReadOnly.cpp LibWeb: Make DOMRect, DOMRectReadOnly and DOMRectList GC-allocated 2022-09-06 00:27:09 +02:00
DOMRectReadOnly.h LibWeb: Remove WRAPPER_HACK() macro 2022-09-21 21:12:24 +01:00
DOMRectReadOnly.idl LibWeb: Add DOMRectReadOnly and make DOMRect inherit from it 2021-10-08 23:00:49 +02:00