aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/abstractworkerglobalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* remove `extern crate` (#30311)Samson2023-09-081-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-0/+2
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-2/+9
* re-structure blob, structured serializationGregory Terzian2019-12-111-1/+1
* impl timer-task-source, dedicated time-out mechanism for service-workerGregory Terzian2019-11-191-15/+6
* continue messageport, transferable, postmessage optionsGregory Terzian2019-10-191-0/+3
* begin messageport, transferable objects, implKeith Yeung2019-10-191-1/+1
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-14/+16
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-2/+2
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-9/+9
* Format script componentchansuke2018-09-191-14/+23
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-34/+20
* introduce a generic worker event-loopGregory Terzian2018-08-311-2/+92
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-18/+23
* Remove use of unstable box syntax.Simon Sapin2017-10-161-4/+4
* order derivable traits listsClément DAVID2017-08-231-2/+2
* Rename `Reflectable` to `DomObject`.Corey Farwell2016-12-081-6/+6
* Add a JSTraceable bound on ScriptChanAnthony Ramine2016-12-061-2/+3
* implement related sw interface and register methodRahul Sharma2016-06-021-0/+65