mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
make protocol handlers registrable (#33104)
Signed-off-by: webbeef <me@webbeef.org>
This commit is contained in:
parent
562d32c051
commit
663a92a5df
19 changed files with 516 additions and 219 deletions
|
@ -8,7 +8,6 @@ pub mod async_runtime;
|
|||
pub mod connector;
|
||||
pub mod cookie;
|
||||
pub mod cookie_storage;
|
||||
mod data_loader;
|
||||
mod decoder;
|
||||
pub mod filemanager_thread;
|
||||
mod hosts;
|
||||
|
@ -18,6 +17,7 @@ pub mod http_loader;
|
|||
pub mod image_cache;
|
||||
pub mod local_directory_listing;
|
||||
pub mod mime_classifier;
|
||||
pub mod protocols;
|
||||
pub mod resource_thread;
|
||||
mod storage_thread;
|
||||
pub mod subresource_integrity;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue