author | Mike Hommey <mh+mozilla@glandium.org> |
Tue, 22 Nov 2011 08:05:59 +0100 | |
changeset 82614 | 346488b20c2278329e3dafaf2696985d8a9262f7 |
parent 82613 | 8914d038bd09459e49901e996fe2f91d5112d319 |
child 82615 | 234baeb36628a24c7602124d229a6fb4451a757c |
push id | 114 |
push user | ffxbld |
push date | Fri, 09 Mar 2012 01:01:18 +0000 |
treeherder | mozilla-release@c081ebf13261 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | ted |
bugs | 686466 |
milestone | 11.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/app/Makefile.in | file | annotate | diff | comparison | revisions | |
browser/app/application.ini | file | annotate | diff | comparison | revisions | |
browser/confvars.sh | file | annotate | diff | comparison | revisions | |
build/Makefile.in | file | annotate | diff | comparison | revisions | |
build/application.ini | file | annotate | diff | comparison | revisions | |
config/autoconf.mk.in | file | annotate | diff | comparison | revisions | |
configure.in | file | annotate | diff | comparison | revisions |
--- a/browser/app/Makefile.in +++ b/browser/app/Makefile.in @@ -56,40 +56,16 @@ PREF_JS_EXPORTS = $(srcdir)/profile/fire # hardcode en-US for the moment AB_CD = en-US DEFINES += -DAB_CD=$(AB_CD) APP_VERSION = $(shell cat $(srcdir)/../config/version.txt) DEFINES += -DAPP_VERSION="$(APP_VERSION)" -DIST_FILES = application.ini - -GRE_MILESTONE = $(shell $(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(LIBXUL_DIST)/bin/platform.ini Build Milestone) -GRE_BUILDID = $(shell $(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(LIBXUL_DIST)/bin/platform.ini Build BuildID) - -DEFINES += -DGRE_MILESTONE=$(GRE_MILESTONE) -DGRE_BUILDID=$(GRE_BUILDID) - -MOZ_SOURCE_STAMP ?= $(shell hg -R $(topsrcdir) parent --template="{node|short}\n" 2>/dev/null) -ifdef MOZ_SOURCE_STAMP -DEFINES += -DMOZ_SOURCE_STAMP="$(MOZ_SOURCE_STAMP)" -endif - -SOURCE_REPO := $(shell hg -R $(topsrcdir) showconfig paths.default 2>/dev/null | sed -e "s/^ssh:/http:/") -ifdef SOURCE_REPO -DEFINES += -DMOZ_SOURCE_REPO="$(SOURCE_REPO)" -endif - -DEFINES += -DMOZ_APP_BASENAME="$(MOZ_APP_BASENAME)" \ - -DMOZ_APP_VENDOR="$(MOZ_APP_VENDOR)" - -ifdef MOZ_APP_PROFILE -DEFINES += -DMOZ_APP_PROFILE="$(MOZ_APP_PROFILE)" -endif - ifdef LIBXUL_SDK include $(topsrcdir)/config/rules.mk else # Build a binary bootstrapping with XRE_main PROGRAM = $(MOZ_APP_NAME)$(BIN_SUFFIX) CPPSRCS = nsBrowserApp.cpp @@ -182,20 +158,16 @@ libs:: GARBAGE += $(addprefix $(DIST)/bin/defaults/pref/, firefox.js) endif endif # LIBXUL_SDK DEFINES += -DFIREFOX_ICO=\"$(DIST)/branding/firefox.ico\" -DDOCUMENT_ICO=\"$(DIST)/branding/document.ico\" -ifdef MOZILLA_OFFICIAL -DEFINES += -DMOZILLA_OFFICIAL -endif - ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2) libs:: $(INSTALL) $(IFLAGS1) $(DIST)/branding/mozicon128.png $(DIST)/bin/icons $(INSTALL) $(IFLAGS1) $(DIST)/branding/default16.png $(DIST)/bin/chrome/icons/default $(INSTALL) $(IFLAGS1) $(DIST)/branding/default32.png $(DIST)/bin/chrome/icons/default $(INSTALL) $(IFLAGS1) $(DIST)/branding/default48.png $(DIST)/bin/chrome/icons/default endif @@ -223,17 +195,17 @@ clean clobber repackage:: $(RM) -r $(DIST)/$(APP_NAME).app ifdef LIBXUL_SDK APPFILES = Resources else APPFILES = MacOS endif -libs repackage:: $(PROGRAM) application.ini +libs repackage:: $(PROGRAM) $(MKDIR) -p $(DIST)/$(APP_NAME).app/Contents/MacOS rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents $(DIST)/$(APP_NAME).app --exclude English.lproj $(MKDIR) -p $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj rsync -a --exclude CVS --exclude "*.in" $(srcdir)/macbuild/Contents/Resources/English.lproj/ $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj sed -e "s/%APP_VERSION%/$(APP_VERSION)/" -e "s/%APP_NAME%/$(APP_NAME)/" -e "s/%LOWER_APP_NAME%/$(LOWER_APP_NAME)/" $(srcdir)/macbuild/Contents/Info.plist.in > $(DIST)/$(APP_NAME).app/Contents/Info.plist sed -e "s/%APP_NAME%/$(APP_NAME)/" $(srcdir)/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in | iconv -f UTF-8 -t UTF-16 > $(DIST)/$(APP_NAME).app/Contents/Resources/$(AB).lproj/InfoPlist.strings rsync -a $(DIST)/bin/ $(DIST)/$(APP_NAME).app/Contents/$(APPFILES) $(RM) $(DIST)/$(APP_NAME).app/Contents/$(APPFILES)/mangle $(DIST)/$(APP_NAME).app/Contents/$(APPFILES)/shlibsign
--- a/browser/confvars.sh +++ b/browser/confvars.sh @@ -46,8 +46,11 @@ MOZ_SAFE_BROWSING=1 MOZ_SERVICES_SYNC=1 MOZ_APP_VERSION=$FIREFOX_VERSION MOZ_EXTENSIONS_DEFAULT=" gnomevfs" # MOZ_APP_DISPLAYNAME will be set by branding/configure.sh # Changing either of these values requires a clobber to ensure correct results, # because branding dependencies are broken. MOZ_BRANDING_DIRECTORY=browser/branding/nightly MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official +MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384} +MOZ_PROFILE_MIGRATOR=1 +MOZ_EXTENSION_MANAGER=1
--- a/build/Makefile.in +++ b/build/Makefile.in @@ -61,16 +61,66 @@ ifeq (android,$(MOZ_WIDGET_TOOLKIT)) DIRS += mobile/sutagent/android \ mobile/sutagent/android/watcher \ mobile/sutagent/android/ffxcp \ mobile/sutagent/android/fencp \ $(NULL) endif endif +ifdef MOZ_APP_BASENAME +DIST_FILES = application.ini + +ifdef LIBXUL_SDK +GRE_MILESTONE = $(shell $(PYTHON) $(topsrcdir)/config/printconfigsetting.py $(LIBXUL_DIST)/bin/platform.ini Build Milestone) +else +GRE_MILESTONE = $(shell tail -n 1 $(topsrcdir)/config/milestone.txt 2>/dev/null || tail -1 $(topsrcdir)/config/milestone.txt) +endif + +APP_BUILDID := $(shell cat $(DEPTH)/config/buildid) + +DEFINES += -DGRE_MILESTONE=$(GRE_MILESTONE) -DAPP_BUILDID=$(APP_BUILDID) + +DEFINES += -DMOZ_APP_VERSION="$(MOZ_APP_VERSION)" + +MOZ_SOURCE_STAMP ?= $(firstword $(shell hg -R $(topsrcdir) parent --template="{node|short}\n" 2>/dev/null)) +ifdef MOZ_SOURCE_STAMP +DEFINES += -DMOZ_SOURCE_STAMP="$(MOZ_SOURCE_STAMP)" +endif + +_dollar=$$ +SOURCE_REPO := $(shell cd $(topsrcdir) && hg showconfig paths.default 2>/dev/null | head -n1 | sed -e "s/^ssh:/http:/" -e "s/\/$(_dollar)//" ) +ifdef SOURCE_REPO +DEFINES += -DMOZ_SOURCE_REPO="$(SOURCE_REPO)" +endif + +DEFINES += \ + -DMOZ_APP_BASENAME="$(MOZ_APP_BASENAME)" \ + -DMOZ_APP_VENDOR="$(MOZ_APP_VENDOR)" \ + -DMOZ_APP_ID="$(MOZ_APP_ID)" \ + $(NULL) + +ifdef MOZ_APP_PROFILE +DEFINES += -DMOZ_APP_PROFILE="$(MOZ_APP_PROFILE)" +endif + +ifdef MOZILLA_OFFICIAL +DEFINES += -DMOZILLA_OFFICIAL +endif + +ifdef MOZ_PROFILE_MIGRATOR +DEFINES += -DMOZ_PROFILE_MIGRATOR +endif + +ifdef MOZ_EXTENSION_MANAGER +DEFINES += -DMOZ_EXTENSION_MANAGER +endif + +endif + include $(topsrcdir)/config/rules.mk # we install to _leaktest/ TARGET_DEPTH = .. include $(srcdir)/automation-build.mk _LEAKTEST_DIR = $(DEPTH)/_leaktest GARBAGE_DIRS += $(_LEAKTEST_DIR)
rename from browser/app/application.ini rename to build/application.ini --- a/browser/app/application.ini +++ b/build/application.ini @@ -1,8 +1,9 @@ +#if 0 ; ***** BEGIN LICENSE BLOCK ***** ; Version: MPL 1.1/GPL 2.0/LGPL 2.1 ; ; 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/ ; @@ -29,39 +30,43 @@ ; under the terms of either the GPL or the LGPL, and not to allow others to ; use your version of this file under the terms of the MPL, indicate your ; decision by deleting the provisions above and replace them with the notice ; and other provisions required by the GPL or the LGPL. If you do not delete ; the provisions above, a recipient may use your version of this file under ; the terms of any one of the MPL, the GPL or the LGPL. ; ; ***** END LICENSE BLOCK ***** - +#endif #filter substitution [App] Vendor=@MOZ_APP_VENDOR@ Name=@MOZ_APP_BASENAME@ -Version=@APP_VERSION@ +Version=@MOZ_APP_VERSION@ #ifdef MOZ_APP_PROFILE Profile=@MOZ_APP_PROFILE@ #endif -BuildID=@GRE_BUILDID@ +BuildID=@APP_BUILDID@ #ifdef MOZ_SOURCE_REPO SourceRepository=@MOZ_SOURCE_REPO@ #endif #ifdef MOZ_SOURCE_STAMP SourceStamp=@MOZ_SOURCE_STAMP@ #endif -ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384} +ID=@MOZ_APP_ID@ [Gecko] MinVersion=@GRE_MILESTONE@ MaxVersion=@GRE_MILESTONE@ [XRE] +#ifdef MOZ_PROFILE_MIGRATOR EnableProfileMigrator=1 +#endif +#ifdef MOZ_EXTENSION_MANAGER EnableExtensionManager=1 +#endif [Crash Reporter] #if MOZILLA_OFFICIAL Enabled=1 #endif -ServerURL=https://crash-reports.mozilla.com/submit?id=ec8030f7-c20a-464f-9b0e-13a3a9e97384&version=@APP_VERSION@&buildid=@GRE_BUILDID@ +ServerURL=https://crash-reports.mozilla.com/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSION@&buildid=@APP_BUILDID@
--- a/config/autoconf.mk.in +++ b/config/autoconf.mk.in @@ -47,16 +47,19 @@ MOZILLA_VERSION = @MOZILLA_VERSION@ FIREFOX_VERSION = @FIREFOX_VERSION@ MOZ_BUILD_APP = @MOZ_BUILD_APP@ MOZ_APP_NAME = @MOZ_APP_NAME@ MOZ_APP_DISPLAYNAME = @MOZ_APP_DISPLAYNAME@ MOZ_APP_BASENAME = @MOZ_APP_BASENAME@ MOZ_APP_VENDOR = @MOZ_APP_VENDOR@ MOZ_APP_PROFILE = @MOZ_APP_PROFILE@ +MOZ_APP_ID = @MOZ_APP_ID@ +MOZ_PROFILE_MIGRATOR = @MOZ_PROFILE_MIGRATOR@ +MOZ_EXTENSION_MANAGER = @MOZ_EXTENSION_MANAGER@ MOZ_APP_UA_NAME = @MOZ_APP_UA_NAME@ MOZ_APP_VERSION = @MOZ_APP_VERSION@ MOZ_UA_BUILDID = @MOZ_UA_BUILDID@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@ prefix = @prefix@ exec_prefix = @exec_prefix@
--- a/configure.in +++ b/configure.in @@ -8498,30 +8498,38 @@ AC_SUBST(MOZ_POST_PROGRAM_COMMAND) # versions of a given application (e.g. Aurora and Firefox both use # "Firefox"), but may vary for full rebrandings (e.g. Iceweasel). Used # for application.ini's "Name" field, which controls profile location in # the absence of a "Profile" field (see below), and various system # integration hooks (Unix remoting, Windows MessageWindow name, etc.) # - MOZ_APP_DISPLAYNAME: Used in user-visible fields (DLL properties, # Mac Bundle name, Updater, Installer), it is typically used for nightly # builds (e.g. Aurora for Firefox). +# - MOZ_APP_VERSION: Defines the application version number. # - MOZ_APP_NAME: Used for e.g. the binary program file name. If not set, # defaults to a lowercase form of MOZ_APP_BASENAME. # - MOZ_APP_PROFILE: When set, used for application.ini's # "Profile" field, which controls profile location. +# - MOZ_APP_ID: When set, used for application.ini's "ID" field, and +# crash reporter server url. +# - MOZ_PROFILE_MIGRATOR: When set, enables profile migrator. +# - MOZ_EXTENSION_MANAGER: When set, enabled extension manager. if test -z "$MOZ_APP_NAME"; then MOZ_APP_NAME=`echo $MOZ_APP_BASENAME | tr A-Z a-z` fi AC_SUBST(MOZ_APP_NAME) AC_SUBST(MOZ_APP_DISPLAYNAME) AC_SUBST(MOZ_APP_BASENAME) AC_SUBST(MOZ_APP_VENDOR) AC_SUBST(MOZ_APP_PROFILE) +AC_SUBST(MOZ_APP_ID) +AC_SUBST(MOZ_PROFILE_MIGRATOR) +AC_SUBST(MOZ_EXTENSION_MANAGER) AC_DEFINE_UNQUOTED(MOZ_APP_UA_NAME, "$MOZ_APP_UA_NAME") AC_SUBST(MOZ_APP_UA_NAME) AC_DEFINE_UNQUOTED(MOZ_APP_UA_VERSION, "$MOZ_APP_VERSION") AC_SUBST(MOZ_APP_VERSION) AC_DEFINE_UNQUOTED(MOZ_UA_FIREFOX_VERSION, "$FIREFOX_VERSION") AC_DEFINE_UNQUOTED(FIREFOX_VERSION,$FIREFOX_VERSION) AC_SUBST(FIREFOX_VERSION) AC_DEFINE_UNQUOTED(MOZ_UA_BUILDID, "$MOZ_UA_BUILDID")