servo/components/script/dom/bindings
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
..
codegen Update the WebIDL parser 2016-05-18 11:30:53 +02:00
callback.rs Stop re-rooting CallSetup::exception_compartment. 2016-05-17 16:32:05 +02:00
cell.rs task -> thread 2016-01-10 17:58:13 +09:00
conversions.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
error.rs Remove JS_SaveFrameChain and JS_RestoreFrameChain calls. 2016-05-17 16:32:04 +02:00
global.rs adding interface for custom responses 2016-05-20 12:11:56 +05:30
inheritance.rs Rustfmt some of script. 2015-11-18 11:14:05 +01:00
interface.rs Use JS_NewStringCopyN for the representation of interface objects 2016-05-16 15:22:07 +02:00
js.rs Fix unused import warning in script::dom::bindings::js 2016-05-16 09:19:55 -07:00
mod.rs fix docs 2016-05-02 11:17:35 +08:00
num.rs Use num-traits in script. 2016-04-20 15:23:43 +02:00
proxyhandler.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
refcounted.rs Make debug logging for tracing JS objects more informative. 2016-05-11 08:34:48 -04:00
reflector.rs Add global default method for Reflectable trait 2016-01-11 20:23:47 -05:00
str.rs use self.0 instead of destructing single item tuple structs 2016-03-27 11:50:08 +01:00
structuredclone.rs Update SpiderMonkey 2016-05-03 18:36:11 +02:00
trace.rs Implement file-type functionalities in htmlinputelement and related 2016-05-23 15:35:46 +08:00
utils.rs codegen: Throw a more descriptive invalid enum message 2016-05-13 11:44:39 +02:00
weakref.rs Removed unused imports 2016-05-15 22:24:26 +03:00
xmlname.rs Implement From<DOMString> for Atom 2016-02-24 17:52:17 +01:00