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

157 Коммитов

Автор SHA1 Сообщение Дата
mconnor%steelgryphon.com 48c2321b4e bug 294399 - rebrand firefox for deer park, r=bsmedberg, a=brendan 2005-05-20 22:42:50 +00:00
masayuki%d-toybox.com 0d3eb7baf5 Bug 294357 Firefox and Thunderbird load a lot of trash in the registry and don't clean it up again r=benjamin, a=asa 2005-05-19 16:34:27 +00:00
bsmedberg%covad.net 38bf42bcf3 Followup to mac packaging of bug 287262 - unset NEXT_ROOT when we're building with an SDK, so that hdiutil works properly (NPOTDB) 2005-05-09 15:38:30 +00:00
bsmedberg%covad.net 73c2f5127d Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase) 2005-05-05 12:38:27 +00:00
masayuki%d-toybox.com 4d849ff622 Bug 291909 The welcome page's static text 3 is small for ja-JP. r=bsmedberg, sr+a=dveditz 2005-04-28 05:43:22 +00:00
tor%cs.brown.edu 8bb563eaf3 Bug 292054 - don't name firefox svg packages differently. r+sr+a=chase 2005-04-28 00:58:53 +00:00
masayuki%d-toybox.com 90def570c1 Bug 291143 The heading text is rendered normal font (and the font should be set from install.it) r=bsmedberg, sr=dveditz, a=asa 2005-04-26 04:44:17 +00:00
bsmedberg%covad.net 62baa07994 Bug 287262 - Build locale packages by unpacking final en-US packages and repacking them with localized content r+a=Chase 2005-04-20 23:10:56 +00:00
bsmedberg%covad.net 4c7e830417 Bug 287262 - Move all localized installer strings into install.ini from config.ini r=dveditz a=asa 2005-04-15 14:49:51 +00:00
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
scott%scott-macgregor.org dbe8bbf1d1 Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Copy generic branded icons out to dist\branding

sr=bryner
2004-04-19 05:22:54 +00:00
bryner%brianryner.com 2e3bdbea09 Make sure *-bin and xpicleanup are stripped in addition to the .so files. 2004-04-08 18:57:38 +00:00
bryner%brianryner.com 5effc2aca8 Hook up the unix/gtk2 installer to the build. 2004-04-07 23:48:15 +00:00
bryner%brianryner.com 5f4c2f4f00 Initial add of gtk2 installer wizard for firefox/thunderbird. Not turned on yet. 2004-04-07 21:16:35 +00:00
bryner%brianryner.com 246801e6ee Initial add of cross-platform installer scripts. Not turned on yet. 2004-04-07 21:15:39 +00:00
scott%scott-macgregor.org ab7850bd80 Bug #238829 --> use a slightly smaller font for the welcome screen for the thunderbird installer
to prevent the welcome text from getting truncated. Our product name is just too long :)
2004-03-26 22:48:33 +00:00
cls%seawood.org 5a31106a54 Disable the IE Profile Migrator when building with mingw gcc.
Bug #236901 r=bryner sr=ben
2004-03-17 17:30:34 +00:00
ben%bengoodger.com 8fe2abf38d new generic icons for firefox installer 2004-03-16 22:43:47 +00:00
scott%scott-macgregor.org 4a07df156c Bug #235651 --> toolkit installer changes necessary to support the thunderbird installer.
When doing a custom install and the user selects "Browser Folder", the
folder pickker dialog willl now open up to the selected folder. This will
impact Firefox and Thunderbird.

Add a parameter called DistSubdir which folks writing an installer for the
new toolkit can set in their installer.cfg file. This variable defaults to a
value of bin (so no changes for Firefox here) and you can change it to whatever
directory under dist that you want.
2004-03-13 00:31:45 +00:00
scott%scott-macgregor.org 826da5fb62 Bug #235651 --> More installer work for Thunderbird. Add a .ico file for mail just like we have for browser 2004-03-12 03:53:35 +00:00
jst%mozilla.jstenback.com 1e40577df7 Fixing FireFox installer bug 227129. Making the radio buttons in the lisence dialog belong to the same group. r=ben@mozilla.org 2004-03-11 05:10:06 +00:00
bsmedberg%covad.net 3ad1a1e910 Bug 232071 - windows uninstaller cosmetic bug (unescaped \n)... r+sr=bengoodger 2004-02-27 20:17:13 +00:00
ben%bengoodger.com 970e35804c forgot this file 2004-02-11 00:57:46 +00:00
ben%bengoodger.com eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
cls%seawood.org 3b59d97939 Explicitly include prsht.h to get PSH_* includes.
Set _WIN32_IE to have access to appropriate defines.
Fixing mingw bustage.
Thanks to David G King <d_king@xtra.co.nz> for the original patch.
Bug #225163 r=bryner
2004-02-09 07:34:05 +00:00
ben%bengoodger.com 7f0a366ea8 disable the installer's upgrade panel for now. 2004-02-05 09:16:16 +00:00
ben%bengoodger.com 8d563e16b4 Fix 227129 once and for all. 2003-12-18 08:49:33 +00:00
ben%bengoodger.com ef93ef1bd5 Fix - 227129 "Next" button is enabled when "Decline" is initially checked for license agreement page of installer wizard.
Fix - no security warning displayed when opening executable files from the download manager
Fix - Easy install path in install wizard defaults to Safe Upgrade which can result in unintentional file deletion in wacky cases. Hack this off for 0.8
2003-12-18 06:53:08 +00:00
ben%bengoodger.com 6f59ba3d23 bug 227129 - select "DECLINE" radio button by default in winstaller, patch by jhenry. <jhenry@ccs.neu.edu> 2003-12-16 00:48:22 +00:00
ben%bengoodger.com 8d11dcde1f Update installer icon 2003-12-06 10:13:22 +00:00
ben%bengoodger.com badd7383ea New uninstaller Icon 2003-12-03 06:47:45 +00:00
ben%bengoodger.com 98f16193e8 bug 225014 - firebird installer welcome page background image tiles too soon. 2003-12-02 04:17:07 +00:00
ben%bengoodger.com a76fb44f4d Bind the XPIs. 2003-11-10 07:10:41 +00:00
chanial%noos.fr 1fe327c42e fix bustage: build the win installer on windows only 2003-11-07 04:10:29 +00:00
ben%bengoodger.com b9f6ee55ae last updates 2003-11-07 02:31:10 +00:00
ben%bengoodger.com a4f08abcd0 Final changes! 2003-11-07 02:07:33 +00:00
ben%bengoodger.com cd8e5d98dc More updates... 2003-11-07 01:52:16 +00:00
ben%bengoodger.com 58c5480dfd Don't build downloading code just now. 2003-11-06 09:52:01 +00:00
ben%bengoodger.com 5ce0af83d2 Making the uninstaller work... 2003-11-06 09:44:14 +00:00
ben%bengoodger.com f3fc6bf979 make the uninstaller work 2003-11-06 09:31:41 +00:00
ben%bengoodger.com 6633529d63 Notes 2003-11-06 08:43:48 +00:00
ben%bengoodger.com a61ae92aa8 More Wizardy Goodness. 2003-11-06 08:39:37 +00:00
ben%bengoodger.com d48c628e11 Getting closer and closer to NGInstaller1.0 every day... 2003-11-06 07:55:44 +00:00
ben%bengoodger.com 9989308be7 Ongoing updates... 2003-11-05 07:01:42 +00:00
ben%bengoodger.com 1d30610917 Some new script fu... ongoing work in progress 2003-11-04 06:52:31 +00:00
ben%bengoodger.com 7723c8271d Only run browser if user asks for it to be run. 2003-11-03 20:19:30 +00:00
ben%bengoodger.com 3c577e40d2 Add some notes. 2003-11-01 00:47:35 +00:00
ben%bengoodger.com 95d488d11f update ifdefs 2003-10-31 23:12:30 +00:00
ben%bengoodger.com ecd07728ef Installer now actually installs! Yay! 2003-10-31 23:01:00 +00:00
ben%bengoodger.com 9731aec3a9 Bucket O'Updates
The installer now actually installs! Provided it doesn't have to download anything. And it just stops at the end. Oh well. In time...
2003-10-31 00:49:01 +00:00
ben%bengoodger.com a1745c2b4c More incremental updates. 2003-10-30 02:11:38 +00:00