servo/tests/unit/net
mrnayak a3026499f4 Implement Subresource Integrity
Implemented response validation part of
https://w3c.github.io/webappsec-subresource-integrity/.
Implemented step eighteen of the main fetch. If a request has integrity
metadata, then following steps are performed
*Wait for response body
*If the response does not have a termination reason and response does not
match request’s integrity metadata, set response to a
network error.# Please enter the commit message for your changes. Lines starting
2017-01-08 08:52:18 +05:30
..
parsable_mime Fix off-by-one error in MIME pattern matching 2016-02-23 11:53:32 +00:00
Cargo.toml Removed util. 2016-12-14 18:04:37 -06:00
chrome_loader.rs Urlmageddon: Use refcounted urls more often. 2016-11-17 18:34:23 +01:00
cookie.rs Add unit tests 2016-12-22 11:29:30 -08:00
cookie_http_state.rs Add unit tests 2016-12-22 11:29:30 -08:00
cookie_http_state_utils.py Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
data_loader.rs Use the asynchronous fetching code in unit tests. 2016-12-15 10:45:15 +01:00
fetch.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
file_loader.rs added test for https://github.com/servo/servo/issues/10548 2016-04-18 03:34:25 +03:00
filemanager_thread.rs Remove the unused CancellationListener arguments in filemanager_thread. 2016-11-24 11:46:30 +01:00
hsts.rs Refactor HSTSList to use HashMap 2016-12-30 22:00:03 +05:30
http_loader.rs Fix an unused variable warning in net_tests 2016-12-30 17:24:10 -08:00
lib.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
mime_classifier.rs Auto merge of #13411 - frewsxcv:mime, r=jdm 2016-10-08 15:40:47 -05:00
resource_thread.rs Remove some unused arguments. 2016-11-24 11:46:33 +01:00
subresource_integrity.rs Implement Subresource Integrity 2017-01-08 08:52:18 +05:30
test.jpeg Chunked ReadFile from file manager 2016-07-25 19:39:16 +02:00