This website requires JavaScript.
Explore
Help
Sign In
eliott
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird
synced
2026-05-05 06:32:30 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aab5d4e6f918ad9ff51aa81309435802e8ddd7b2
ladybird
/
Userland
/
Libraries
/
LibWeb
/
IntersectionObserver
History
Andreas Kling
518cedc8f3
LibWeb: Don't store root as JS::Handle in IntersectionObserver
...
Instead, use a JS::GCPtr and visit it, to prevent GC reference cycles.
2024-04-03 18:14:33 +02:00
..
IntersectionObserver.cpp
LibWeb: Don't store root as JS::Handle in IntersectionObserver
2024-04-03 18:14:33 +02:00
IntersectionObserver.h
LibWeb: Don't store root as JS::Handle in IntersectionObserver
2024-04-03 18:14:33 +02:00
IntersectionObserver.idl
LibWeb: Add comments and missing items of various IDL files
2023-10-25 19:45:41 +02:00
IntersectionObserverEntry.cpp
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
2024-03-16 16:35:54 +01:00
IntersectionObserverEntry.h
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
2023-11-19 22:00:48 +01:00
IntersectionObserverEntry.idl
LibWeb: Add initial implementation of IntersectionObserver
2023-07-07 05:27:25 +02:00