Use hosts-replaced URL only when loading resources

This commit is contained in:
James Graham 2015-06-18 13:51:59 +01:00
parent 56a9eab2a0
commit f52276d2cc
15 changed files with 162 additions and 132 deletions

View file

@ -2,7 +2,6 @@
* 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/. */
#![feature(box_raw)]
#![feature(box_syntax)]
#![feature(fnbox)]
#![feature(mpsc_select)]
@ -10,8 +9,6 @@
#![feature(plugin)]
#![feature(vec_push_all)]
#![plugin(regex_macros)]
extern crate net_traits;
extern crate cookie as cookie_rs;
extern crate devtools_traits;
@ -29,8 +26,6 @@ extern crate time;
extern crate url;
extern crate uuid;
extern crate regex;
pub mod about_loader;
pub mod file_loader;
pub mod http_loader;