From dd590d088b036e06dd5775237e04ac45de3b1488 Mon Sep 17 00:00:00 2001 From: Zhen Zhang Date: Tue, 17 May 2016 18:10:07 +0800 Subject: Implement file-type functionalities in htmlinputelement and related Changes include: - Implement file selection and other DOM behaviours in htmlinputelement - Integrate IpcSender into ResourceThreads - Improve filemanager_thread, including adding type_string field to SelectedFile - Improve interfaces in FileList/File/Blob to accommodate the above changes --- components/script/dom/bindings/trace.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/script/dom/bindings/trace.rs') diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 1acb5ee9e4b..4c6941a5f5e 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -60,7 +60,7 @@ use net_traits::image::base::{Image, ImageMetadata}; use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheThread}; use net_traits::response::HttpsState; use net_traits::storage_thread::StorageType; -use net_traits::{Metadata, NetworkError}; +use net_traits::{Metadata, NetworkError, ResourceThreads}; use offscreen_gl_context::GLLimits; use profile_traits::mem::ProfilerChan as MemProfilerChan; use profile_traits::time::ProfilerChan as TimeProfilerChan; @@ -321,6 +321,7 @@ no_jsmanaged_fields!(HttpsState); no_jsmanaged_fields!(SharedRt); no_jsmanaged_fields!(TouchpadPressurePhase); no_jsmanaged_fields!(ReferrerPolicy); +no_jsmanaged_fields!(ResourceThreads); impl JSTraceable for Box { #[inline] -- cgit v1.2.3