aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
diff options
context:
space:
mode:
authorGregory Terzian <gterzian@users.noreply.github.com>2020-04-25 16:01:28 +0800
committerGregory Terzian <gterzian@users.noreply.github.com>2020-05-21 13:21:21 +0800
commit89eb7c2aa2a949ac851ea33382af3c54efdcbc17 (patch)
tree00604f6a90e1e6a230892a4d2b191c0c92c9e0b5 /components/script_traits/lib.rs
parent7e74f733016f2d384791fddcf0c5071cbce3e7cb (diff)
downloadservo-89eb7c2aa2a949ac851ea33382af3c54efdcbc17.tar.gz
servo-89eb7c2aa2a949ac851ea33382af3c54efdcbc17.zip
serviceworker: make job queue unique per origin
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r--components/script_traits/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index e13f1958e1b..d0309c72864 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/lib.rs
@@ -76,8 +76,8 @@ use webrender_api::{
use webrender_api::{BuiltDisplayListDescriptor, HitTestFlags, HitTestResult};
pub use crate::script_msg::{
- DOMMessage, HistoryEntryReplacement, SWManagerMsg, SWManagerSenders, ScopeThings,
- ServiceWorkerMsg,
+ DOMMessage, HistoryEntryReplacement, Job, JobError, JobResult, JobResultValue, JobType,
+ SWManagerMsg, SWManagerSenders, ScopeThings, ServiceWorkerMsg,
};
pub use crate::script_msg::{
EventResult, IFrameSize, IFrameSizeMsg, LayoutMsg, LogEntry, ScriptMsg,