aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/intersectionobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* constellation: Stop assuming that the viewport is shared by all WebViews (#36...Martin Robinson2025-04-041-1/+1
* feat: add can_gc argument to to_frozen_array (#36043)Arya Nair2025-03-191-2/+2
* dom: Implement minimal IntersectionObserver workflow (#35551)Steven Novaryo2025-03-181-23/+545
* Cleanups for future script crate split (#35987)Josh Matthews2025-03-161-2/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* dom: IntersectionObserver initialization (#35314)Steven Novaryo2025-02-131-18/+295
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-2/+2
* Correct a variety of documentation issues (#34786)Martin Robinson2024-12-291-1/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* Use out parameter for generated methods returning JSVal (#34087)Josh Matthews2024-11-051-5/+2
* dom: Stub out the `IntersectionObserver` interface (#33989)Martin Robinson2024-10-251-0/+143