aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_queue.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `strum` to iterate through enum variants and get their names (#35933)Martin Robinson2025-03-131-2/+2
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-8/+8
* clippy: Fix suggestions in `script`, `libservo`, and `servoshell` (#33453)Ali2024-09-141-4/+7
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-1/+1
* script: Start rework to better match the specification HTML event loop (#31505)Gregory Terzian2024-05-131-2/+9
* clippy: Fix some clippy problems in `components/script` (#31778)Rosemary Ajayi2024-03-201-5/+5
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-1/+1
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-2/+2
* Remove usage of `drain_filter` (#30742)Martin Robinson2023-11-171-17/+23
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* 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