servo/tests
bors-servo 00b3612fe9 Auto merge of #19274 - Manishearth:xhr-cancel, r=jdm
Fetch cancellation

This PR implements cancellation for fetch, and uses it for XHR. This means that fetch clients can now send a message to the fetch task asking for the network request to be aborted.

Previously, clients like XHR had abort functionality but would implement it by simply ignoring future messages from the network task; and would not actually cancel the network fetch.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19274)
<!-- Reviewable:end -->
2017-11-20 20:48:17 -06:00
..
compiletest Overhaul MallocSizeOf and related things. 2017-09-12 12:37:51 +10:00
dromaeo
heartbeats
html Implement CanvasRenderingContext2d.fillText's "unimplemented" message 2017-08-23 17:34:55 +01:00
jquery
power
unit Fetch cancellation: Add CancellationListener 2017-11-20 16:54:24 -08:00
wpt Auto merge of #19272 - jonleighton:issue-19171-2, r=jdm 2017-11-20 19:31:52 -06:00