script: Move the stylesheet loading code from htmllinkelement to stylesheet_loader. Make it track subresource loads properly.

This commit is contained in:
Emilio Cobos Álvarez 2016-12-16 12:18:16 +01:00
parent 21bf91c386
commit 7582a2d59d
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
4 changed files with 274 additions and 154 deletions

View file

@ -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;