aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/messageport.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-2/+1
* Refactor common boilerplate out of serialize/transfer implementations (#35831)Josh Matthews2025-03-151-79/+36
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-2/+4
* Move more bindings code to script_bindings (#35578)Josh Matthews2025-02-221-1/+2
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-8/+5
* 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-5/+5
* Split StructuredCloneHolder into Reader and Writer structs (#34792)webbeef2024-12-301-23/+9
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-1/+6
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* CanGc fixes in messageport.rs & workerglobalscope.rs (#34003)tanishka2024-10-251-2/+2
* Mark CompileFunction as a potential GC operation. (#33937)Josh Matthews2024-10-211-2/+2
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-2/+2
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-6/+6
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-11/+12
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-3/+2
* Update to 3/4 nightly rustc.Josh Matthews2020-03-101-1/+1
* Revert "Auto merge of #25898 - jdm:rustup, r=asajeffrey"Josh Matthews2020-03-061-1/+1
* Update to 3/4 nightly rustc.Josh Matthews2020-03-041-1/+1
* Add lint check for `&DomRoot<T>`lberrymage2019-12-211-2/+2
* re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* Use IDL sequence default valueKagami Sascha Rosylight2019-11-041-2/+0
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-309/+259
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+395