aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/resizeobserver.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Fix resize observer depth calculation for Shadow DOM. (#36230)Josh Matthews2025-03-311-1/+1
* Remove interior mutability from `ResizeObservation` (#36233)Simon Wülker2025-03-311-17/+16
* Only invoke resize observer callback when the observed element changed its si...Simon Wülker2025-03-311-3/+41
* script: Mark callback methods with CanGc. (#35753)Josh Matthews2025-03-031-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-6/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* script: Expose node helpers as `NodeTraits` and give more descriptive names (...Martin Robinson2025-01-031-2/+2
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-3/+3
* script: Remove `note_rendering_opportunity` and `rendering_opportunity` (#34575)Martin Robinson2024-12-121-5/+0
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc changes from fontfaceset.rs (#33920)chickenleaf2024-10-211-5/+10
* Fix GC borrow hazard in ResizeObserver::broadcast_active_resize_observations ...tanishka2024-10-191-16/+20
* More CanGc fixes (#33888)chickenleaf2024-10-171-0/+1
* CanGc fixes in components/script/dom (#33862)tanishka2024-10-161-1/+1
* CanGc fixes in focusevent.rs oscillartornode.rs response.rs resizeobserversiz...chickenleaf2024-10-131-1/+2
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-14/+13
* tidy: Fix rustdoc warnings and add a tidy check for a common URL issue (#33366)Martin Robinson2024-09-081-1/+1
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+6
* clippy: Fix four warnings (#32789)Danila Matveev2024-07-171-1/+1
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-4/+4
* implement basic infra for ResizeObserver (#31108)Gregory Terzian2024-06-171-0/+280