aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* in BC event-loop, only run tasks related to fully-active documentsGregory Terzian2019-03-061-5/+75
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-7/+7
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Format remaining filesPyfisch2018-11-061-1/+2
* Sort `use` statementsSimon Sapin2018-11-061-3/+3
* `cargo fix --edition`Simon Sapin2018-11-061-5/+5
* Format script componentchansuke2018-09-191-19/+23
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-15/+20
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-15/+16
* introduce task-queues, and throttling the performance-timeline task-source, i...Gregory Terzian2018-08-311-0/+165