servo/components/net
Simon Sapin 0d226722b7 Deduplicate some dependencies.
This uses some dependencies from crates.io instead of git
where the crates.io copy was already used in some other part
of the dependency tree, so we had two copies of the same library.

The `android_glue` crate is the only one left where we have two copies,
but solving that is more tricky since we hard-code a path in
`components/servo/.cargo/config`.
2015-05-07 01:56:49 +02:00
..
fetch Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
about_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
Cargo.toml Deduplicate some dependencies. 2015-05-07 01:56:49 +02:00
cookie.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
cookie_storage.rs Move net::cookie unit tests into the unit_tests crate. 2015-04-07 16:37:12 -04:00
data_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
file_loader.rs Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8. 2015-05-05 10:07:34 -04:00
http_loader.rs 1. Add an Option<Pipeline_id> field to the LoadData struct, and a corresponding parameter to LoadData::new() 2015-05-05 12:31:40 -04:00
image_cache_task.rs 1. Add an Option<Pipeline_id> field to the LoadData struct, and a corresponding parameter to LoadData::new() 2015-05-05 12:31:40 -04:00
lib.rs Auto merge of #5952 - Ms2ger:cleanup, r=saneyuki 2015-05-05 14:26:37 -05:00
mime_classifier.rs Remove some as_slice calls. 2015-04-24 17:44:47 +02:00
pub_domains.rs cookies and cookies storage implementation 2015-02-04 13:34:06 +00:00
resource_task.rs Initial changes for devtools support for logging HTTP requests. 2015-05-05 11:49:26 -04:00
storage_task.rs Auto merge of #5576 - jagtalon:jag/slashdot-storage, r=jdm 2015-04-11 18:13:16 -05:00