зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
d2a68782f0
Коммит
18028df7d2
|
@ -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
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
#
|
||||
# The contents of this file are subject to the Mozilla Public
|
||||
# License Version 1.1 (the "License"); you may not use this file
|
||||
# except in compliance with the License. You may obtain a copy of
|
||||
# the License at http://www.mozilla.org/MPL/
|
||||
#
|
||||
# Software distributed under the License is distributed on an "AS
|
||||
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
||||
# implied. See the License for the specific language governing
|
||||
# rights and limitations under the License.
|
||||
#
|
||||
# The Original Code is mozilla.org code.
|
||||
#
|
||||
# The Initial Developer of the Original Code is Netscape
|
||||
# Communications Corporation. Portions created by Netscape are
|
||||
# Copyright (C) 1998 Netscape Communications Corporation. All
|
||||
# Rights Reserved.
|
||||
#
|
||||
# Contributor(s):
|
||||
#
|
||||
|
||||
DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = xmlextras
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsIGenericInterfaceInfoSet.idl \
|
||||
nsIScriptableInterfaceInfo.idl \
|
||||
nsIInterfaceInfoToIDL.idl \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче