create about_loader, handle about:blank

This commit is contained in:
Sean McArthur 2014-09-04 22:31:28 -07:00
parent b8b51b6dd8
commit 523445c865
10 changed files with 64 additions and 27 deletions

View file

@ -2,7 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use resource_task::{ProgressMsg, Metadata, Payload, Done, start_sending};
use resource_task::{ProgressMsg, Metadata, Payload, Done, LoadData, start_sending};
use resource_task::{LoadResponse};
use std::io;
use std::io::File;