Remove all traces of WindowProxy. Implement basic browser context concept and outerizing of inner windows.

This commit is contained in:
Josh Matthews 2013-10-21 08:11:18 +01:00
parent c760577aee
commit 94dffca1e1
24 changed files with 354 additions and 155 deletions

View file

@ -59,6 +59,7 @@ pub mod dom {
pub mod attr;
pub mod attrlist;
pub mod blob;
pub mod browsercontext;
pub mod characterdata;
pub mod clientrect;
pub mod clientrectlist;
@ -157,7 +158,6 @@ pub mod dom {
pub mod validitystate;
pub mod virtualmethods;
pub mod window;
pub mod windowproxy;
pub mod testbinding;
}