servo/components/script
bors-servo 7cea4eb01c Auto merge of #11225 - izgzhen:patch-input-element-file, r=Manishearth
Implement file related functionalities in htmlinputelement and related

- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy --faster` does not report any errors
- [x] These changes is related to #11131
- [x] These changes do not require tests because it is a partial implementation

1. Improve the `filemanager_thread` by adding type string and create `SelectedFile`
2. Fill several gaps in `htmlinputelement` implementation related to file type
3. Improve the `File` interface to accommodate the above changes
4. Integrate changes introduced by PR #11189

<!-- 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/11225)
<!-- Reviewable:end -->
2016-05-23 01:10:46 -07:00
..
docs Move the DOM memory management blog post into the tree. 2015-10-29 17:25:00 +01:00
dom Auto merge of #11225 - izgzhen:patch-input-element-file, r=Manishearth 2016-05-23 01:10:46 -07:00
parse Removed unused imports 2016-05-15 22:24:26 +03:00
task_source Removed unused imports 2016-05-15 22:24:26 +03:00
build.rs Fix build scripts warnings. 2015-03-18 21:53:48 +01:00
Cargo.toml Add string_cache override for geckolib based on gecko atoms. 2016-05-18 11:33:38 -07:00
clipboard_provider.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
cors.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
devtools.rs removed instances of &Root<BrowsingContext> 2016-05-11 13:21:16 -06:00
document_loader.rs adding interface for custom responses 2016-05-20 12:11:56 +05:30
layout_interface.rs Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
lib.rs remove page and move functionality to browing context 2016-05-11 12:46:59 -06:00
makefile.cargo Fix spurious rebuilds of the script crate 2015-10-08 21:37:56 -07:00
mem.rs Bump heapsize to 0.3 2016-02-13 11:13:19 +01:00
network_listener.rs refactors entities from script_thread into script_runtime 2016-04-06 12:46:49 +05:30
origin.rs Upgrade to rust-url 1.0 and hyper 0.9 2016-04-23 20:27:58 +02:00
reporter.rs Report CSS errors to script task for further processing. 2016-02-11 14:48:47 -05:00
script_runtime.rs Support GC zeal 2016-05-12 16:44:40 +02:00
script_thread.rs Auto merge of #10961 - creativcoder:custom_response_iface, r=jdm 2016-05-21 01:12:54 -07:00
textinput.rs Replace range::Range with std::ops::Range in script 2016-04-28 14:54:07 -07:00
timers.rs Removed unused imports 2016-05-15 22:24:26 +03:00
unpremultiplytable.rs add un-premultiply table for GetImageData 2015-10-20 04:51:29 -04:00
webdriver_handlers.rs removed instances of &Root<BrowsingContext> 2016-05-11 13:21:16 -06:00