Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |