Граф коммитов

98 Коммитов

Автор SHA1 Сообщение Дата
masayuki%d-toybox.com 7d986184f0 bug 266309 Windows localized installers don't honor CHARSET/FONTSIZE/FONTNAME for the main dialog r=bsmedberg, sr=dveditz, a=asa 2005-04-10 05:54:35 +00:00
bsmedberg%covad.net 004706278e Bug 289049 - ShowMessage called at wrong time p=Charles Fenwick <clf03f@garnet.acns.fsu.edu> r=me 2005-04-05 12:17:57 +00:00
timeless%mozdev.org 48fb659f9e Bug 283423 keyboard navigation fails in component selection dialog
patch by ajschult@verizon.net r=bryner sr=bz
2005-03-29 03:06:02 +00:00
timeless%mozdev.org c6959d3135 Bug 270930 install script does not handle path with spaces
patch by ajschult@verizon.net r=bsmedberg sr=bryner
2005-03-08 06:39:41 +00:00
timeless%mozdev.org 669e05ccbc Bug 280740 Installer crashes in choose install components dialog
patch by sunil@atc.tcs.co.in r=bryner
2005-03-08 06:39:38 +00:00
bsmedberg%covad.net e452ab3a7b Bug 283365 - tbird nightly ZIP/tar builds broken, because they packaged a bad app-chrome.manifest r=swalker 2005-02-23 21:46:11 +00:00
dveditz%cruzio.com 4280841edf bug 233625 skip uninstall offer to nuke directory, only uninstall files we explicitly installed r=mconnor,a=asa 2005-02-12 00:05:12 +00:00
gerv%gerv.net 93180ced26 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:07:35 +00:00
cmp%mozilla.org 4d58f3772b On MacOS X, create a compressed disk image using hdiutil rather than
gzipping an uncompressed disk image.  b=242845, r=bryner, sr=bsmedberg
2005-01-24 19:49:50 +00:00
wtchang%redhat.com eeb28c997b Bugzilla Bug 262822: use run-mozilla.sh to invoke shlibsign. Removed an
unnecessary cd command. r=cmp. sr=bryner.
Modified Files:
	xpinstall/packager/Makefile.in
	toolkit/mozapps/installer/packager.mk
2005-01-17 23:18:11 +00:00
cmp%mozilla.org ef5128cbf9 Bug 229706. Commit mkaply's fix for Windows installer's silent mode. 2005-01-13 23:58:59 +00:00
cltbld e7963776c0 Generalize make-msi.pl script to open the door for MSIs of other Mozilla
projects.  Work supporting bug 231062. (cmp)
2005-01-06 23:02:38 +00:00
cltbld b14bec0adf Bug fixes in general MakeMSI header files to use new names properly. Work
supporting bug 231062. (cmp)
2005-01-06 20:26:40 +00:00
cltbld 02e1e2494e Add support for general MakeMSI files to make-msi script and firefox header
file.  Work supports bug 231062. (cmp)
2005-01-06 20:25:30 +00:00
cltbld 5f78054e82 Redirect mozilla-*.mmh files as needed to set up a generalized MakeMSI
infrastructure.
2005-01-06 20:15:13 +00:00
cltbld d73bf0580a Change PACKAGE_MSI variable name to MOZ_PACKAGE_MSI. (cmp) 2004-12-24 19:49:30 +00:00
cltbld decd71bcf8 Small fixes to increase verbosity. Change staging directory to
dist/install. (cmp)
2004-12-24 05:24:48 +00:00
cltbld 99ef4f06a7 Use a PACKAGE_MSI environment variable to control whether or not the script
continues execution.  If this is not set to 1, the script will exit without
attempting to create the MSI.
2004-12-23 21:29:41 +00:00
cltbld 1c789a59fa Commit a first pass at generating Windows Installers using MakeMSI. (cmp) 2004-12-23 21:03:34 +00:00
steffen.wilberg%web.de 40b19c39c4 reland part bug 260337 (clobbered by aviary-landing). 2004-12-21 12:23:35 +00:00
bryner%brianryner.com d9626f6746 Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron. 2004-12-15 05:52:44 +00:00
dbaron%dbaron.org d94716da9b Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00
bugzilla%arlen.demon.co.uk 69155ec954 Bug 191805 Installer progress meters should use the system progress meter color
Relanding toolkit part of patch following aviary branch landing
2004-12-01 11:52:27 +00:00
bryner%brianryner.com f16c156abf fixing windows installer bustage from aviary branch landing 2004-12-01 04:15:35 +00:00
ben%bengoodger.com a3b1eda480 Landing the Aviary Branch (Toolkit sections excluding toolkit/content). 2004-11-30 22:54:13 +00:00
bryner%brianryner.com bddccad4f3 Strip the installer binary before creating a tarball (bug 271027). r=cmp. 2004-11-26 09:37:44 +00:00
timeless%mozdev.org d01dd1aa4c Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
bryner%brianryner.com f19aed68bd Fix missing strings in custom setup components dialog (bug 268303). r=ajschult@verizon.net 2004-11-13 00:29:44 +00:00
bugzilla%arlen.demon.co.uk 64a91a050e Bug 191805 Installer progress meters should use the system progress meter color
p=sdwalker@myrealbox.com r=bsmedberg sr=ben@mozilla.org
2004-11-10 13:44:33 +00:00
steffen.wilberg%web.de 62b4b0b777 fixing build bustage from bug 265826; trunk checkin missed a file 2004-10-25 14:06:27 +00:00
bryner%brianryner.com 53736949e9 Fix linux installer to be able to use png images instead of XPM. Add new firefox and thunderbird artwork in png forward and remove generic xpms. Bug 265826, r=vlad. 2004-10-25 08:32:39 +00:00
timeless%mozdev.org bef0a87d96 Bug 246173 Install failed: Couldn't open xpistub library
patch by ajschult@verizon.net r=bryner a=asa
2004-10-24 05:26:06 +00:00
dveditz%cruzio.com cc085ad3d0 bug 263366: blocking executes() should return execution error code, r=peterv,sr=jst 2004-10-17 00:32:17 +00:00
ben%bengoodger.com 7a9514dcf3 225281 - checkbox label background problem on "install complete" page - patch by Son Le <lesx99@lycos.com> r+a=ben@mozilla.org 2004-10-15 23:38:05 +00:00
kyle.yuan%sun.com ed75ee5de7 Bug 260337 (Firefox) Fail to build on solaris
r=bryner, patch=brian.lu@sun.com
2004-10-12 02:39:47 +00:00
timeless%mozdev.org 7cb188989a Bug 257826 using "back" in installer during custom install = reproducable crash
patch by ajschult@verizon.net r=bryner
2004-10-08 21:15:12 +00:00
ben%bengoodger.com 72928768f5 247884 - upgrading doesn't remove old installation entries from "Add or Remove Programs" Control Panel... - clean up uninstall registry entries for versions installed to the same location. 2004-10-04 02:00:23 +00:00
bryner%brianryner.com ea8b458e37 Don't crash if there are command-line arguments (bug 261734) by doing ParseConfig before ParseArgs, moving gtk_init to RunWizard, and adding a check in ErrorHandler to log errors to the console if gtk hasn't been initialized yet. r=ajschultz, sr=dveditz. 2004-09-30 17:31:00 +00:00
dbaron%dbaron.org adcfe48e6c Fix ownership and permissions in installer .tar.gz. b=254303 r+sr=bryner 2004-08-30 19:57:52 +00:00
bryner%brianryner.com 12c720afaa Make the no-permissions dialog actually dismiss when the user clicks OK. Bug 240529. 2004-07-25 02:48:29 +00:00
pkw%us.ibm.com 08e1a55646 Firefox build fails on AIX - nsWelcomeDlg::kMsgCount symbol not found. Need to allocate storage for static const member variable.
r+sr=bryner@brianryner.com
2004-07-21 18:37:18 +00:00
scott%scott-macgregor.org 554e1a41b3 part of Bug #245430 --> thunderbird static build support.
Get rid of the mail\config packaging of chrome into dist\thunderbird. Let the installer do it as part of the
packaging process.

This means we can get rid of the thunderbird installer ifdefs to look in dist\thunderbird instead of dist\bin.
2004-07-18 21:46:11 +00:00
ben%bengoodger.com cc2e4074ea fix installer not showing progress bug once 2004-06-03 10:05:34 +00:00
ben%bengoodger.com 27bf6ec9b8 225641 - installer should ask where to put icons 2004-06-02 01:36:53 +00:00
scott%scott-macgregor.org 4ab947a486 script changes to build_static.pl to make it work with thunderbird
use the new installer generation scripts on windows for thunderbird
2004-05-26 21:29:59 +00:00
ben%bengoodger.com 3f8738e47f forgot to apply unix fix to this file as I did on the branch 2004-05-25 22:32:24 +00:00
ben%bengoodger.com e065307996 244026 - Use 7-zip for release executables on the trunk too. 2004-05-25 22:31:35 +00:00
mconnor%myrealbox.com 5c0b652bfd Bug 239722 Firefox install deletes windows system files, port of suite fix for bug 236312 by scottmacvicar@ntlworld.com, r=ben, original patch by dveditz 2004-05-16 14:58:08 +00:00
scott%scott-macgregor.org d8851e7eeb Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Remove app specific icons from installer\windows. mail and browser now export them on their own.

sr=bryner
2004-04-19 05:29:11 +00:00
scott%scott-macgregor.org 5644905ed3 Bug #237725 --> Use dist\branding as a staging area for branded artwork.
mail and browser copy their own specific app.ico icons out to dist\branding for use by the installer. Don't hard
code the browser and mail ico files

sr=bryner
2004-04-19 05:23:52 +00:00