diff options
author | Connor Brewster <brewsterc@my.caspercollege.edu> | 2016-04-08 14:22:40 -0600 |
---|---|---|
committer | Connor Brewster <brewsterc@my.caspercollege.edu> | 2016-04-11 09:14:46 -0600 |
commit | e83d29a7eb9db1ba08059436e9dce1db0165251b (patch) | |
tree | bb50def9317c23e3eb0b67f53c0680fb739fceb6 /components/script/dom/mod.rs | |
parent | c56eb65b7c117911bc63fdb695705abc2606211e (diff) | |
download | servo-e83d29a7eb9db1ba08059436e9dce1db0165251b.tar.gz servo-e83d29a7eb9db1ba08059436e9dce1db0165251b.zip |
Implemented stub for NavigatorPlugins
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 36921d8be89..853ac520b9a 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -342,6 +342,8 @@ pub mod imagedata; pub mod keyboardevent; pub mod location; pub mod messageevent; +pub mod mimetype; +pub mod mimetypearray; pub mod mouseevent; pub mod namednodemap; pub mod navigator; @@ -351,6 +353,8 @@ pub mod nodeiterator; pub mod nodelist; pub mod performance; pub mod performancetiming; +pub mod plugin; +pub mod pluginarray; pub mod processinginstruction; pub mod progressevent; pub mod radionodelist; |