aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/task.rs
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-40/+0
|
* Pass an argument to spawn_named_with_send_on_failure to support spawning ↵Josh Matthews2014-08-041-6/+12
| | | | native tasks.
* Upgrade Rust.Jack Moffitt2014-08-021-8/+12
|
* Upgrade Rust.Jack Moffitt2014-06-051-1/+1
|
* Update Rust.Ms2ger2014-05-221-1/+1
|
* This batch of changes upgrades Servo to work with the Rust upgrade as ofLars Bergstrom2014-04-271-1/+1
| | | | | | April 10, 2014. The main changes are to privacy, to work around the issues with incorrect bounds on the libstd `Arc<Mutex<T>>`, and the various API changes strewn throughout the libraries.
* Make the I Tried star appear when a top-level page load fails for ↵Josh Matthews2014-04-241-2/+7
| | | | | | network-related reasons. Under the hood, this requires treating the I Tried pipeline as a new load instead of a replacement, since the failure-handling code interacts poorly with the rest of the replacement code when we get a series of staggered failures over time from the various pipeline components.
* Upgrade rust.Ms2ger2014-04-041-2/+2
|
* Warning police.Josh Matthews2014-03-181-1/+1
|
* Rust upgradesLars Bergstrom2014-03-181-7/+7
|
* Add a helper for sending a message on task failureKeegan McAllister2014-02-121-0/+14
|
* add names for all servo spawned taskszmike2014-01-131-0/+11
* add servo_util::task::{spawn_named,spawn_with_named} functions * add name param for spawn_listener and spawn_conversation functions this should resolve #1169