This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2025-12-28 12:18:25 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e487f70bbf96abe4ff01fcbe4c68b8ae7afbcf8f
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
…
IntersectionObserverEntry.cpp
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
2024-03-16 16:35:54 +01:00
IntersectionObserverEntry.h
…
IntersectionObserverEntry.idl
…