зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser.
This commit is contained in:
Родитель
c7e6291f81
Коммит
a7daf4397f
|
@ -104,5 +104,5 @@ OBJS = .\$(OBJDIR)\nsConfigFactory.obj \
|
|||
#//
|
||||
#//------------------------------------------------------------------------
|
||||
include <$(DEPTH)\config\rules.mak>
|
||||
install::
|
||||
libs::
|
||||
$(MAKE_INSTALL) .\prefcalls.js $(DIST)\bin\defaults\autoconfig
|
||||
|
|
|
@ -124,6 +124,8 @@ viewer:Components:universalchardet.xpt
|
|||
viewer:Components:libjar.xpt
|
||||
viewer:Components:libpref.shlb
|
||||
viewer:Components:libpref.xpt
|
||||
viewer:Components:prefextras.shlb
|
||||
viewer:Components:prefextras.xpt
|
||||
viewer:Components:libutil.xpt
|
||||
viewer:Components:lwbrk.shlb
|
||||
viewer:Components:Mork.shlb
|
||||
|
@ -227,6 +229,7 @@ viewer:chrome:pipnss.jar
|
|||
; all the pref files must be part of base
|
||||
; to prevent migration bugs
|
||||
viewer:defaults:pref:*
|
||||
viewer:defaults:autoconfig:prefcalls.js
|
||||
viewer:res:arrow.gif
|
||||
viewer:res:loading-image.gif
|
||||
viewer:res:broken-image.gif
|
||||
|
|
|
@ -111,6 +111,7 @@ bin/components/xpcom_xpti.xpt
|
|||
bin/components/xpinstall.xpt
|
||||
bin/components/oji.xpt
|
||||
bin/components/pref.xpt
|
||||
bin/components/autoconfig.xpt
|
||||
bin/components/proxyObjInst.xpt
|
||||
bin/components/rdf.xpt
|
||||
bin/components/shistory.xpt
|
||||
|
@ -176,6 +177,7 @@ bin/chrome/installed-chrome.txt
|
|||
; all the pref files must be part of base
|
||||
; to prevent migration bugs
|
||||
bin/defaults/pref/*
|
||||
bin/defaults/autoconfig/prefcalls.js
|
||||
; this is only here if you have plugins -blizzard
|
||||
; bin/plugins/*
|
||||
bin/res/entityTables/*
|
||||
|
|
|
@ -124,6 +124,7 @@ bin\components\necko_res.xpt
|
|||
bin\components\nsSidebar.js
|
||||
bin\components\oji.xpt
|
||||
bin\components\pref.xpt
|
||||
bin\components\autoconfig.xpt
|
||||
bin\components\prefmigr.xpt
|
||||
bin\components\profile.xpt
|
||||
bin\components\proxyObject.xpt
|
||||
|
@ -195,6 +196,7 @@ bin\chrome\classic\*
|
|||
; all the pref files must be part of base
|
||||
; to prevent migration bugs
|
||||
bin\defaults\pref\*
|
||||
bin\defaults\autoconfig\prefcalls.js
|
||||
bin\res\html.css
|
||||
bin\res\ua.css
|
||||
bin\res\forms.css
|
||||
|
|
|
@ -127,6 +127,7 @@ bin/components/libmozxfer.so
|
|||
bin/components/libnslocale.so
|
||||
bin/components/liboji.so
|
||||
bin/components/libpref.so
|
||||
bin/components/libautoconfig.so
|
||||
bin/components/libprofile.so
|
||||
bin/components/libgkcontent.so
|
||||
bin/components/content_base.xpt
|
||||
|
@ -182,6 +183,7 @@ bin/components/xpcom_xpti.xpt
|
|||
bin/components/xpinstall.xpt
|
||||
bin/components/oji.xpt
|
||||
bin/components/pref.xpt
|
||||
bin/components/autoconfig.xpt
|
||||
bin/components/proxyObjInst.xpt
|
||||
bin/components/rdf.xpt
|
||||
bin/components/shistory.xpt
|
||||
|
@ -258,6 +260,7 @@ bin/chrome/chromelist.txt
|
|||
; all the pref files must be part of base
|
||||
; to prevent migration bugs
|
||||
bin/defaults/pref/*
|
||||
bin/defaults/autoconfig/prefcalls.js
|
||||
; this is only here if you have plugins -blizzard
|
||||
; bin/plugins/*
|
||||
bin/plugins/libnullplugin.so
|
||||
|
|
|
@ -234,6 +234,8 @@ bin\components\xpcom_xpti.xpt
|
|||
bin\components\xpconnect.xpt
|
||||
bin\components\xpinstall.xpt
|
||||
bin\components\xppref32.dll
|
||||
bin\components\autoconfig.dll
|
||||
bin\components\autoconfig.xpt
|
||||
bin\components\xml-rpc.xpt
|
||||
bin\components\nsDictionary.js
|
||||
bin\components\nsProxyAutoConfig.js
|
||||
|
@ -277,6 +279,7 @@ bin\chrome\chromelist.txt
|
|||
; all the pref files must be part of base
|
||||
; to prevent migration bugs
|
||||
bin\defaults\pref\*
|
||||
bin\defaults\autoconfig\prefcalls.js
|
||||
bin\res\html.css
|
||||
bin\res\ua.css
|
||||
bin\res\forms.css
|
||||
|
|
Загрузка…
Ссылка в новой задаче