servo/components/net_traits
bors-servo 93b130f3f7 Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearth
Fix FileAPI's refcount implementation

Revise several intricate parts of FileAPI's internal refcounting-related implementation.

Goal: Get it done right once and for all.

r? @Manishearth

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes do not require tests because it is internal logic change

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- 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/12579)
<!-- Reviewable:end -->
2016-08-02 03:03:47 -05:00
..
image Add style check, test, and code fixes for an else brace check. 2016-07-04 18:38:13 -04:00
blob_url_store.rs Put Blob URL online 2016-07-15 20:33:51 +08:00
bluetooth_scanfilter.rs Use collect() for more idiomatic code in bluetooth. 2016-06-06 09:49:12 +02:00
bluetooth_thread.rs Refactor Bluetooth error handling 2016-07-27 15:02:01 +02:00
Cargo.toml Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) 2016-07-26 19:35:51 +02:00
filemanager_thread.rs Auto merge of #12579 - izgzhen:fix-fileapi-ref, r=Manishearth 2016-08-02 03:03:47 -05:00
hosts.rs Deny unsafe code in some more modules. 2016-06-04 18:07:16 +02:00
image_cache_thread.rs Remove unnecessary 'unwrap' calls from ImageCacheThread 2016-07-13 09:38:55 +02:00
lib.rs Integrate service worker manager thread 2016-07-16 23:29:44 +05:30
net_error_list.rs Move net_error_list from net to net_traits. Fixes #7050. 2015-08-06 16:37:08 -05:00
request.rs Added devtools support to fetch for XHR + Manish's XHR ident fix 2016-07-29 11:20:38 +01:00
response.rs Review fixes 2016-06-11 11:49:40 +05:30
storage_thread.rs send a reply when thread is done exiting 2016-05-30 09:21:09 -06:00