Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rustdoc: Fix many rustdoc errors (#31147) | Martin Robinson | 2024-01-22 | 1 | -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 Robinson | 2023-11-17 | 1 | -17/+23 |
| | | | This is a step on the way toward supporting stable rust. | ||||
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -5/+7 |
| | | | | | * strict imports formatting * Reformat all imports | ||||
* | in BC event-loop, only run tasks related to fully-active documents | Gregory Terzian | 2019-03-06 | 1 | -5/+75 |
| | |||||
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
| | |||||
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -7/+7 |
| | |||||
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
| | |||||
* | Format remaining files | Pyfisch | 2018-11-06 | 1 | -1/+2 |
| | |||||
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -3/+3 |
| | |||||
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -5/+5 |
| | |||||
* | Format script component | chansuke | 2018-09-19 | 1 | -19/+23 |
| | |||||
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -15/+20 |
| | | | | Co-authored-by: Gregory Terzian <gterzian@users.noreply.github.com> | ||||
* | Add the TaskSourceName to CommonScriptMsg::Task | Agustin Chiappe Berrini | 2018-09-04 | 1 | -15/+16 |
| | | | | Update QueuedTaskConversion and the TaskQueue to use it | ||||
* | introduce task-queues, and throttling the performance-timeline task-source, ↵ | Gregory Terzian | 2018-08-31 | 1 | -0/+165 |
in script and worker threads. queue |