mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove all traces of WindowProxy. Implement basic browser context concept and outerizing of inner windows.
This commit is contained in:
parent
c760577aee
commit
94dffca1e1
24 changed files with 354 additions and 155 deletions
|
@ -11,7 +11,7 @@ use dom::element::HTMLFrameElementTypeId;
|
|||
use dom::eventtarget::{EventTarget, NodeTargetTypeId};
|
||||
use dom::htmlelement::HTMLElement;
|
||||
use dom::node::{Node, ElementNodeTypeId};
|
||||
use dom::windowproxy::WindowProxy;
|
||||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
|
@ -94,7 +94,7 @@ impl HTMLFrameElement {
|
|||
None
|
||||
}
|
||||
|
||||
pub fn GetContentWindow(&self) -> Option<JS<WindowProxy>> {
|
||||
pub fn GetContentWindow(&self) -> Option<JS<Window>> {
|
||||
None
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue