mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Implemented stub for NavigatorPlugins
This commit is contained in:
parent
c56eb65b7c
commit
e83d29a7eb
13 changed files with 316 additions and 124 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue