Commit Graph

113 Commits

Author SHA1 Message Date
John Ford
2bfae9556e Bug 605926: checksum packager.mk target breaks pretty names. r+a=ted 2010-10-21 10:02:18 -07:00
Michael Wu
53f6429368 Bug 603592 - Report mapping to crash reporter, r=ted a=blocking-fennec 2010-10-20 20:44:03 -04:00
John Ford
3e328baab5 Bug 578393 - Create a file with checksums for all builds that we upload, r=ted a=gavin
--HG--
extra : rebase_source : 06c2e575486bebbc383e7d5bf72c979f84883797
2010-10-15 16:09:53 -07:00
Michael Wu
2d6649ce7c Bug 588607 - 2. Make the Java wrapper use the new library loader, r=blassey a=blocking-fennec
--HG--
extra : rebase_source : cac7fe8d05190148cee3f2e1463649c47925f48c
2010-10-15 11:28:03 -07:00
Michael Wu
933dff6e31 Bug 567873 - Android packaging should use standard packaging code, r=ted a=blocking-fennec 2010-10-12 12:30:41 -07:00
Ben Hearsum
284d3e7b2f bug 485860: change automation to also post en-US xpi, just like any other locale -- don't override PKG_LANGPACK_PATH when generating en-US langpack. r=ted, a=bsmedberg/approval2.0+ 2010-10-08 13:00:28 -04:00
Frank Wein
d4f7410d96 Bug 590575 - Deselecting optional components in SeaMonkey installer does not work, r=khuey, a=NPOTB 2010-10-04 17:37:41 +02:00
Taras Glek
69a8116f85 Bug 589368 - Locale repacking support for jar reordering; r=ted a=blocking-betaN+ 2010-09-10 12:30:07 -04:00
Michael Wu
9ae07d3f92 Bug 589175 - Comment out binary-component entries, r=bsmedberg a=blocking2.0 2010-09-03 14:56:04 +12:00
Michael Wu
435e053a9f Bug 592369 - Eliminate different file modified dates in omni.jar, r=bsmedberg,khuey a=blocking-beta5 2010-08-31 21:17:46 -04:00
Michael Wu
61d1bf0634 Bug 591866 - channel-prefs.js should not be in omni.jar, r=bsmedberg a=blocking-beta5 2010-08-30 16:37:08 -07:00
Michael Wu
093b556e28 Bug 556644 - Do omnijar packing in dist/firefox instead of installer staging, r=khuey a=blocking2.0 2010-08-18 20:02:19 -07:00
Michael Wu
be9f41ab85 Bug 588386 - Make DMG INNER_UNMAKE_PACKAGE nest in other commands properly, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : 4c2061986a5583ce437b5d120eec8a1c03f26869
2010-08-18 12:56:46 -07:00
Taras Glek
cbf7b8bcd4 Bug 559961 - Reorder jar files as part of PGO, r=bsmedberg a=blocking2.0
--HG--
extra : rebase_source : d8a75545714a131291c74dd79c966150544ff9d1
2010-08-18 10:34:07 -07:00
Michael Wu
a76dd02852 Bug 556644: Fix bustage in l10n repack code 2010-08-12 23:03:24 -07:00
Michael Wu
44c99fc857 Bug 556644 - 10. Make windows installer locale repacks use the standard repacking path, r=rs,khuey a=blocking2.0 2010-08-12 21:36:16 -07:00
Michael Wu
27e6d1b2f2 Bug 556644 - 9. Add support for packaging omnijar, r=bsmedberg a=blocking2.0 2010-08-12 21:33:52 -07:00
Benjamin Smedberg
c622433f07 Merge mozilla-central into single-chrome-manifest. 2010-08-04 14:23:04 -04:00
Benjamin Smedberg
1815abc007 Bug 579718 part B - packaging and build changes to ship a single chrome.manifest from which other manifests are read. r=khuey See long-form commit details below:
In a nonpackaged build, we have the following manifests:
* chrome.manifest is just a series of manifest directives for all the other manifests, generated in rules.mk using buildlist.py
** components/interfaces.manifest is also generated in rules.mk using buildlist.py
** components/components.manifest contains only the *binary* components. JS components each have their own manifest which is installed to dist/bin/components
** Each chrome/jarfile.jar has a matching chrome/jarfile.manifest, and JarMaker.py inserts this filename into the root chrome.manifest by importing buildlist.py

In a packaged build, we end up with the following manifests:

* chrome.manifest lists the four manifests below
** components/interfaces.manifest
** components/components.manifest
** chrome/nonlocalized.manifest
** chrome/localized.manifest

In the future it should be possible to integrate the three non-localized manifests directly into the root chrome.manifest for increased performance, but this is slightly tricky because it involves rewriting some manifest instructions which may include relative JAR URIs. That is left for a future followup.

When we repackage a l10n build, we only have to replace chrome/localized.manifest.
2010-07-22 10:38:59 -04:00
Robert Strong
50bc6e17cd [Windows only] use absolute paths for Bug 575838 - Build scripts should be able to handle @BINPATH@/extensions/testpilot@labs.mozilla.com/* in package-manifest.in for the installer. r=ted.mielczarek, approval2.0=benjamin 2010-07-29 22:46:47 -07:00
Benjamin Smedberg
c999fee100 Bug 568691 followup: fix interfaces.manifest correctly in builds that package without a manifest, r=mfinkle
--HG--
extra : rebase_source : 0c78222a98be39228825cb953e9e63c86c8d9caf
2010-07-02 16:02:56 -04:00
Benjamin Smedberg
acb961f7e1 Package the installer browser.manifest the same way as the archive. 2010-06-30 18:44:01 -04:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
2f6bb59008 Fix packaging of test-only XPT files for crashreporter and httpserver.
--HG--
extra : rebase_source : 27abb29f16e071a7c08220d46f9cbef4ded08fc4
2010-06-30 12:42:24 -04:00
Benjamin Smedberg
f2fb85d435 Link all the component manifests together at package time. 2010-06-29 18:19:09 -04:00
Brad Lassey
6a90ac521b bug 555117 - non-xulrunner QT builds package as gzip not bzip2 r=ted 2010-06-26 00:02:18 -04:00
Kyle Huey
1cc8b652b4 Bug 555512: Allow whitespace in removed-files.in r=rs
--HG--
extra : rebase_source : f77e0ffe8e24cdf9565b97c3edf9f465c00f22f7
2010-05-02 17:54:54 -04:00
Rail Aliev
5a354e4d56 Bug 545431, fix versioning of mac sdks, r=ted.mielczarek 2010-03-18 16:02:14 +13:00
Brad Lassey
8857f4c08a bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
2010-03-10 13:36:45 -05:00
Rail Aliiev
ab167d195a Bug 545431: Make xulrunner support MOZ_PKG_PRETTYNAMES. r=ted 2010-02-12 13:54:24 +03:00
Serge Gautherie
950330737f Bug 548788 - [Shredder] Trunk packaging shouting about a missing file: "config/printconfigsetting.py': [Errno 2] No such file or directory"; (Av1) 2+1 s/topsrcdir/MOZILLA_DIR/.
r=ted.mielczarek.
2010-03-03 11:12:28 +01:00
Ted Mielczarek
451482afc8 bug 474610 - generate a text file alongside application packages that includes the build ID and source changeset, and upload it with the build package. r=bhearsum 2010-02-25 11:19:35 -05:00
Ben Hearsum
c69cee69ae Backing out bug 484799 which breaks new Windows build machines, and was meant to be backed out in December.. 2010-02-19 08:47:47 -05:00
Nick Thomas
a6edeb2e2e Bug 523856. Fix release CAB locations. r=ted 2010-01-06 13:47:45 +13:00
Chris Cooper
37e5ff2e6c Bug 511967 - Upload partial mars when they exist - r=ted.mielczarek 2009-12-17 10:25:36 -05:00
Serge Gautherie
83c40b650e Bug 484799 - make {package,installer} should rebase on windows; (Cv1) Remove obsolete 'rebasedlls*'.
r=ted.mielczarek.
2009-12-15 22:26:17 +01:00
Justin Dolske
5f4529a1b1 Bug 523856 - Localized builds on WinCE. r=vladimir 2009-11-25 21:05:00 -08:00
Ted Mielczarek
b3b8c2e1b9 bug 484799 - make {package,installer} should rebase on windows. r=bsmedberg 2009-10-20 08:13:38 -04:00
Chris AtLee
225197f7af Bug 457753 - Make sure crashsymbols are uploaded into the right directory for release builds. r=ted
--HG--
extra : rebase_source : 4445d6def7d1db0d14b819d2d9e3d13f61884261
2009-09-29 18:22:08 -04:00
Ted Mielczarek
732f03306e bug 522220 - should generate NSS checksum files even if --disable-install-strip. r=bsmedberg 2009-10-20 08:14:41 -04:00
Ted Mielczarek
ac1656be6c bug 463605 - make Mac OS X packaging use a packaging manifest (like Windows and Linux). stupid followup to do less work when packaging a universal binary. r=bsmedberg 2009-10-20 08:13:38 -04:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Nick Thomas
f7912caf12 Fix fallout from bug 511984 by passing arguments in the proscribed order to make_wince_cab.py (followup to bug 511662) r=bustage 2009-09-18 16:34:11 +12:00
Wan-Teh Chang
40e86e32fe Bug 509558: Nit: move the NSSDBM definition up so that all the FREEBL*
definitions can stay consecutive.
2009-09-16 19:49:20 -07:00
Nick Thomas
32cfdae577 Bug 511662, add packaging targets for creating CAB files (for WinCE), r=ted.mielczarek 2009-09-16 10:11:42 +12:00
Wan-Teh Chang
87346592e8 Bug 509319: We also need to generate libnssdbm3.chk with shlibsign.
We don't need to link with -lsoftokn3.  Add nssdbm3 to some packaging
files.  The patch is written by Kai Engert <kaie@kuix.de>.  r=wtc.
2009-09-04 18:28:54 -07:00
Nick Thomas
abfe41f2b7 Bug 463605 followup, tweak manifest for shipped files and removals, rs=ted.mielczarek 2009-08-27 16:03:15 +12:00
Ted Mielczarek
4a0d6558b5 bug 463605 - make OS X packaging use a packaging manifest (like Windows and Linux). r=bsmedberg 2009-08-21 13:05:28 -04:00
adw@mozilla.com
5ccdbcd6aa Bug 510309 - Link XPTs for OS X DMG packages (r=ted) 2009-08-20 09:48:25 -07:00
Nick Thomas
0a334199c2 Bug 503469, Support packaging WinCE Firefox builds as zip, complete.mar, r=ted.mielczarek 2009-08-11 15:50:32 +12:00