aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/broadcastchannel.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-11/+10
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+1
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-4/+16
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-6/+6
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-8/+2
* Update to 3/4 nightly rustc.Josh Matthews2020-03-101-2/+2
* Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"Josh Matthews2020-03-061-2/+2
* Update to 3/4 nightly rustc.Josh Matthews2020-03-041-2/+2
* implement broadcastchannelGregory Terzian2020-02-251-0/+106