auto merge of #2200 : jdm/servo/loadfail, r=mbrubeck

...k-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.
This commit is contained in:
bors-servo 2014-04-24 01:10:12 -04:00
commit cc33a721ab
5 changed files with 60 additions and 47 deletions

View file

@ -172,7 +172,7 @@ impl PageTree {
next_subpage_id: Untraceable::new(RefCell::new(SubpageId(0))),
resize_event: Untraceable::new(RefCell::new(None)),
fragment_node: Traceable::new(RefCell::new(None)),
last_reflow_id: Traceable::new(RefCell::new(0))
last_reflow_id: Traceable::new(RefCell::new(0)),
}),
inner: ~[],
}