aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/messagechannel.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-3/+3
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-4/+1
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+4
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-5/+7
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
* use new and new_inherited in messagechannelGregory Terzian2020-02-211-13/+16
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-5/+11
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+60