Implement origin concept.

This commit is contained in:
Josh Matthews 2015-09-11 12:24:25 -04:00 committed by Ms2ger
parent e8e354d5d3
commit a8233a135e
8 changed files with 215 additions and 9 deletions

View file

@ -90,6 +90,7 @@ pub mod dom;
pub mod layout_interface;
mod mem;
mod network_listener;
pub mod origin;
pub mod page;
pub mod parse;
pub mod reporter;