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
Robert Strong
4efdeb3ea1
Bug 523410 - Disable LSPs in WinSock that don't have categories for Firefox on Windows Vista and above. r=khuey, a=blocking2.0-beta4
2010-08-12 21:09:06 -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
8b30a102a6
[Windows only] patch 3 - cleanup and a typo fix for Bug 570689 - Convert preprocess-locale.pl to a python script. r=ted.mielczarek, approval2.0=benjamin
2010-07-30 12:34:18 -07: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
Robert Strong
351157389a
[Windows only] patch 2 - convert preprocess-locale.pl to python rev3 for Bug 570689 - Convert preprocess-locale.pl to a python script. r=ted.mielczarek, approval2.0=benjamin
2010-07-29 22:39:25 -07:00
Robert Strong
6a37b9d845
Bug 540537 - In China, set default browser does not work. r=jmathies, a=blocking2.0
2010-07-23 18:02:46 -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
Robert Strong
e9a99c0e95
Bug 570689 - Convert perl scripts to python. Patch 1 - remove unused perl scripts. r=ted.mielczarek
2010-06-22 19:10:30 -07:00
Robert Strong
7894b69717
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Final cleanup patch. r=jmathies
2010-06-22 19:10:13 -07:00
Robert Strong
9dd36fd226
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. Exclude MapiProxy_InUse.dll and mozMapi32_InUse.dll since apps already have code to deal with them without requiring a reboot. r=dtownsend
2010-06-22 15:53:01 -07:00
Robert Strong
ad8280e865
Fix review comment for Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). overrides.nsh changes. r=jmathies
2010-06-21 18:25:14 -07:00
Robert Strong
98fb70cc6d
Bug 367539 - When upgrading an existing install use the uninstall.log to uninstall the previous version before install. r=jmathies
2010-06-21 18:17:18 -07:00
Robert Strong
6555844abb
Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). makensis.mk changes. r=jmathies
2010-06-21 18:16:40 -07:00
Robert Strong
cbd55d53e2
Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). overrides.nsh changes. r=jmathies
2010-06-21 18:15:39 -07:00
Robert Strong
2e0882470a
Bug 572224 - Remove check-locales.pl. r=ted.mielczarek
2010-06-21 18:15:14 -07: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
Robert Strong
fad0b682ac
Followup comm-central bustage fix for Bug 569058 - backout makensis.mk changes until comm-central's configure.in is updated
2010-06-09 18:23:40 -07:00
Robert Strong
c0b9792c32
Followup bustage fix for Bug 569058 - don't use a cached var.
2010-06-09 16:23:00 -07:00
Robert Strong
69279273eb
Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg
...
--HG--
rename : toolkit/mozapps/installer/windows/nsis/AppAssocReg.dll => other-licenses/nsis/Plugins/AppAssocReg.dll
rename : toolkit/mozapps/installer/windows/nsis/ApplicationID.dll => other-licenses/nsis/Plugins/ApplicationID.dll
rename : toolkit/mozapps/installer/windows/nsis/ShellLink.dll => other-licenses/nsis/Plugins/ShellLink.dll
rename : toolkit/mozapps/installer/windows/nsis/UAC.dll => other-licenses/nsis/Plugins/UAC.dll
rename : toolkit/mozapps/installer/windows/nsis/nsProcess.dll => other-licenses/nsis/Plugins/nsProcess.dll
2010-06-09 16:02:25 -07:00
Robert Strong
d262698037
Bug 569058 - Upgrade NSIS version to 2.45 or later (PCA complains when installer is cancelled on Windows 7). configure.in, autoconf.mk.in, and makensis.mk changes only. r=ted.mielczarek
2010-06-09 16:01:46 -07:00
Jim Mathies
7d84eaf6a8
Bug 562753 - On upgrade, update AppUserModelID for application shortcuts. r=rstrong.
2010-05-14 19:24:50 -05:00
Jim Mathies
1e97e41ca7
Bug 526663 - Remove pinned shortcuts after uninstalling application. r=rstrong.
2010-05-14 19:24:29 -05:00
Jim Mathies
39e2138d31
Bug 521141 - Group running applications properly under shortcuts pinned to the taskbar. r=rstrong.
2010-05-14 19:24:01 -05: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
Chris AtLee
8afe967e94
bug 561419: Only upload breakpad symbols to FTP for now, to reduce load on mv<-->mpt link. r=bsmedberg, a=dholbert_sheriff
2010-04-23 13:00:06 -07:00
John Ford
1c1663cf87
Bug 549427 - tests tarball should be zip files. r=ted
2010-04-07 17:43:31 -07:00
Ted Mielczarek
f131b753d9
Backed out changeset 7886dc6ae0c8 - bug 549427 - tests tarball should be zip files (CLOSED TREE)
2010-04-07 13:32:06 -04:00
John Ford
08a99dab2a
bug 549427 - tests tarball should be zip files r=ted.mielczarek
2010-03-10 18:01:00 -05:00
Ted Mielczarek
e372374bd6
bug 555335 - macosx64 generated package does not indicate architecture. r=josh
2010-03-31 05:51:30 -04:00
Ted Mielczarek
3f7032f825
bustage fix from bug 536173, s/srcdir/topsrcdir/
2010-03-20 20:05:43 -04:00
Cork
64343401d8
bug 536173 - Build fails when building an uncommited merge "ValueError: too many values to unpack make[1]: *** [platform.ini] Error 1" r=ted.mielczarek
...
--HG--
extra : rebase_source : 4f273135266ea747aa12ca6bddf922668112fef2
2010-01-29 13:41:00 -05: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
Serge Gautherie
8a604b529e
Bug 521673 - Remove remnant OJI references; (Bv1) /toolkit/mozapps/installer/makecfgini.pl.
...
r=benjamin.
2010-03-04 19:19:41 +01: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
Alex Pakhotin
4dd5624d9c
bug 536972 - Cannot uninstall Fennec from Settings -> Memory Settings/Remove Programs r=blassey a=NPOTB
2010-02-04 23:44:24 -08:00
Alex Pakhotin
d946ee4a9e
bug 541571 - Show uninstallation progress r=blassey a=NPOTB
2010-02-04 23:33:44 -08:00
Alex Pakhotin
38513727ee
bug 533581 - EXE installer for Fennec should more robustly handle pre-existing installations r=crowder a=NPOTB
2010-01-25 20:44:08 -08:00
Mitchell Field
8932ffdcab
bug 542222 - Reduce recursion in makefiles r=ted.mielczarek r=robert.bugzilla
...
--HG--
rename : toolkit/mozapps/update/public/nsIUpdateService.idl => toolkit/mozapps/update/nsIUpdateService.idl
rename : toolkit/mozapps/update/public/nsIUpdateTimerManager.idl => toolkit/mozapps/update/nsIUpdateTimerManager.idl
rename : toolkit/mozapps/update/src/nsUpdateService.js.in => toolkit/mozapps/update/nsUpdateService.js
rename : toolkit/mozapps/update/src/nsUpdateServiceStub.js => toolkit/mozapps/update/nsUpdateServiceStub.js
rename : toolkit/mozapps/update/src/nsUpdateTimerManager.js => toolkit/mozapps/update/nsUpdateTimerManager.js
rename : toolkit/mozapps/update/src/updater/Makefile.in => toolkit/mozapps/update/updater/Makefile.in
rename : toolkit/mozapps/update/src/updater/archivereader.cpp => toolkit/mozapps/update/updater/archivereader.cpp
rename : toolkit/mozapps/update/src/updater/archivereader.h => toolkit/mozapps/update/updater/archivereader.h
rename : toolkit/mozapps/update/src/updater/bspatch.cpp => toolkit/mozapps/update/updater/bspatch.cpp
rename : toolkit/mozapps/update/src/updater/bspatch.h => toolkit/mozapps/update/updater/bspatch.h
rename : toolkit/mozapps/update/src/updater/launchchild_osx.mm => toolkit/mozapps/update/updater/launchchild_osx.mm
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Info.plist => toolkit/mozapps/update/updater/macbuild/Contents/Info.plist
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/PkgInfo => toolkit/mozapps/update/updater/macbuild/Contents/PkgInfo
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/InfoPlist.strings.in
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/classes.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/classes.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/info.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/info.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib => toolkit/mozapps/update/updater/macbuild/Contents/Resources/English.lproj/MainMenu.nib/keyedobjects.nib
rename : toolkit/mozapps/update/src/updater/macbuild/Contents/Resources/updater.icns => toolkit/mozapps/update/updater/macbuild/Contents/Resources/updater.icns
rename : toolkit/mozapps/update/src/updater/module.ver => toolkit/mozapps/update/updater/module.ver
rename : toolkit/mozapps/update/src/updater/progressui.h => toolkit/mozapps/update/updater/progressui.h
rename : toolkit/mozapps/update/src/updater/progressui_gtk.cpp => toolkit/mozapps/update/updater/progressui_gtk.cpp
rename : toolkit/mozapps/update/src/updater/progressui_null.cpp => toolkit/mozapps/update/updater/progressui_null.cpp
rename : toolkit/mozapps/update/src/updater/progressui_osx.mm => toolkit/mozapps/update/updater/progressui_osx.mm
rename : toolkit/mozapps/update/src/updater/progressui_win.cpp => toolkit/mozapps/update/updater/progressui_win.cpp
rename : toolkit/mozapps/update/src/updater/resource.h => toolkit/mozapps/update/updater/resource.h
rename : toolkit/mozapps/update/src/updater/updater.cpp => toolkit/mozapps/update/updater/updater.cpp
rename : toolkit/mozapps/update/src/updater/updater.exe.manifest => toolkit/mozapps/update/updater/updater.exe.manifest
rename : toolkit/mozapps/update/src/updater/updater.ico => toolkit/mozapps/update/updater/updater.ico
rename : toolkit/mozapps/update/src/updater/updater.png => toolkit/mozapps/update/updater/updater.png
rename : toolkit/mozapps/update/src/updater/updater.rc => toolkit/mozapps/update/updater/updater.rc
rename : toolkit/mozapps/update/src/updater/updater_wince.cpp => toolkit/mozapps/update/updater/updater_wince.cpp
rename : toolkit/mozapps/update/src/updater/updater_wince.h => toolkit/mozapps/update/updater/updater_wince.h
rename : toolkit/mozapps/update/src/updater/updater_wince.rc => toolkit/mozapps/update/updater/updater_wince.rc
rename : toolkit/mozapps/update/src/updater/updater_winmo.rc => toolkit/mozapps/update/updater/updater_winmo.rc
2010-01-26 07:11:00 -05:00
Brad Lassey
b547f4fd74
bug 533542 - don't build readstrings.cpp in source dir r=ted
...
--HG--
rename : toolkit/mozapps/update/src/updater/errors.h => toolkit/mozapps/readstrings/errors.h
rename : toolkit/mozapps/update/src/updater/readstrings.cpp => toolkit/mozapps/readstrings/readstrings.cpp
rename : toolkit/mozapps/update/src/updater/readstrings.h => toolkit/mozapps/readstrings/readstrings.h
2010-01-12 10:47:04 -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
Alex Pakhotin
78ca637ff4
bug 531332 - Enable FastStart service with the EXE installer r=gavin.sharp a=blocking-fennec
2009-11-30 12:20:22 -08:00
Alex Pakhotin
a7d30c1691
bug 529897 - Make it possible to install Fennec over the existing version r=vlad a=blocking-fennec
2009-11-25 12:20:32 -08:00
Alex Pakhotin
ef747845b5
bug 530676 - WinMo Installer gets stuck at User Profile Creation on 11/23 1.9.2 nightly, don't wait for for Fennec to exit infinitely r=gavin.sharp
2009-11-25 15:03:56 -08:00
Ted Mielczarek
b3b8c2e1b9
bug 484799 - make {package,installer} should rebase on windows. r=bsmedberg
2009-10-20 08:13:38 -04:00
Alex Pahotkin
3022da2900
Bug 502933: 7z archive implementation to replace the CAB installer for Windows Mobile, r=crowder
2009-11-13 15:03:31 -08: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
Makoto Kato
e3fe66b156
Bug 469654 - Windows x64 build support. r=ted
2009-10-06 17:28:05 +09: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
Nick Thomas
0d6773462a
Bug 509558, Need to package nssdbm3.chk for NSS >= 3.12.4 (Firefox 3.6a1 doesn't support FIPS mode), r=ted.mielczarek
2009-08-11 15:45:40 +12:00
Dave Townsend
9517fb8a5c
Bug 463075: Fix packaging of nspr-config in the SDK. r=ted
2009-08-10 20:37:48 +01:00
Walter Meinl
81528c9f36
[OS/2] Bug 501461 - remove os2Embed from the tree, r=pweilbacher
2009-08-01 21:55:07 +03:00
Robert Kaiser
52826bd829
bug 498500 - Mac DMG unpackaging is unreliable, r=ted
2009-07-06 18:13:57 +02:00
Karl Tomlinson
f4afac5b7f
Bug 463075: building xul app --with-libxul-sdk fails lacking nspr-config. r=ted
2009-06-30 13:57:56 +01:00
Phil Ringnalda
27790c0e83
Bug 496809 - Define @BIN_SUFFIX@ for removed-files.in, r=ted
2009-06-26 22:31:39 -07:00
Phil Ringnalda
a85562bc1e
Bug 469873 followup, don't try to link XPTs on Mac, especially not with code that will fail to do so, r=ted
2009-06-13 11:53:38 -07:00
Robert Strong
cd3e1c9a96
Bug 404541 - [MSFT-7816] on Vista / Windows 7 installer does not elevate or ask to be elevated. r=jmathies
2009-05-20 15:49:24 -07:00
Benjamin Smedberg
bb1c33c4ea
Bug 488175 - flatten dist/include and provide mechanism to install certain headers in namespaced subdirectories (e.g. #include "mozilla/XPCOM.h") r=ted
...
--HG--
rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp
rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
2009-05-18 14:15:05 -04:00
Marco Perez
0a8ae499da
Bug 489643 - set sane default options in UNPACK_TAR; r=benjamin
2009-05-16 01:14:15 +02:00
Serge Gautherie
dd3a60e13e
Bug 464707 - port upload build target to comm-central apps
...
(Bv1-MC) 1 s/topsrcdir/MOZILLA_DIR/
2009-05-11 17:11:50 +02:00
Jeremy Huddleston
1d6126a023
Bug 486036. Fix 'make install' for Darwin/X11. r=bsmedberg
...
--HG--
extra : rebase_source : 96f495fb8471e6fbe90a2aca17f0689983defddf
2009-04-25 20:53:02 +12:00
Frederic Plourde
919fbf3727
Frederic Plourde - Bug 469873 - Fennec building does not link XPT files_fix, r+=ted
2009-04-23 14:23:02 -04:00
Frederic Plourde
7a301d5617
Bug 469873 - Fennec building does not link XPT files in a single bundle : no call to xptlink.pl r+ted
2009-04-08 10:40:12 -04:00
John Wolfe
e456c19b02
Bug 476733 - WinCE Dynamic CAB INF File Production Needed - r+ted
2009-04-07 23:44:03 -04:00
Chris AtLee
80e30b821f
bug 445191 - Add upload target for xulrunner, upload SDK if it exists, and add 'sdk', 'upload' targets to client.mk. r=ted
2009-03-31 09:43:31 -04:00
Robert Strong
9d28ad2767
Bug 483688 - Modify Firefox Installer to Incorporate Feedback Form. r=jmathies, ur-r=beltzner
2009-03-19 11:56:47 -07:00
Ben Hearsum
a0fe728228
bug 481901: Use tee to dump hdiutil output to log & file when mounting dmgs for repacking. r=pike
2009-03-11 10:49:27 -04:00
Robert Strong
a1315c8c79
Bug 479361 - Replace hack to get available space in CheckDiskSpace with GetDiskFreeSpaceExW. r=jmathies
2009-02-24 19:58:23 -08:00
Ted Mielczarek
add2be2e51
remove some unused cruft. rs=bsmedberg (no bug, NPOTB)
2009-02-18 11:17:54 -05:00
Ted Mielczarek
79405e8e0e
bug 478221 - make 'make upload' upload symbols zip alongside build. r=bsmedberg
2009-02-17 09:18:50 -05:00
Phil Ringnalda
c41257249d
Bug 462185 - Don't include JavaScript standalone shell in distributions on Mac, part the don't-package-for-anyoneth, r=ted
2009-02-07 13:50:21 -08:00
Robert Strong
9de7361dc0
Bug 476106 (Win32 only) - Unable to get directory path for directories immediately under some symlinks. r=jmathies
2009-02-04 20:35:59 -08:00
John Wolfe
b32c8a2196
Windows Mobile Installer. r=ted
2009-02-03 19:00:06 -08:00
Ted Mielczarek
ba0adfda23
bug 421611 - need to be able to run tests on an arbitrary build. add a package target for mochitest. r=bsmedberg
2009-02-02 08:53:24 -05:00
Daniel Holbert
2a7d88e05a
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Robert Strong
e17e92b81d
Bug 470799 - Remove deprecated macros that are no longer in use. r=jmathies
2009-01-14 14:21:12 -08:00