mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00: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
|
@ -16,7 +16,7 @@ use dom::htmlformelement::HTMLFormElement;
|
|||
use dom::node::{Node, ElementNodeTypeId, NodeHelpers, window_from_node};
|
||||
use dom::validitystate::ValidityState;
|
||||
use dom::virtualmethods::VirtualMethods;
|
||||
use dom::windowproxy::WindowProxy;
|
||||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
use servo_net::image_cache_task;
|
||||
|
@ -135,7 +135,7 @@ impl HTMLObjectElement {
|
|||
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