зеркало из https://github.com/mozilla/gecko-dev.git
Move channel-prefs.js back to original location - Bug 756325 - channel-prefs.js appears in new 'preferences' location on fresh installation but remains in 'pref' for updated existing installation. r=bbondy
This commit is contained in:
Родитель
a1a6221374
Коммит
e6ffe2cdba
|
@ -13,7 +13,6 @@ DIRS = profile/extensions
|
|||
dist_dest = $(DIST)/$(MOZ_MACBUNDLE_NAME)
|
||||
|
||||
PREF_JS_EXPORTS = $(srcdir)/profile/firefox.js \
|
||||
$(srcdir)/profile/channel-prefs.js \
|
||||
$(NULL)
|
||||
|
||||
|
||||
|
@ -138,6 +137,11 @@ endif
|
|||
libs:: $(srcdir)/profile/prefs.js
|
||||
$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin/defaults/profile
|
||||
|
||||
# channel-prefs.js is handled separate from other prefs due to bug 756325
|
||||
libs:: $(srcdir)/profile/channel-prefs.js
|
||||
$(NSINSTALL) -D $(DIST)/bin/defaults/pref
|
||||
$(PYTHON) $(topsrcdir)/config/Preprocessor.py $(PREF_PPFLAGS) $(ACDEFINES) $^ > $(DIST)/bin/defaults/pref/channel-prefs.js
|
||||
|
||||
libs:: $(srcdir)/blocklist.xml
|
||||
$(INSTALL) $(IFLAGS1) $^ $(DIST)/bin
|
||||
|
||||
|
|
|
@ -509,13 +509,14 @@
|
|||
; All the pref files must be part of base to prevent migration bugs
|
||||
@BINPATH@/@PREF_DIR@/firefox.js
|
||||
@BINPATH@/@PREF_DIR@/firefox-branding.js
|
||||
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
@BINPATH@/@PREF_DIR@/services-sync.js
|
||||
#endif
|
||||
@BINPATH@/greprefs.js
|
||||
@BINPATH@/defaults/autoconfig/platform.js
|
||||
@BINPATH@/defaults/autoconfig/prefcalls.js
|
||||
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
|
||||
@BINPATH@/defaults/pref/channel-prefs.js
|
||||
@BINPATH@/defaults/profile/prefs.js
|
||||
|
||||
; [Layout Engine Resources]
|
||||
|
|
|
@ -487,9 +487,12 @@ OMNIJAR_FILES = \
|
|||
update.locale \
|
||||
$(NULL)
|
||||
|
||||
# defaults/pref/channel-prefs.js is handled separate from other prefs due to
|
||||
# bug 756325
|
||||
NON_OMNIJAR_FILES += \
|
||||
chrome/icons/\* \
|
||||
$(PREF_DIR)/channel-prefs.js \
|
||||
defaults/pref/channel-prefs.js \
|
||||
res/cursors/\* \
|
||||
res/MainMenu.nib/\* \
|
||||
$(NULL)
|
||||
|
|
Загрузка…
Ссылка в новой задаче