remove page and move functionality to browing context

Allow for adding history items

Fixed nested iframe test failure

Cleanup and small refactors

fixup
This commit is contained in:
Connor Brewster 2016-05-05 22:45:08 -06:00
parent 392135bd0c
commit cbc5ca65a8
9 changed files with 461 additions and 479 deletions

View file

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