mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 819624 part 1. Hook up the WebIDL bindings for HTMLDocument. r=peterv
This commit is contained in:
parent
28ac2fa9af
commit
9612c9ad9d
@ -302,6 +302,9 @@ DOMInterfaces = {
|
||||
|
||||
'HTMLDocument': {
|
||||
'nativeType': 'nsHTMLDocument',
|
||||
'register': False,
|
||||
'hasXPConnectImpls': True,
|
||||
'hasInstanceInterface': 'nsIDOMHTMLDocument',
|
||||
'resultNotAddRefed': [ 'body', 'head', 'images', 'embeds', 'plugins',
|
||||
'links', 'forms', 'scripts', 'anchors', 'applets' ],
|
||||
'implicitJSContext': [ 'open', 'write', 'writeln' ]
|
||||
|
@ -51,6 +51,7 @@ webidl_files = \
|
||||
HTMLCollection.webidl \
|
||||
HTMLDataListElement.webidl \
|
||||
HTMLDivElement.webidl \
|
||||
HTMLDocument.webidl \
|
||||
HTMLElement.webidl \
|
||||
HTMLFontElement.webidl \
|
||||
HTMLFrameSetElement.webidl \
|
||||
|
Loading…
Reference in New Issue
Block a user