aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/abstractworker.rs
Commit message (Expand)AuthorAgeFilesLines
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Make DOMPoint and DOMPointReadOnly serializable (#35989)Josh Matthews2025-03-271-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-4/+4
* script: Use `enum`s for event loop senders and receivers (#34896)Martin Robinson2025-01-081-1/+1
* clippy: Fix several warnings (#31710)RustAndMetal2024-03-181-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-4/+5
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+4
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-4/+4
* Format script componentchansuke2018-09-191-4/+2
* Upgraded to SM 60Alan Jeffrey2018-08-201-24/+0
* order derivable traits listsClément DAVID2017-08-231-1/+1
* Remove and allow some dead code.Ms2ger2016-12-221-5/+1
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-3/+3
* Remove dead error handling code.Ms2ger2016-09-051-22/+0
* Make the service worker send custom responseRahul Sharma2016-07-261-1/+1
* Integrate service worker manager threadRahul Sharma2016-07-161-26/+0
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+104