mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Split Page code out of script_task.rs #2530
This commit is contained in:
parent
4c5437c58b
commit
94ec3cde8a
8 changed files with 455 additions and 418 deletions
|
@ -17,7 +17,8 @@ use dom::navigator::Navigator;
|
|||
use dom::performance::Performance;
|
||||
|
||||
use layout_interface::{ReflowForDisplay, DocumentDamageLevel};
|
||||
use script_task::{ExitWindowMsg, FireTimerMsg, Page, ScriptChan, TriggerLoadMsg, TriggerFragmentMsg};
|
||||
use page::Page;
|
||||
use script_task::{ExitWindowMsg, FireTimerMsg, ScriptChan, TriggerLoadMsg, TriggerFragmentMsg};
|
||||
use servo_msg::compositor_msg::ScriptListener;
|
||||
use servo_net::image_cache_task::ImageCacheTask;
|
||||
use servo_util::str::DOMString;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue