mirror of
https://github.com/servo/servo.git
synced 2025-08-02 12:10:29 +01:00
Make image cache per-document rather than global
This commit is contained in:
parent
9eb6bb78b0
commit
72d7ee613b
25 changed files with 448 additions and 649 deletions
|
@ -15,6 +15,7 @@ extern crate heapsize_derive;
|
|||
extern crate hyper;
|
||||
extern crate hyper_serde;
|
||||
extern crate image as piston_image;
|
||||
extern crate immeta;
|
||||
extern crate ipc_channel;
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
@ -50,7 +51,7 @@ use storage_thread::StorageThreadMsg;
|
|||
pub mod blob_url_store;
|
||||
pub mod filemanager_thread;
|
||||
pub mod hosts;
|
||||
pub mod image_cache_thread;
|
||||
pub mod image_cache;
|
||||
pub mod net_error_list;
|
||||
pub mod pub_domains;
|
||||
pub mod request;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue