aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* 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