diff options
author | Josh Matthews <josh@joshmatthews.net> | 2013-10-21 08:11:18 +0100 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2014-04-22 10:57:25 -0400 |
commit | 94dffca1e165eb5504feda42e89015648b484b78 (patch) | |
tree | 333bc6894ead07d5b7d6c222ae4d050e174f4c7a /src/components/script/script.rs | |
parent | c760577aee3ca31e58b4dd2b7f919d14fcaa2d2f (diff) | |
download | servo-94dffca1e165eb5504feda42e89015648b484b78.tar.gz servo-94dffca1e165eb5504feda42e89015648b484b78.zip |
Remove all traces of WindowProxy. Implement basic browser context concept and outerizing of inner windows.
Diffstat (limited to 'src/components/script/script.rs')
-rw-r--r-- | src/components/script/script.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/script.rs b/src/components/script/script.rs index 7b9f63c4dc4..7cbb2c28d1f 100644 --- a/src/components/script/script.rs +++ b/src/components/script/script.rs @@ -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; } |