servo/components/net_traits
bors-servo b61ad4190f Auto merge of #11029 - izgzhen:filemanager_thread, r=Manishearth
Add FileManagerThread

This is intended to support the File API implementation. Basically an event loop with three kinds of messages:

+ Select a file
+ Read a file with ID
+ Delete the ID from manager-owned map

The design decision in this PR is not the final (or best I think) version, welcome reviews :)

TODOs:

- [x] Add multiple file selection

<!-- 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/11029)
<!-- Reviewable:end -->
2016-05-11 04:28:58 -07:00
..
image move struct ImageMetadata to a better place 2016-05-09 00:44:49 +03:00
bluetooth_scanfilter.rs Refactor scan filter 2016-05-03 11:35:32 +02:00
bluetooth_thread.rs Remove BluetoothDevice members 2016-05-05 12:47:52 +02:00
Cargo.toml add filemanager_thread 2016-05-11 15:14:03 +08:00
filemanager_thread.rs add filemanager_thread 2016-05-11 15:14:03 +08:00
hosts.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
image_cache_thread.rs move struct ImageMetadata to a better place 2016-05-09 00:44:49 +03:00
lib.rs add filemanager_thread 2016-05-11 15:14:03 +08: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 Implement CORS preflight fetch 2016-04-13 11:28:14 -04:00
storage_thread.rs task -> thread 2016-01-10 17:58:13 +09:00