mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
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:
commit
3b7e426d33
13 changed files with 316 additions and 124 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue