Tim van der Meij
|
925732e759
|
Remove unused import from tests/unit/net/data_loader.rs
|
2016-01-25 22:27:03 +01:00 |
|
rohan.prinja
|
1f02c4ebbb
|
task -> thread
|
2016-01-10 17:58:13 +09:00 |
|
David Rajchenbach-Teller
|
1e81b8c133
|
Resolves #4183 - Implemementing context-based MIME type sniffing
The version of the standard is not finalized at the time of this writing.
Specifications may be found here: https://mimesniff.spec.whatwg.org/#context-specific-sniffing .
|
2015-12-31 07:45:03 -05:00 |
|
Corey Farwell
|
f34da4120d
|
Implement 'url!(..)' macro
https://github.com/servo/rust-url/issues/136
https://github.com/servo/rust-url/pull/137
|
2015-11-21 08:15:56 -05:00 |
|
Ravi Shankar
|
10f5584f78
|
Implement cancellation listener for cancelling network requests
|
2015-11-12 14:02:59 +05:30 |
|
Eli Friedman
|
aef06f2f20
|
Consistently use content-type sniffing with all protocols.
|
2015-10-31 11:26:17 -07:00 |
|
minimus
|
d4ebec6496
|
make mediatype default to text/plain in data URIs
change `data:charset=` to `data:;charset=` and set US-ASCII as default encoding
style change
|
2015-10-03 12:02:04 -04:00 |
|
Johann Tuffe
|
ec07178b6f
|
sort all uses
|
2015-08-20 20:47:12 +08:00 |
|
Patrick Walton
|
2aa5174246
|
script: Make the resource task communication use IPC channels.
|
2015-07-31 11:28:09 -07:00 |
|
Corey Farwell
|
8e3f4bba85
|
Reduce max line length from 150 to 120 characters
Part of https://github.com/servo/servo/issues/6041
|
2015-05-24 00:01:49 -04:00 |
|
Ms2ger
|
d84c3e7a30
|
Fix some overlong lines.
|
2015-05-14 13:26:13 +02:00 |
|
Himaja
|
01eb31ae8a
|
1. Add an Option<Pipeline_id> field to the LoadData struct, and a corresponding parameter to LoadData::new()
2. Change addEvent in the NetworkEventActor to add_request and add_response
|
2015-05-05 12:31:40 -04:00 |
|
Marcus Klaas
|
c1f25bbfe4
|
Replace usage of ResponseSenders by LoadConsumer
|
2015-04-19 13:26:56 +02:00 |
|
Josh Matthews
|
1644436557
|
Start switching net/ to use abstractions over channels to allow introducing non-channel communication in the future.
|
2015-04-16 11:46:39 -04:00 |
|
Bogdan Cuza
|
3dd48d214b
|
Fix content type unit test
|
2015-04-14 23:08:00 +03:00 |
|
Simon Sapin
|
84e5f1e85b
|
Use the correct license header.
|
2015-04-08 01:07:58 +02:00 |
|
Simon Sapin
|
3b1cfe8458
|
Add license headers in tests/unit
|
2015-04-08 01:07:55 +02:00 |
|
Simon Sapin
|
d88770e09f
|
Move net::{data_loader,image_cache_task} unit tests into the unit_tests crate.
|
2015-04-08 01:07:50 +02:00 |
|