aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/task_source/history_traversal.rs
Commit message (Expand)AuthorAgeFilesLines
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-1/+1
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-17/+5
* Implement TaskSource for HistoryTraversalAgustin Chiappe Berrini2018-11-131-5/+25
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-2/+2
* Format script componentchansuke2018-09-191-1/+3
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+1
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-1/+2
* change changes effecting verbosityfaineance2016-03-271-2/+1
* use self.0 instead of destructing single item tuple structsfaineance2016-03-271-3/+2
* Add task_source directoryKeith Yeung2016-03-101-0/+21