mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Merge script::parse and script::dom::servoparser
This commit is contained in:
parent
1405be6917
commit
4b813e0bdc
9 changed files with 212 additions and 223 deletions
|
@ -44,7 +44,9 @@ use dom::htmlanchorelement::HTMLAnchorElement;
|
|||
use dom::node::{Node, NodeDamage, window_from_node};
|
||||
use dom::serviceworker::TrustedServiceWorkerAddress;
|
||||
use dom::serviceworkerregistration::ServiceWorkerRegistration;
|
||||
use dom::servoparser::ServoParser;
|
||||
use dom::servoparser::{ParserContext, ServoParser};
|
||||
use dom::servoparser::html::{ParseContext, parse_html};
|
||||
use dom::servoparser::xml::{self, parse_xml};
|
||||
use dom::uievent::UIEvent;
|
||||
use dom::window::{ReflowReason, Window};
|
||||
use dom::worker::TrustedWorkerAddress;
|
||||
|
@ -71,9 +73,6 @@ use net_traits::{IpcSend, LoadData as NetLoadData};
|
|||
use net_traits::bluetooth_thread::BluetoothMethodMsg;
|
||||
use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheResult, ImageCacheThread};
|
||||
use network_listener::NetworkListener;
|
||||
use parse::ParserContext;
|
||||
use parse::html::{ParseContext, parse_html};
|
||||
use parse::xml::{self, parse_xml};
|
||||
use profile_traits::mem::{self, OpaqueSender, Report, ReportKind, ReportsChan};
|
||||
use profile_traits::time::{self, ProfilerCategory, profile};
|
||||
use script_layout_interface::message::{self, NewLayoutThreadInfo, ReflowQueryType};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue