mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Implemented stub for NavigatorPlugins
This commit is contained in:
parent
c56eb65b7c
commit
e83d29a7eb
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