servo/tests/unit
bors-servo 22ce878edc Auto merge of #9753 - nikkisquared:async_fetch, r=jdm
Make Fetch Protocol Asynchronous

I'm working on making it possible to run Fetch Asynchronously, as required for some steps, such as Main Fetch. It looks like somebody has already laid some groundwork for that, with a AsyncFetchListener trait and two async fetch functions defined, which I'm building on top of.

So far, as a sort of proof of concept, I've written a test to asynchronously retrieve a fetch response, which uses a simple function to check if the fetch response is complete or not. I'd like to be checked if I'm on the right path, to see if I need to rework anything so far, and what my next step can be.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9753)
<!-- Reviewable:end -->
2016-03-02 01:49:29 +05:30
..
gfx Add WebRender integration to Servo. 2016-02-18 10:35:29 +10:00
net implementing working demonstration of calling Fetch asynchronously 2016-03-01 13:02:38 -07:00
net_traits Adding method to detect if image formats should be supported by servo 2015-11-13 19:01:44 -05:00
plugin Bump url to 0.5.5 2016-02-13 00:08:12 +01:00
script Dirty elements whose selectors are affected by sibling changes 2016-02-23 17:31:38 -08:00
style Bump string_cache to 0.2.10 2016-02-24 16:47:10 +01:00
util Remove util::vec::Comparator 2016-03-01 14:28:16 +01:00