Auto merge of #8903 - KiChjang:layout-reporter-redirect, r=nox

fix for Layout memory reporter uses pre-redirect url

Rebase of #7612.

Fixes #6872.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8903)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-12-16 23:18:30 +05:30
commit bc7158310c
3 changed files with 27 additions and 12 deletions

View file

@ -85,6 +85,9 @@ pub enum Msg {
///
/// This basically exists to keep the script-layout dependency one-way.
CreateLayoutTask(NewLayoutTaskInfo),
/// Set the final Url.
SetFinalUrl(Url),
}
/// Synchronous messages that script can send to layout.