diff options
author | Zhen Zhang <izgzhen@gmail.com> | 2016-05-17 18:10:07 +0800 |
---|---|---|
committer | Zhen Zhang <izgzhen@gmail.com> | 2016-05-23 15:35:46 +0800 |
commit | dd590d088b036e06dd5775237e04ac45de3b1488 (patch) | |
tree | 741d109fece881f31cca5848868186aa3863b1e6 /components/script/dom/window.rs | |
parent | 983612751ba6a031d7a22e53bc2baabe64739f1b (diff) | |
download | servo-dd590d088b036e06dd5775237e04ac45de3b1488.tar.gz servo-dd590d088b036e06dd5775237e04ac45de3b1488.zip |
Implement file-type functionalities in htmlinputelement and related
Changes include:
- Implement file selection and other DOM behaviours in htmlinputelement
- Integrate IpcSender<FileManagerThreadMsg> into ResourceThreads
- Improve filemanager_thread, including adding type_string field to SelectedFile
- Improve interfaces in FileList/File/Blob to accommodate the above changes
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r-- | components/script/dom/window.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs index c9111ad15e5..7eab91db3a4 100644 --- a/components/script/dom/window.rs +++ b/components/script/dom/window.rs @@ -1596,4 +1596,3 @@ fn debug_reflow_events(id: PipelineId, goal: &ReflowGoal, query_type: &ReflowQue println!("{}", debug_msg); } -no_jsmanaged_fields!(ResourceThreads); |