зеркало из https://github.com/mozilla/pjs.git
Fixing XBL form controls in installer builds -- put nsISelectElement into content_html.xpt and include this file in the xpi. r/sr=jag.
This commit is contained in:
Родитель
13b82bc7cb
Коммит
05f13d672f
|
@ -27,6 +27,7 @@ VPATH = @srcdir@
|
|||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = content
|
||||
XPIDL_MODULE = content_html
|
||||
|
||||
XPIDLSRCS = \
|
||||
nsISelectElement.idl \
|
||||
|
|
|
@ -35,6 +35,7 @@ EXPORTS= \
|
|||
$(NULL)
|
||||
|
||||
MODULE=content
|
||||
XPIDL_MODULE=content_html
|
||||
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
|
||||
|
|
|
@ -134,6 +134,7 @@ bin/components/libautoconfig.so
|
|||
bin/components/libprofile.so
|
||||
bin/components/libgkcontent.so
|
||||
bin/components/content_base.xpt
|
||||
bin/components/content_html.xpt
|
||||
bin/components/content_xsl.xpt
|
||||
bin/components/libgklayout.so
|
||||
bin/components/libgkplugin.so
|
||||
|
|
|
@ -121,6 +121,7 @@ bin\components\gfx2.xpt
|
|||
bin\components\gfx2.dll
|
||||
bin\components\gkcontent.dll
|
||||
bin\components\content_base.xpt
|
||||
bin\components\content_html.xpt
|
||||
bin\components\content_xsl.xpt
|
||||
bin\components\xuldoc.xpt
|
||||
bin\components\xultmpl.xpt
|
||||
|
|
Загрузка…
Ссылка в новой задаче