author | Christian Legnitto <clegnitto@mozilla.com> |
Tue, 20 Dec 2011 09:24:38 -0800 | |
changeset 85951 | f890732ebaa3f4e0be8cd41ad2dce3596637248d |
parent 85950 | 00dc96a6c12b3070371d291adad110e6afc8bd14 |
child 85952 | a0d32d0353e1bdadf0090c89ad2ec795133619cf |
push id | 129 |
push user | ffxbld |
push date | Fri, 20 Apr 2012 19:40:49 +0000 |
treeherder | mozilla-release@5bcfa0da3be9 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
bugs | 700000 |
milestone | 12.0a1 |
first release with | nightly linux32
f890732ebaa3
/
12.0a1
/
20111220112824
/
files
nightly linux64
f890732ebaa3
/
12.0a1
/
20111220112824
/
files
nightly mac
f890732ebaa3
/
12.0a1
/
20111220112824
/
files
nightly win32
f890732ebaa3
/
12.0a1
/
20111220112824
/
files
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
releases | nightly linux32
12.0a1
/
20111220112824
/
pushlog to previous
nightly linux64
12.0a1
/
20111220112824
/
pushlog to previous
nightly mac
12.0a1
/
20111220112824
/
pushlog to previous
nightly win32
12.0a1
/
20111220112824
/
pushlog to previous
|
--- a/config/milestone.txt +++ b/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by milestone.pl. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -11.0a1 +12.0a1
--- a/js/src/config/milestone.txt +++ b/js/src/config/milestone.txt @@ -5,9 +5,9 @@ # x.x.x.x # x.x.x+ # # Referenced by milestone.pl. # Hopefully I'll be able to automate replacement of *all* # hardcoded milestones in the tree from these two files. #-------------------------------------------------------- -11.0a1 +12.0a1
--- a/mobile/android/confvars.sh +++ b/mobile/android/confvars.sh @@ -33,17 +33,17 @@ # 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 ***** MOZ_APP_BASENAME=Fennec MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=11.0a1 +MOZ_APP_VERSION=12.0a1 MOZ_BRANDING_DIRECTORY=mobile/android/branding/unofficial MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/android/branding/official # MOZ_APP_DISPLAYNAME is set by branding/configure.sh MOZ_SAFE_BROWSING= MOZ_SERVICES_SYNC=1
--- a/mobile/xul/confvars.sh +++ b/mobile/xul/confvars.sh @@ -33,17 +33,17 @@ # 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 ***** MOZ_APP_BASENAME=Fennec MOZ_APP_VENDOR=Mozilla -MOZ_APP_VERSION=11.0a1 +MOZ_APP_VERSION=12.0a1 MOZ_BRANDING_DIRECTORY=mobile/xul/branding/unofficial MOZ_OFFICIAL_BRANDING_DIRECTORY=mobile/xul/branding/official # MOZ_APP_DISPLAYNAME is set by branding/configure.sh MOZ_SAFE_BROWSING= MOZ_SERVICES_SYNC=1
--- a/xpcom/components/Module.h +++ b/xpcom/components/Module.h @@ -48,17 +48,17 @@ namespace mozilla { /** * A module implements one or more XPCOM components. This structure is used * for both binary and script modules, but the registration members * (cids/contractids/categoryentries) are unused for modules which are loaded * via a module loader. */ struct Module { - static const unsigned int kVersion = 11; + static const unsigned int kVersion = 12; struct CIDEntry; typedef already_AddRefed<nsIFactory> (*GetFactoryProcPtr) (const Module& module, const CIDEntry& entry); typedef nsresult (*ConstructorProcPtr)(nsISupports* aOuter, const nsIID& aIID,