mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
script: Move the stylesheet loading code from htmllinkelement to stylesheet_loader. Make it track subresource loads properly.
This commit is contained in:
parent
21bf91c386
commit
7582a2d59d
4 changed files with 274 additions and 154 deletions
|
@ -116,6 +116,7 @@ pub mod script_runtime;
|
|||
pub mod script_thread;
|
||||
mod serviceworker_manager;
|
||||
mod serviceworkerjob;
|
||||
mod stylesheet_loader;
|
||||
mod task_source;
|
||||
pub mod textinput;
|
||||
mod timers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue