mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move everything unrelated to the frame tree out of Page and into Document or Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal.
This commit is contained in:
parent
d9f04180a5
commit
e2c4f5ed67
23 changed files with 664 additions and 672 deletions
|
@ -12,7 +12,7 @@ use dom::bindings::js::{JS, JSRef, Temporary};
|
|||
use dom::bindings::utils::{Reflector, reflect_dom_object};
|
||||
use dom::document::{Document, DocumentHelpers, IsHTMLDocument};
|
||||
use dom::document::DocumentSource;
|
||||
use dom::window::Window;
|
||||
use dom::window::{Window, WindowHelpers};
|
||||
use parse::html::{HTMLInput, parse_html};
|
||||
use util::str::DOMString;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue