servo/components/net
Ms2ger 6b75078503 Make DOMString a newtype around String, rather than a typedef.
This should make it somewhat easier to experiment with alternative
representations in the future. To reduce churn, this commit leaves the String
field public, though.

Also, this will allow us to use the default String type to represent the IDL
USVString type, which explicitly forbids unpaired surrogates, ans as such is
a better match to the Rust String type.
2015-11-04 12:09:11 +01:00
..
fetch DRY out conditional logic in CORS header matching 2015-10-11 20:55:01 -04:00
about_loader.rs Consistently use content-type sniffing with all protocols. 2015-10-31 11:26:17 -07:00
Cargo.toml Accept Brotli-compressed HTTP responses #8156 2015-11-01 08:59:18 +05:30
cookie.rs Fix issues found by rust-clippy 2015-10-12 20:21:49 -04:00
cookie_storage.rs Add plugins for compositing and net crates #7699 2015-09-22 13:51:21 +02:00
data_loader.rs Consistently use content-type sniffing with all protocols. 2015-10-31 11:26:17 -07:00
file_loader.rs Consistently use content-type sniffing with all protocols. 2015-10-31 11:26:17 -07:00
hsts.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30
http_loader.rs Refactor code dealing with headers of requests and responses into separate functions to enable use by websocket code 2015-11-03 11:17:53 -05:00
image_cache_task.rs Rework image_cache_task to avoid using url as key during the loading of an image. 2015-10-14 08:08:31 +02:00
lib.rs Accept Brotli-compressed HTTP responses #8156 2015-11-01 08:59:18 +05:30
mime_classifier.rs MIMEClassifier::classify always succeeds; fix the type to reflect this. 2015-10-13 18:03:40 -07:00
pub_domains.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
resource_task.rs Consistently use content-type sniffing with all protocols. 2015-10-31 11:26:17 -07:00
storage_task.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00