Bug 819624 part 1. Hook up the WebIDL bindings for HTMLDocument. r=peterv

This commit is contained in:
Boris Zbarsky 2012-12-26 13:37:26 -08:00
parent 28ac2fa9af
commit 9612c9ad9d
2 changed files with 4 additions and 0 deletions

View File

@ -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' ]

View File

@ -51,6 +51,7 @@ webidl_files = \
HTMLCollection.webidl \
HTMLDataListElement.webidl \
HTMLDivElement.webidl \
HTMLDocument.webidl \
HTMLElement.webidl \
HTMLFontElement.webidl \
HTMLFrameSetElement.webidl \