mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 868929 - Convert ImageDocument to WebIDL, drop hasXPConnectImpls from documents. r=bz.
--HG-- rename : content/html/document/src/ImageDocument.cpp => content/html/document/src/ImageDocument.h extra : rebase_source : 23d83e5fcf8b6a6162524c09e7057edaeddec044
This commit is contained in:
parent
07b207de36
commit
4c5fc68485
@ -243,7 +243,6 @@ DOMInterfaces = {
|
||||
'Document': [
|
||||
{
|
||||
'nativeType': 'nsIDocument',
|
||||
'hasXPConnectImpls': True,
|
||||
'resultNotAddRefed': [ 'implementation', 'doctype', 'documentElement',
|
||||
'getElementById', 'adoptNode', 'defaultView',
|
||||
'activeElement', 'currentScript',
|
||||
@ -415,7 +414,6 @@ DOMInterfaces = {
|
||||
|
||||
'HTMLDocument': {
|
||||
'nativeType': 'nsHTMLDocument',
|
||||
'hasXPConnectImpls': True,
|
||||
'resultNotAddRefed': [ 'body', 'head', 'images', 'embeds', 'plugins',
|
||||
'links', 'forms', 'scripts', 'anchors', 'applets' ],
|
||||
'implicitJSContext': [ 'open', 'write', 'writeln' ]
|
||||
|
@ -150,9 +150,7 @@ customIncludes = [
|
||||
'mozilla/dom/NodeBinding.h',
|
||||
'mozilla/dom/ElementBinding.h',
|
||||
'mozilla/dom/HTMLElementBinding.h',
|
||||
'mozilla/dom/DocumentBinding.h',
|
||||
'nsPerformance.h',
|
||||
'mozilla/dom/HTMLDocumentBinding.h',
|
||||
'mozilla/dom/EventTargetBinding.h',
|
||||
'mozilla/dom/EventBinding.h',
|
||||
'mozilla/dom/MouseEventBinding.h',
|
||||
@ -198,8 +196,6 @@ newBindingProperties = {
|
||||
'nsIDOMNode': 'mozilla::dom::NodeBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMElement': 'mozilla::dom::ElementBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMHTMLElement': 'mozilla::dom::HTMLElementBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMDocument': 'mozilla::dom::DocumentBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMHTMLDocument': 'mozilla::dom::HTMLDocumentBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMEventTarget': 'mozilla::dom::EventTargetBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMEvent': 'mozilla::dom::EventBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
'nsIDOMMouseEvent': 'mozilla::dom::MouseEventBinding::sNativePropertyHooks.mNativeProperties.regular',
|
||||
|
Loading…
Reference in New Issue
Block a user