Auto merge of #10485 - ConnorGBrewster:navigator_plugins, r=Ms2ger

Implement stub for NavigatorPlugins

This PR implements stub for NavigatorPlugins as outlined in #9991.

r? @jdm

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10485)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-04-11 21:17:16 +05:30
commit 3b7e426d33
13 changed files with 316 additions and 124 deletions

View file

@ -193,6 +193,8 @@ var interfaceNamesInGlobalScope = [
"KeyboardEvent",
"Location",
"MessageEvent",
"MimeType",
"MimeTypeArray",
"MouseEvent",
"NamedNodeMap",
"Navigator",
@ -202,6 +204,8 @@ var interfaceNamesInGlobalScope = [
"NodeList",
"Performance",
"PerformanceTiming",
"Plugin",
"PluginArray",
"ProcessingInstruction",
"ProgressEvent",
"RadioNodeList",