Commit Graph

687 Commits

Author SHA1 Message Date
Mike Hommey
d73b525ade Bug 1147207 - Allow to give extra l10n directories to l10n-repack.py. r=gps
This allows to use separate l10n staging directories for e.g. addons.
2015-03-31 12:32:53 +09:00
Mike Hommey
57fbadfa4f Bug 1147283 - Replace mozpack.path with mozpath. r=mshal
Back when mozpack.path was added, it was used as:

  import mozpack.path
  mozpack.path.func()

Nowadays, the common idiom is:

  import mozpack.path as mozpath
  mozpath.func()

because it's shorter.

$ git grep mozpath\\. | wc -l
423
$ git grep mozpack.path\\. | wc -l
123

This change was done with:
$ git grep -l mozpack.path\\. | xargs sed -i 's/mozpack\.path\./mozpath./g'
$ git grep -l 'import mozpack.path$' | xargs sed -i 's/import mozpack.path$/\0 as mozpath/'
$ (pat='import mozpack.path as mozpath'; git grep -l "$pat" | xargs sed -i "1,/$pat/b;/$pat/d")
2015-03-27 08:13:16 +09:00
Mike Hommey
f4afced784 Bug 910660 - Make the SimplePackager emit a separate base for addons. r=gps
Addons are detected by the presence of an install.rdf file in their base.
2015-03-24 09:10:33 +09:00
Mike Shal
f7a7ec1dd8 Bug 1137000 - Enable SDK building on nightlies; r=glandium 2015-03-17 15:29:07 -04:00
Mike Hommey
770a0bd827 Bug 1143510 - Fix line numbers for removal errors during make package. r=gps 2015-03-17 10:04:20 +09:00
Nick Alexander
4d345f4748 Bug 927388 - Follow-up: fix bustage on a CLOSED TREE. 2015-03-10 11:40:39 -07:00
Ahmed Khalil
49d222b23c Bug 927388 - Produce and upload GeckoView AAR during packaging. r=nalexander 2015-03-06 10:17:00 -08:00
Mike Hommey
d84d9950a3 Bug 868814 - Fold mozalloc library into mozglue. r=njn 2015-03-10 10:01:52 +09:00
Mike Shal
0b581bdb37 Bug 1138535 - generate precomplete before signing for OSX; r=ted a=RyanVM
On OSX, the precomplete file is part of the signed package, so it needs
to be created before we sign. This broke because Windows is different,
where we need to sign first so that the EME voucher is generated from
the signed package, and the EME voucher is part of the precomplete file.
2015-03-05 09:28:22 -05:00
Mike Shal
5616e06659 Bug 1137060 - Set _RESPATH for OSX xulrunner; r=glandium 2015-02-26 14:28:23 -05:00
Chris Pearce
7541c98f4d Bug 1134913 - Disable EME plugin-container voucher generation on Win64. r=ted 2015-02-21 16:43:52 +13:00
Nick Alexander
80c8375778 Bug 1093242 - Follow-up: define geckolibs-revision and log files written. 2015-02-20 11:42:28 -08:00
Nick Alexander
7f50a87bf6 Bug 1093242 - Produce and upload geckolibs artifacts for Android API v11+ opt builds. r=gps
The Android ARchive contains the compiled Gecko libraries that Firefox
for Android interfaces to.  It does not contain the Gecko resources
(the omnijar, omni.ja) nor the compiled Java code (classes.dex).

This also uploads metadata and sha1 hashes for future consumption by
Maven and/or Ivy dependency managers.  In some brave future world,
we'll work out exactly what that looks like; for now, this solves a
storage problem (each .aar file is ~20MB) and it's possible to point
Gradle directly at the uploaded Ivy metadata and artifacts.
2015-02-17 17:23:23 -08:00
Mike Shal
bd078b1a11 Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce, a=RyanVM 2015-02-19 10:04:16 -05:00
Kevin K.
e86af6d167 Bug 1057600 - Don't require MOZILLA_OFFICIAL to include build revisions in build. Add MOZ_INCLUDE_SOURCE_INFO variable as an alternate way to include build revisions without setting MOZILLA_OFFICIAL. r=glandium 2015-02-17 22:10:03 -05:00
Phil Ringnalda
54bec5f223 Back out f543e83304e9 (bug 1123990) for nightly build bustage
CLOSED TREE
2015-02-11 22:12:49 -08:00
Mike Shal
f60fc5e1a7 Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce 2015-01-21 18:27:20 -05:00
Rail Aliiev
4c4f5ad0cb Bug 1128953 - Rename win64 FTP directory. r=mshal 2015-02-04 10:54:39 -05:00
Carsten "Tomcat" Book
3b10c226b9 Backed out changeset 2742651b0cd9 (bug 1123990) for suspicion that this broke the nightly builds a=sheriffduty 2015-02-03 13:49:17 +01:00
Mike Shal
53696d3159 Bug 1123990 - installer needs voucher.bin; r=glandium, r=cpearce 2015-01-21 18:27:20 -05:00
Brian Smith
c042df95a0 Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to support MSVC 2015, r=glandium 2015-01-29 17:36:39 -08:00
Brian Smith
c2d1fef216 Bug 1119072: Backout cset bc297ccecb13 (parts 1, 2, 4, 9, 17) because I broke the build, a=backout 2015-01-20 16:59:52 -08:00
Brian Smith
a3f639d538 Bug 1119072, Parts 1, 2, 4, 9, 17: Update build system to make MSVC2015 build succeed, r=glandium 2015-01-13 22:47:16 -08:00
Ehsan Akhgari
e39127fbcb Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg 2015-01-12 23:26:31 -05:00
Wes Kocher
0aee5a2344 Backout 671a52fff391 2015-01-12 14:46:32 -08:00
Ehsan Akhgari
4e45168d4e Bug 1119068 - Clean up some code used for older unsupported MSVC versions; r=bsmedberg 2015-01-12 16:35:07 -05:00
Robert Strong
2f4865905f Bug 1090535 - Add Windows Firewall whitelist entry. r=bbondy 2014-12-26 13:57:33 -08:00
Massimo Gervasini
963789fc10 Bug 1083683 - Source bundle: Sign the hash of the bundle, not the full bundle. r=mshal 2014-12-23 10:33:00 -05:00
Mike Shal
9daf836221 Bug 1109136 - Move variable definitions from packager.mk to upload-files.mk; r=glandium
--HG--
rename : toolkit/mozapps/installer/packager.mk => toolkit/mozapps/installer/upload-files.mk
2014-12-17 16:23:48 -05:00
Ehsan Akhgari
e3d471abcb Bug 1111231 - Remove support for packaging unsupported MSVC libraries; r=glandium
--HG--
extra : rebase_source : 061a631c14e77e413eb5ae9d431f23a1a6973b4b
2014-12-16 12:53:37 -05:00
Mike Shal
fc38f092b3 Bug 1091668 - generate voucher on signed plugin-container; r=glandium 2014-11-25 10:43:43 -05:00
Joshua Cranmer
ea98d7eb48 Bug 1099430, mozilla-central parts: Eliminate the duplication of the build system in comm-central, r=glandium.
See the revisions a few steps prior for more fine-grained information. This just
needs to be relanded because our automation doesn't like non-ASCII commit
messages.

--HG--
extra : amend_source : 0ee4e0da1ea9ada815abfe989c51030db24aac56
2014-11-29 19:45:31 -06:00
Phil Ringnalda
372f1d5141 Backed out 3 changesets (bug 1099430) because 256 characters should be enough for anybody's commit message
CLOSED TREE

Backed out changeset 28abb8af2d62 (bug 1099430)
Backed out changeset 358aa39360d5 (bug 1099430)
Backed out changeset 3313e545f4f6 (bug 1099430)
2014-11-29 17:17:58 -08:00
Joshua Cranmer
f56be8e505 Bug 1099430, part 三: Use MOZILLA_DIR instead of topsrcdir in shared makefiles, r=glandium.
With these substitutions, it is possible to have comm-central's versions of
these files merely include the mozilla-central versions and avoid having to port
small changes to these files.
2014-11-29 18:44:19 -06:00
Masatoshi Kimura
116c4bc19b Bug 1093741 - Refuse install Firefox on pre-Win7 x64. r=rstrong 2014-11-27 07:19:12 +09:00
Patrick Cloke
88286d9c13 Bug 1104997 - Fix Thunderbird bustage from Bug 1091668. r=mshal
--HG--
extra : rebase_source : 55d97b53e72d29cfada4e656d55a72bc0f700e05
2014-11-26 17:08:41 -05:00
Mike Shal
2b833d3841 Bug 1091668 - Make/sign EME voucher; r=ted 2014-11-03 11:26:58 -05:00
Wes Kocher
c1f6e01884 Merge m-c to fx-team a=merge 2014-11-18 18:39:22 -08:00
Robert Strong
8790c72779 Windows installer only - Bug 1098897 - Add Win 8.1 to install log. r=bbondy 2014-11-18 14:04:14 -08:00
Robert Strong
b10c19ff51 Windows installer only - Bug 1100721 - During stub install use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:04:06 -08:00
Robert Strong
86f3fcf490 Windows installer only - Bug 1098874 - Better handling when requiring a reboot. r=bbondy 2014-11-18 14:03:59 -08:00
Robert Strong
ac970d2c92 Windows installer only - Bug 1100604 - Replace LineFind with custom code in RemovePrecompleteEntries macro. r=bbondy 2014-11-18 14:03:50 -08:00
Robert Strong
f18ee5bf36 Windows installer only - Bug 1098677 - During install use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:03:42 -08:00
Robert Strong
17d10006bd Windows installer only - Bug 1038560 - During uninstall use the precomplete file to determine files to uninstall instead of the uninstall.log. r=bbondy 2014-11-18 14:03:32 -08:00
Stephen Pohl
bf0ac98814 Bug 1096494: Cleanup package manifest after the v2 signing changes on OSX. r=rstrong 2014-11-18 12:15:03 -05:00
Carsten "Tomcat" Book
cd62e5aa77 Backed out changeset 132909245ca8 (bug 1096494) for causing merge conflicts to m-c 2014-11-18 13:14:15 +01:00
Carsten "Tomcat" Book
ad0f429b28 merge fx-team to mozilla-central a=merge 2014-11-04 13:17:35 +01:00
Nick Alexander
f57df069d5 Bug 976699 - Place architecture specific assets in assets/$(ANDROID_CPU_ARCH). r=glandium 2014-11-03 20:04:20 -08:00
David Major
04a57f4ae7 Bug 1084162 - Part 1: Move the PGO path hack to a more general location. r=ted 2014-11-04 14:26:36 +13:00
Nicholas Nethercote
392f0b2c94 Bug 1076446 (attempt 2) - Make the DMD test work on Windows. r=glandium. 2014-10-09 19:28:33 -07:00