servo/components/net_traits
bors-servo 3977128d7e Auto merge of #11536 - izgzhen:add-blob-loader, r=Manishearth
Add blob loader

Add a blob loader to implement [Blob URL](https://w3c.github.io/FileAPI/#url). The related interfaces to script thread are also declared.

Progressing in parallel with PR #11534. Related to #11131.

<!-- 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 fix part of #10539

<!-- Either: -->
- [x] These changes do not require tests because not integrated yet.

<!-- 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="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11536)
<!-- Reviewable:end -->
2016-06-08 06:13:39 -05:00
..
image Removed unused imports 2016-05-15 22:24:26 +03:00
blob_url_store.rs Add blob loader 2016-06-06 20:32:20 +08:00
bluetooth_scanfilter.rs Use collect() for more idiomatic code in bluetooth. 2016-06-06 09:49:12 +02:00
bluetooth_thread.rs Add included services 2016-05-24 15:50:33 +02:00
Cargo.toml Update image, hyper, gleam, flate2, threadpool, string_cache, num_cpus 2016-05-11 20:37:27 -07:00
filemanager_thread.rs Add blob loader 2016-06-06 20:32:20 +08:00
hosts.rs Deny unsafe code in some more modules. 2016-06-04 18:07:16 +02:00
image_cache_thread.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
lib.rs Auto merge of #11536 - izgzhen:add-blob-loader, r=Manishearth 2016-06-08 06:13:39 -05:00
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 Fix logic for cors cache match 2016-04-27 16:39:57 -04:00
response.rs Remove empty lines following braces. 2016-05-27 13:32:05 -04:00
storage_thread.rs send a reply when thread is done exiting 2016-05-30 09:21:09 -06:00