Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -40/+0 |
| | |||||
* | Pass an argument to spawn_named_with_send_on_failure to support spawning ↵ | Josh Matthews | 2014-08-04 | 1 | -6/+12 |
| | | | | native tasks. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -8/+12 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Update Rust. | Ms2ger | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | This batch of changes upgrades Servo to work with the Rust upgrade as of | Lars Bergstrom | 2014-04-27 | 1 | -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 Matthews | 2014-04-24 | 1 | -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. | Ms2ger | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Warning police. | Josh Matthews | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Rust upgrades | Lars Bergstrom | 2014-03-18 | 1 | -7/+7 |
| | |||||
* | Add a helper for sending a message on task failure | Keegan McAllister | 2014-02-12 | 1 | -0/+14 |
| | |||||
* | add names for all servo spawned tasks | zmike | 2014-01-13 | 1 | -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 |