1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 15:55:07 +00:00
serenity/Userland/Libraries/LibWeb/IntersectionObserver
Karol Kosek 426b7ffa41 LibWeb: Don't include Window.h in Element.h and Document.h
Window.h is a rather heavy file, so let's try not to include it in
header files when we can!

Element.h now also includes LibWeb/Bindings/Intrinsics.h, but that's
just out of my laziness. Most if not all objects call
`Bindings::ensure_web_prototype<>()` anyway, so I don't think we would
gain much by sticking the header to source files instead.
2023-10-09 07:29:27 +02:00
..
IntersectionObserver.cpp LibWeb: Don't include Window.h in Element.h and Document.h 2023-10-09 07:29:27 +02:00
IntersectionObserver.h LibWeb: Visit IntersectionObserverRegistration instead of using Handle 2023-09-26 21:25:54 +02:00
IntersectionObserver.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
IntersectionObserverEntry.cpp LibJS: Make Heap::allocate<T>() infallible 2023-08-13 15:38:42 +02:00
IntersectionObserverEntry.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02:00
IntersectionObserverEntry.idl LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02:00