mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Fix dom serializer bustage (bugzilla edit attachment as comment) by making sure not to clobber xmlextras/base/public's .xpt file with xmlextras/interfaceinfo/public's xpt file. Bug 198568, r=harishd, sr=dveditz.
This commit is contained in:
parent
50a879ca5f
commit
7d4f6c9de3
@ -214,6 +214,7 @@ nssckbi.dll
|
||||
; xmlextras, optional for XMLHttpRequest support
|
||||
components\xmlextras.dll
|
||||
components\xmlextras.xpt
|
||||
components\xmlextras_interfaceinfo.xpt
|
||||
|
||||
;
|
||||
; MathML, optional for MathML charset conversion
|
||||
|
@ -210,6 +210,7 @@ libwidget.rsrc
|
||||
; xmlextras, optional for XMLHttpRequest support
|
||||
components/libxmlextras.dylib
|
||||
components/xmlextras.xpt
|
||||
components/xmlextras_interfaceinfo.xpt
|
||||
|
||||
; xpconnect
|
||||
components/libxpconnect.dylib
|
||||
|
@ -216,6 +216,7 @@ libnssckbi.so
|
||||
; xmlextras, optional for XMLHttpRequest support
|
||||
components/libxmlextras.so
|
||||
components/xmlextras.xpt
|
||||
components/xmlextras_interfaceinfo.xpt
|
||||
|
||||
res/language.properties
|
||||
res/langGroups.properties
|
||||
|
@ -224,6 +224,7 @@ nssckbi.dll
|
||||
; xmlextras, optional for XMLHttpRequest support
|
||||
components\xmlextras.dll
|
||||
components\xmlextras.xpt
|
||||
components\xmlextras_interfaceinfo.xpt
|
||||
|
||||
;
|
||||
; MathML, optional for MathML charset conversion
|
||||
|
@ -70,6 +70,7 @@ components\webbrowserpersist.xpt
|
||||
;
|
||||
components\xmlextras.dll
|
||||
components\xmlextras.xpt
|
||||
components\xmlextras_interfaceinfo.xpt
|
||||
|
||||
;
|
||||
; XP Install Support
|
||||
|
@ -61,6 +61,7 @@ components\webbrowserpersist.xpt
|
||||
;
|
||||
components\xmlextras.dll
|
||||
components\xmlextras.xpt
|
||||
components\xmlextras_interfaceinfo.xpt
|
||||
|
||||
;
|
||||
; XP Install Support
|
||||
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xmlextras
|
||||
XPIDL_MODULE = xmlextras_interfaceinfo
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIGenericInterfaceInfoSet.idl \
|
||||
|
@ -247,6 +247,7 @@ bin/components/nsXmlRpcClient.js
|
||||
;bin/plugins/npnul32.dll
|
||||
bin/plugins/npnulos2.dll
|
||||
bin/components/xmlextras.xpt
|
||||
bin/components/xmlextras_interfaceinfo.xpt
|
||||
;bin/components/xmlextras.dll
|
||||
bin/components/xmlextra.dll
|
||||
bin/components/xmlsoap.xpt
|
||||
|
@ -171,6 +171,7 @@ bin/components/commandhandler.xpt
|
||||
bin/components/webbrowserpersist.xpt
|
||||
bin/components/windowwatcher.xpt
|
||||
bin/components/xmlextras.xpt
|
||||
bin/components/xmlextras_interfaceinfo.xpt
|
||||
bin/components/xmlsoap.xpt
|
||||
bin/components/xmlschema.xpt
|
||||
bin/components/nsHelperAppDlg.js
|
||||
|
@ -191,6 +191,7 @@ bin\components\nsDictionary.js
|
||||
bin\components\nsProxyAutoConfig.js
|
||||
bin\components\nsXmlRpcClient.js
|
||||
bin\components\xmlextras.xpt
|
||||
bin\components\xmlextras_interfaceinfo.xpt
|
||||
bin\components\xmlsoap.xpt
|
||||
bin\components\xmlschema.xpt
|
||||
bin\components\nsHelperAppDlg.js
|
||||
|
@ -223,6 +223,7 @@ bin/components/commandhandler.xpt
|
||||
bin/components/webbrowserpersist.xpt
|
||||
bin/components/windowwatcher.xpt
|
||||
bin/components/xmlextras.xpt
|
||||
bin/components/xmlextras_interfaceinfo.xpt
|
||||
bin/components/libxmlextras.so
|
||||
bin/components/xmlsoap.xpt
|
||||
bin/components/xmlschema.xpt
|
||||
|
Loading…
Reference in New Issue
Block a user