mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
add filemanager_thread
This commit is contained in:
parent
ab12d8098f
commit
c618ee21d0
8 changed files with 182 additions and 0 deletions
|
@ -26,6 +26,7 @@ extern crate msg;
|
|||
extern crate serde;
|
||||
extern crate url;
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
extern crate websocket;
|
||||
|
||||
use hyper::header::{ContentType, Headers};
|
||||
|
@ -42,6 +43,7 @@ use websocket::header;
|
|||
|
||||
pub mod bluetooth_scanfilter;
|
||||
pub mod bluetooth_thread;
|
||||
pub mod filemanager_thread;
|
||||
pub mod hosts;
|
||||
pub mod image_cache_thread;
|
||||
pub mod net_error_list;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue