aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_queue.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
| | | | This fixes many rustdoc errors that occur due to raw URLs in rustdoc comments as well as unescaped Rust code that should be in backticks.
* Remove usage of `drain_filter` (#30742)Martin Robinson2023-11-171-17/+23
| | | This is a step on the way toward supporting stable rust.
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
| | | | | * strict imports formatting * Reformat all imports
* 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
| | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com>
* Add the TaskSourceName to CommonScriptMsg::TaskAgustin Chiappe Berrini2018-09-041-15/+16
| | | | Update QueuedTaskConversion and the TaskQueue to use it
* introduce task-queues, and throttling the performance-timeline task-source, ↵Gregory Terzian2018-08-311-0/+165
in script and worker threads. queue