servo/components
bors-servo f1018b84a8 Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey
Test filtered responses and implement Cors Check Fetch step

I've been writing tests for creating filtered responses. So far I have three of the four types being made (namely, Basic, CORS, and Opaque), and just need to figure out how to make an OpaqueRedirect filtered response, since it's handled separately from the others. I will also add more tests to ensure the content of the filtered responses matches the limitations placed by the specification.

Along the way I implemented Cors Check, since it's required for the CORS filtered response. @jdm suggested I handle it in here, since it's such a small step, compared to other parts of Fetch.

Since all the tests currently pass, and I've spent a while adding the Cors Check and other pieces, I figured now would be a good time to start having it reviewed.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9525)
<!-- Reviewable:end -->
2016-02-10 03:11:22 +05:30
..
canvas Auto merge of #9512 - timvandermeij:feature-cleanup, r=frewsxcv 2016-02-04 18:11:52 +05:30
canvas_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
compositing Auto merge of #9532 - nox:dedup-heapsize, r=Manishearth 2016-02-05 03:40:36 +05:30
devtools Reorder dependencies in various Cargo.toml files 2016-02-04 14:09:01 +01:00
devtools_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
gfx Auto merge of #9523 - ruud-v-a:hasher, r=Wafflespeanut 2016-02-05 07:32:13 +05:30
gfx_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
layout Remove dead function Overflow::union_rect 2016-02-07 15:29:15 +01:00
layout_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
msg Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
net Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey 2016-02-10 03:11:22 +05:30
net_traits Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey 2016-02-10 03:11:22 +05:30
plugins Remove the casing plugin 2016-02-05 00:42:03 +01:00
profile task -> thread 2016-01-10 17:58:13 +09:00
profile_traits task -> thread 2016-01-10 17:58:13 +09:00
script Give WindowProxy objects an innerObject hook. 2016-02-09 16:46:48 +01:00
script_traits mozbrowsersercuritychange event 2016-02-09 08:05:17 +01:00
servo Auto merge of #9525 - nikkisquared:test_filtered_responses, r=asajeffrey 2016-02-10 03:11:22 +05:30
style Auto merge of #9532 - nox:dedup-heapsize, r=Manishearth 2016-02-05 03:40:36 +05:30
style_traits Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00
util Remove some unused dependencies from the util crate. 2016-02-05 13:06:14 +01:00
webdriver_server Say farewell to in-tree HeapSizeOf 2016-02-04 22:03:32 +01:00