mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Extract layout image request into separate file. Do not block the document load event.
This commit is contained in:
parent
0d2ec852ac
commit
b363371339
4 changed files with 92 additions and 72 deletions
|
@ -110,6 +110,7 @@ pub mod document_loader;
|
|||
#[macro_use]
|
||||
mod dom;
|
||||
pub mod fetch;
|
||||
mod layout_image;
|
||||
pub mod layout_wrapper;
|
||||
mod mem;
|
||||
mod microtask;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue