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

163 Коммитов

Автор SHA1 Сообщение Дата
cltbld 726c7eb778 Call make-msi.pl with its new project flag. (cmp) 2005-01-06 23:04:23 +00:00
cltbld 7c0bae048c Relocate make-msi.pl script to a new location in toolkit/ and call it from
there.  Work supporting bug 231062. (cmp)
2005-01-06 20:32:55 +00:00
cltbld 1ccf5e07bc 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
bugzilla%arlen.demon.co.uk 214e5d17a7 Bug 245392 Installer options for where to put start menu / desktop / quick launch shortcut icons (empty folder created)
p=gavin.sharp@gmail.com r=dveditz
2005-01-03 00:47:54 +00:00
cltbld bf5bfb0590 Change PACKAGE_MSI variable name to MOZ_PACKAGE_MSI. (cmp) 2004-12-24 19:49:30 +00:00
cltbld f62a6e844f First change into correct directory for MSI files, then call the make-msi.pl
in the current working directory. (cmp)
2004-12-24 17:37:35 +00:00
cltbld fca58b1250 Small fixes to increase verbosity. Change staging directory to
dist/install. (cmp)
2004-12-24 05:24:48 +00:00
cltbld 0f86213dc3 Add MSI installer filename to installer configuration settings. (cmp) 2004-12-24 04:29:49 +00:00
cltbld 39b3ad41f7 Call make-msi.pl script during make. Won't be used unless PACKAGE_MSI
environment variable is set to 1. (cmp)
2004-12-23 21:35:01 +00:00
cltbld 3bbc2a8baa 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 719adf8457 Commit a first pass at generating Windows Installers using MakeMSI. (cmp) 2004-12-23 21:03:34 +00:00
steffen.wilberg%web.de 55e24eb3a9 Bug 275000 (some inputs are missing default values resulting in small-sized buttons with no text). Register chrome://communicator/locale/ again for the moment. Also replace en-US by @AB-CD@. r=bsmedberg 2004-12-21 17:51:41 +00:00
steffen.wilberg%web.de 3cfec633fe smoketest fix: Bug 272982: Browser fails to launch (installer build). r=bsmedberg 2004-12-14 16:16:18 +00:00
ben%bengoodger.com bb0a0ea317 add appstartup and xulapp xpt files to packager list so the em doesn't throw exceptions on startup 2004-12-14 09:08:14 +00:00
aaronleventhal%moonset.net 941d2b6d39 Bug 273597 - AccessibleMarshall.dll missing from Firefox install. r+sr=bryner 2004-12-09 20:14:45 +00:00
dbaron%dbaron.org 1bb228eed5 Bug 272151: reorganize files within layout, r+sr=roc 2004-12-08 19:41:48 +00:00
ben%bengoodger.com 4ccb583022 aviary landing fallout correction: add xpcom_core.dll/libxpcom_core.so to packager lists 2004-12-03 00:13:28 +00:00
dbaron%dbaron.org 12f74c80f3 Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk. 2004-12-02 02:46:06 +00:00
ben%bengoodger.com 2380bdb577 aviary branch landing - land installer localization changes 2004-12-02 00:52:27 +00:00
ben%bengoodger.com 19093d9aec Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
dbaron%dbaron.org 10efb45442 Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner 2004-11-30 06:04:04 +00:00
timeless%mozdev.org e3ab186776 Bug 251078 Remove xpcom's rebase utility
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 20:00:26 +00:00
bsmedberg%covad.net 6c9953770a Installer bustage from bug 237745 - package appstartup.xpt properly. 2004-11-01 12:16:48 +00:00
darin%meer.net dbee7b6789 fix bug 266922 "linux nightly trunk installer builds fail" r+sr=sparky 2004-10-31 17:06:46 +00:00
darin%meer.net 599b4d3cb7 Adding xpcom_core.dll to the Firefox static build packaging to unbreak
nightly trunk builds, bug 266149.
2004-10-27 08:16:52 +00:00
bryner%brianryner.com bc2025a5f4 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
jst%mozilla.jstenback.com 3ff2843ddf Fixing bug 249855. Attempt to copy QuickTime and Macromedia Flash plugin xpt files to the right place during installation. r+a=ben@mozilla.org 2004-10-15 06:27:54 +00:00
ben%bengoodger.com 0fa2a274f9 fixing trunk installer bustage - installer cfg files cannot currently handle spaces/parens in version strings so don't use them! 2004-10-05 20:07:57 +00:00
ben%bengoodger.com 6611ffdeb8 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
steffen.wilberg%web.de 4cafb6f03f Bug 245810: Help shows XML error instead of help window on the installer builds... make sure that help is registered at the right location. p=ben@mozilla.org 2004-09-27 10:56:02 +00:00
cbiesinger%web.de b5ded57da7 Bug 248044 move jar protocol handler into libjar. these are the changes to the
existing files
r=bsmedberg sr=darin
2004-09-14 18:40:26 +00:00
bryner%brianryner.com 306fd4d418 Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben. 2004-09-10 07:17:31 +00:00
ben%bengoodger.com 90bf9a7220 237727 - installer should delete certain files when installing to prevent weird incompatibilities when upgrading, file list from seth spitzer. 2004-08-13 00:54:33 +00:00
bsmedberg%covad.net e694d8e91c Bug 253610 - profile manager doesn't work on firefox trunk. a=asa 2004-08-12 20:43:38 +00:00
brade%comcast.net ab722bf237 bug 254563: <editor> xul tag broken in Firefox on Windows (missing composer.xpt
which contains nsIEditingSession.xpt); r=bsmedberg
2004-08-09 20:41:14 +00:00
ben%bengoodger.com c4e65478a5 253220 - better software update - in place software update, etc etc. glory! 2004-08-05 02:45:27 +00:00
bryner%brianryner.com f42265bc1d Make sure profiles have a prefs.js file (bug 253291). 2004-07-28 21:20:29 +00:00
bryner%brianryner.com 954ce99898 Fix browser-region content not being registered 2004-07-27 18:05:04 +00:00
sspitzer%mozilla.org aba9d449da fix for bug #237727
Installer should delete certain files if we install over an existing firefox installation
2004-07-25 15:06:00 +00:00
bryner%brianryner.com c6b82564c3 Add libjsd for parity with windows. 2004-07-25 03:57:30 +00:00
bryner%brianryner.com 27730e1df0 Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
bsmedberg%covad.net 7ec3ae4859 Merge changes from the aviary branch to start centralizing locale files. (bug 250672) 2004-07-12 17:15:10 +00:00
ben%bengoodger.com 2c224a5a9a 249601 - add back lock icon to status bar, rev version number 2004-07-09 06:32:33 +00:00
bryner%brianryner.com 66a8a2c6cc More backslashes for shell escaping 2004-06-28 22:31:13 +00:00
bryner%brianryner.com 22d691bfa2 use backslashes on windows 2004-06-28 19:50:31 +00:00
bryner%brianryner.com b2a9c0356f we're not on windows... 2004-06-28 04:34:56 +00:00
bryner%brianryner.com b51a076018 Create a firefox.manifest file from packages-static for use by codesighs. 2004-06-25 20:49:11 +00:00
bryner%brianryner.com 80893ede8a hack fix for overlay problem - don't package chrome.rdf until we figure out why running -register doesn't generate overlayinfo 2004-06-22 06:31:08 +00:00
ben%bengoodger.com 49e5ee0a5b make firefox smaller thanks to Igor Pavlov 2004-06-16 07:31:53 +00:00
bryner%brianryner.com dcc12515d0 Fix Help not installing on Linux (bug 246769) 2004-06-15 20:53:18 +00:00
bryner%brianryner.com 6e6b530655 Include autoconf.mk so that we get a suitable OS_ARCH definition 2004-06-10 03:25:22 +00:00
bryner%brianryner.com adcf80f88b merge installer package fixes from branch 2004-06-09 04:46:57 +00:00
bryner%brianryner.com e482d4976f Only set MOZ_PKG_APPNAME=Firefox on os x 2004-06-09 03:59:21 +00:00
bryner%brianryner.com 58989fdc30 Set app name and package name for Mac firefox 2004-06-07 23:58:27 +00:00
ben%bengoodger.com cbaa3ae452 245433 - "search the web for" on the right click menu of highlighted text doesn't work (installer only)... also affects "add engines..." menu item ... make sure content package for browser-region is registered 2004-06-06 09:50:05 +00:00
danm-moz%comcast.net 62514b46d7 removing extraneous carriage returns added in rev 1.3. they break my build. i can't be the only one. 2004-06-02 20:12:23 +00:00
ben%bengoodger.com b74d746463 225641 - installer should ask where to put icons 2004-06-02 01:36:53 +00:00
ben%bengoodger.com ae49f15bce These files didn't seem to get checked in with Jeff Walden's fix for 240277 2004-05-30 02:41:17 +00:00
ben%bengoodger.com f53c0449e8 240277 - help not packaged with installer builds. Patch from Jeff Walden <jwalden+fxhelp@mit.edu>. r=ben@mozilla.org. Also correct the objdir/srcdir variables in the installer generation makefile 2004-05-28 21:14:07 +00:00
ben%bengoodger.com 2b3cbf23e6 YOU WILL RESPECT MY AUTHORITAH 2004-05-26 05:30:38 +00:00
ben%bengoodger.com 1ab4343e39 oops forgot to check the makefile in for the tinderbox to use 2004-05-26 05:22:34 +00:00
ben%bengoodger.com a552de27e0 244026 - Use 7-zip for release executables on the trunk too. 2004-05-25 22:31:35 +00:00
darin%meer.net e18c9bb88e fixes bug 243587 "Firefox installer does not include libnkgnomevfs or libnegotiateauth extensions" r=bryner 2004-05-18 22:21:21 +00:00
ben%bengoodger.com 74664b8259 add extension manager files 2004-05-11 10:35:15 +00:00
ben%bengoodger.com b334c1de93 add xpinstall content type settings to shell service and installer registrations 2004-05-04 10:04:14 +00:00
mconnor%myrealbox.com 8a38bf7ac8 bug 225500 - installer thinks that Seamonkey is Firefox and must close it for installation/uninstallation to continue, patch by David Hallowell (dave532@uklinux.net), r=ben 2004-04-27 06:13:45 +00:00
scott%scott-macgregor.org f2f848448b Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Export generic installer artwork

sr=bryner
2004-04-19 05:20:57 +00:00
scott%scott-macgregor.org f80e14f309 Bug #237725 --> Use dist\branding as a staging area for branded artwork.
Move the generic installer artwork from mozapps to browser\installer.
2004-04-19 05:02:53 +00:00
bryner%brianryner.com 6583a34ade Fix missing window icon and xremote client 2004-04-12 21:24:47 +00:00
bryner%brianryner.com 7bd56cc34c Fix configure warning by changin @INSTALLER_NAME@ to $INSTALLER_NAME$. Bug 240108. 2004-04-11 23:12:57 +00:00
bryner%brianryner.com 98b0f57a14 Add migration.xpt to installer package lists (bug 237918). 2004-04-09 23:05:00 +00:00
bryner%brianryner.com f53349ccb3 Enable talkback for linux installer builds 2004-04-09 22:06:07 +00:00
bryner%brianryner.com 9f9bb06b41 Remove more unpackaged files when creating zip/tar builds. Bug 239439. 2004-04-08 21:17:37 +00:00
bryner%brianryner.com b91503802b Initial checkin of packages for firefox linux installer. Not turned on yet. 2004-04-07 21:10:32 +00:00
bryner%brianryner.com 8381a8aafc Move the check that the installer directory was created from browser/installer/Makefile to post-mozilla-rel.pl. This way, we're sure the installer directory will exist when post-mozilla-rel tries to make the dated staging directory under it. 2004-03-25 06:42:54 +00:00
bryner%brianryner.com 3bb3cd1db1 More release build packaging fu. Rename the tar.gz archive to the name we want the archives to have on ftp. 2004-03-25 05:15:34 +00:00
bryner%brianryner.com bade16acd2 Hack for post-mozilla-rel.pl on Linux (until Firefox installer is hooked up). Ensure /installer exists since the packaging looks for it. 2004-03-25 03:49:32 +00:00
bryner%brianryner.com 8c3595f335 Provide a mechanism to exclude unwanted files from firefox .zip/.tar build packaging (bug 238210). r=ben. Should only affect firefox release builds. 2004-03-24 19:22:52 +00:00
bryner%brianryner.com 37ba609ba1 Changes for hooking up windows firefox nightlies to post-mozilla-rel.pl (bug 237173). r=leaf, a=dbaron. 2004-03-11 23:18:19 +00:00
ben%bengoodger.com 08da88addb 236744 - replace winhooks with shell service type info 2004-03-08 10:01:03 +00:00
bryner%brianryner.com 138fe20a2b Update license file location to match reality; fixes blank license in installer (bug 234962) 2004-02-25 09:34:25 +00:00
ben%bengoodger.com 6ad38689e0 229036 - start menu links to readme and license don't work,.... patch from simon paquet 2004-02-18 20:58:20 +00:00
ben%bengoodger.com 17a159637c firefox installer builds won't start because installer isn't packaging the default prefs file 2004-02-17 00:44:19 +00:00
ben%bengoodger.com c827307e64 Make newer versions of the Windows Media Player control work in Firefox by registering the executable name with the Windows Media Player 2004-02-12 10:22:20 +00:00
ben%bengoodger.com 4c251d83bc forgot this file 2004-02-11 00:57:46 +00:00
ben%bengoodger.com b708c68cea Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
ben%bengoodger.com 0d309ad5d0 disable the installer's upgrade panel for now. 2004-02-05 09:16:16 +00:00
ben%bengoodger.com 4fe859ef08 fix 229627 - installer creates wrong keys for java on windows 2004-01-29 02:45:43 +00:00
bryner%brianryner.com 87278e03d7 Remove duplicate prefs from all.js so that we don't re-override platform overrides. Rename firebird's all.js to firebird.js (copied in the cvs repository). Bug 231200 patch by steffen wilberg 2004-01-18 22:10:15 +00:00
ben%bengoodger.com b4244afadc Provide perhaps more accurate wording for the safe upgrade panel for folks who have installed Firebird into a ridiculous location. 2004-01-14 23:56:17 +00:00
ben%bengoodger.com 00f9b61675 Update packager file as part of bug 225724. 2003-12-04 04:30:26 +00:00
ben%bengoodger.com 62761bd5c4 Add cookie to the packages list, fixes bug 225698. (Privacy options cannot be saved in installer builds) 2003-12-02 03:09:00 +00:00
cbiesinger%web.de 4c9585747a (firebird only) 225398 res/html/* not packaged by installer 2003-11-30 01:00:39 +00:00
ben%bengoodger.com 213c76bf4f Add missing xpt files to the packager list. This fixes:
- various dlmgr bugs
- view source
- find in page
for installer builds!
2003-11-30 00:11:27 +00:00
ben%bengoodger.com a920910857 add downloads.xpt to packager listing, fixing download manager in installer builds (hopefully!) 2003-11-29 07:10:45 +00:00
ben%bengoodger.com c71735d1eb Fix the Developer Tools jst so Inspector can be installed 2003-11-12 23:24:03 +00:00
ben%bengoodger.com 97cffb8ebe Turn on ADT Package for installer 2003-11-12 09:31:48 +00:00
ben%bengoodger.com 85b7d636a4 remove unnecessary entries from packages-static 2003-11-10 07:18:31 +00:00
ben%bengoodger.com 05e7473edd Add satchel to the packager list 2003-11-10 07:10:53 +00:00
ben%bengoodger.com 9de9449f70 Include browser-region in this jst file 2003-11-10 06:44:06 +00:00