Commit Graph

1392 Commits

Author SHA1 Message Date
ssu%netscape.com
e653f7d673 fixing bug 47959 - New component names and descriptions
(suggestions/patches from Henrik Gemal)

bug 40708 - Mozilla installer should not install files into a subfolder

r=dveditz
sr=mscott

affects only windows platforms.
Not part of tinderbox builds.


git-svn-id: svn://10.0.0.236/trunk@85957 18797224-902f-48f8-a5cc-f745e15eee43
2001-02-01 09:54:55 +00:00
alecf%netscape.com
53e03a0189 Fix for #65988 - add chardet.xpt to the release builds so that we can access the right interfaces. r=jag sr=ftang
git-svn-id: svn://10.0.0.236/trunk@85897 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-31 23:25:28 +00:00
sfraser%netscape.com
3cebc9a71b Remove linkage with the jar component libararies to fix bug 65621. sr=sgehani, r=jfrancis
git-svn-id: svn://10.0.0.236/trunk@85876 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-31 21:35:05 +00:00
ssu%netscape.com
c17ffdbdbf fixing bug 33349 - Directory name in Create Directory dialog needs to be left aligned
bug 50525 - Directories should be lowercase

patches from Henrik Gemal.

r=ssu, sr=mscott

affects windows platforms only.


git-svn-id: svn://10.0.0.236/trunk@85822 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-31 06:55:14 +00:00
ssu%netscape.com
edae6ed9fd fixing bug 67041 - Can't install with stub or sea bits
r=dveditz
sr=mscott

affects windows platforms only.


git-svn-id: svn://10.0.0.236/trunk@85821 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-31 06:55:12 +00:00
ssu%netscape.com
7f9276a9a4 fixing bug 66768 - uninstaller has no product name
bug 66851 - Cannot download over modem using new download agent
r=dveditz,sgehani
sr=mscott

affects windows platforms only.


git-svn-id: svn://10.0.0.236/trunk@85694 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-30 01:47:31 +00:00
dbaron%fas.harvard.edu
5f0a7ab9bd Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@85654 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-27 23:06:33 +00:00
ssu%netscape.com
e65ac294e3 changed the default ftp URL back to default (used to be my test url). It's not part of any tinderbox build. part of fix for bug 66480
git-svn-id: svn://10.0.0.236/trunk@85613 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-27 02:54:18 +00:00
ssu%netscape.com
11e6095aa8 This check-in will fix the following bugs:
Bug 52417 (add downloader code)
Bug 64179 ('K' should be 'KB')
Bug 62560 (misspelled 'Existence')
Bug 64550 (remove 'Seamonkey' reference)
Bug 60352 (add crc check to installer)
Bug 62991 (psm check crashes n6 setup)
Bug 58267 (npoji600.dll)
Bug 47274 (Title should be 'Mozilla Setup')
Bug 66497 (installer need to clean up windows registry)
Bug 66498 (uninstaller checking itself)
Bug 64566 (shouldn't be able to start multiple Setup)
Bug 56292 (Alt-r conflict in Setup Type dialog)
Bug 31821 (force-upgrade support)

r=deveditz
sr=mscott

affects windows platforms only!


git-svn-id: svn://10.0.0.236/trunk@85607 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-27 01:49:57 +00:00
dbragg%netscape.com
bd2b3a4d06 This is the XPInstall side of bug 62167 that uses nsIProcess which was checked in earlier. a,r=dvedtiz sr=mscott
git-svn-id: svn://10.0.0.236/trunk@85593 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-27 00:05:08 +00:00
ssu%netscape.com
d6e17e4e8c fixing bug 64649 - add psm to mozilla installers
r=dgragg, sr=dgragg
affects only linux
not part of tinderbox builds.


git-svn-id: svn://10.0.0.236/trunk@85534 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-26 00:47:56 +00:00
jj%netscape.com
1e560a9bf4 backing out an 'if ($flat)' test case which breaks the Mac packaging.
git-svn-id: svn://10.0.0.236/trunk@85442 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-24 19:39:53 +00:00
cls%seawood.org
34903f9f84 Generalize xpinstaller/Makefile.in so that the name of the package can be changed via the env.
Add regchrome & installed-chrome.txt to unix package list.
Add --flat/-l option to pkgcp.pl so that the intermediate component directory is not created.
Added dist target to xpinstaller/Makefile which will create a tarball using the packages file for a list.
Add BZ2 package type.
Thanks to Ben Bucksch <mozilla@bucksch.org> for the patch.
Bug #53462. r=cls


git-svn-id: svn://10.0.0.236/trunk@85365 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-23 15:53:12 +00:00
cls%seawood.org
6264aad9d1 Fix for BeOS problem of stripping away needed file attributes.
Thanks to Wade Majors <guru@startrek.com> for the patch.
Bug #66180. r=cls


git-svn-id: svn://10.0.0.236/trunk@85364 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-23 15:34:56 +00:00
cls%seawood.org
09f067f6ba Use BeOS' copyattr command which does preserve file attributes correctly instead of zip/unzip hack.
Thanks to <guru@startrek.com> for the patch.
Bug #65705 r=cls


git-svn-id: svn://10.0.0.236/trunk@85036 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-17 19:51:29 +00:00
morse%netscape.com
41e7082833 bug 63493, VCARD_NAME attribute doesn't work, r=matt@netscape.com, sr=hyatt@netscape.com
git-svn-id: svn://10.0.0.236/trunk@84970 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-16 22:02:58 +00:00
cls%seawood.org
2d91586f8d Add support for the zip package format.
Use zip/unzip to copy the files on BeOS as tar & cp do not appear to preserve BeOS' special file attributes.
Added *.stub (BeOS) to the strip exclusion list.
Set STRIP_FLAGS to -g for BeOS.


git-svn-id: svn://10.0.0.236/trunk@84935 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-14 01:43:08 +00:00
bryner%uiuc.edu
95f213ea6a Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@84448 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-05 23:51:45 +00:00
bnesse%netscape.com
2cc236412b Added build support for the Default Plug-in. b=56761, r=jj, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@84385 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-04 22:18:03 +00:00
ssu%netscape.com
3239783930 fixing bug 64105 - Remove blue background screen during installation
bug 60149 - Missing folder name in uninstall error
bug 64007 - Mozilla/Netscape strings hardcoded
bug 60039 - Uninstaller doesn't remove N6 cck entry in add/remove programs

This affects only windows platforms.  Not part of tinderbox builds.
 sr=sspitzer r=dveditz,dbragg


git-svn-id: svn://10.0.0.236/trunk@84296 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-03 07:16:20 +00:00
ssu%netscape.com
b831c440fa fixing bug 64105 - Remove blue background screen during installation
bug 60149 - Missing folder name in uninstall error
bug 64007 - Mozilla/Netscape strings hardcoded
bug 60039 - Uninstaller doesn't remove N6 cck entry in add/remove programs

This affects only windows platforms.  sr=sspitzer r=dveditz,dbragg


git-svn-id: svn://10.0.0.236/trunk@84295 18797224-902f-48f8-a5cc-f745e15eee43
2001-01-03 07:15:47 +00:00
cls%seawood.org
3b7f3e32c3 Check for __unix__ as well as __unix since gcc 2.95.2 on linux/ppc doesn't define __unix.
r=monkeypox tinderbox


git-svn-id: svn://10.0.0.236/trunk@84217 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-30 02:12:15 +00:00
dbaron%fas.harvard.edu
06e2a79253 Fix bustage on Sun workshop compiler (nebiros tinderbox) by putting in |const| where we really ought to need it anyway. r=cls
git-svn-id: svn://10.0.0.236/trunk@84184 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-29 14:22:52 +00:00
sgehani%netscape.com
eecbc6837e Thanks to dbaron for helping fix the objdir-related bustage.
git-svn-id: svn://10.0.0.236/trunk@84168 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-29 01:33:53 +00:00
sgehani%netscape.com
abe2bb76f2 Fix build bustage. (Solaris tbox resolving gethostbyname at link time.)
git-svn-id: svn://10.0.0.236/trunk@84156 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-29 00:36:06 +00:00
sgehani%netscape.com
d1f1d7b771 Correcting so it only builds on Linux and Solaris.
b = 63835
r = ssu, dbragg


git-svn-id: svn://10.0.0.236/trunk@84153 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-28 23:59:55 +00:00
sgehani%netscape.com
5ef4f1b3fa Making libxpnet part of the build for Linux, Solaris, and Windows.
b = 63835
r = dbragg, ssu


git-svn-id: svn://10.0.0.236/trunk@84149 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-28 23:45:18 +00:00
blizzard%redhat.com
dded621652 add embed.jar to the [browser] component. r=cls
git-svn-id: svn://10.0.0.236/trunk@84139 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-28 19:51:27 +00:00
sgehani%netscape.com
563ead489b Initial checkin of libxpnet developed on Linux and ported to Windows.
(Not part of build.  Awaiting sr.)

b = 63835
r = ssu,dbragg



git-svn-id: svn://10.0.0.236/trunk@84115 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-28 00:27:10 +00:00
blizzard%redhat.com
d5cba57f22 add gtkembedmoz.so to the browser section. r,a=leaf
git-svn-id: svn://10.0.0.236/trunk@84113 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-28 00:14:12 +00:00
blizzard%redhat.com
ba9727ad8d add a [psm] section to packages-unix r,a=leaf
git-svn-id: svn://10.0.0.236/trunk@84105 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-27 22:31:17 +00:00
sgehani%netscape.com
64ef92cadb Use new Test() API in libjar to ensure archive integrity before installing.
b = 61544
 r = dveditz
sr = dveditz


git-svn-id: svn://10.0.0.236/trunk@84092 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-27 07:06:58 +00:00
ssu%netscape.com
b605e660f1 fixing bug #63307 - PSM is not being installed in mozilla builds. sr=beinvenu, r=leaf,sgehani. not part of any tinderbox builds. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@83981 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-22 02:49:33 +00:00
ssu%netscape.com
3bda94d531 fixing bug #63414 - Need to simplify the addition of components to the win32 installer. sr=vienvenu r=dveditz not part of tinderbox builds. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@83952 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-21 21:42:13 +00:00
ssu%netscape.com
5c8d2746fd fixing bug #63414 - Need to simplify the addition of components to the win32 installer. sr=vienvenu r=dveditz affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@83951 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-21 21:41:28 +00:00
javi%netscape.com
0cb73b19b9 Backing out earlier check-in. Turns out ssu didn't need it.
git-svn-id: svn://10.0.0.236/trunk@83906 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-20 19:57:56 +00:00
javi%netscape.com
48338e3b50 Include packages for psm on windows. not part of build.
Needed by build team to fix Bug #63307


git-svn-id: svn://10.0.0.236/trunk@83905 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-20 19:53:51 +00:00
blizzard%redhat.com
56246a3a73 remove duplicate entry of libappcomps.so, remove appcomps.xpt which was renamed to search.xpt and add libxremote_client.so which was missing. r=cls sr=alecf
git-svn-id: svn://10.0.0.236/trunk@83812 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-19 00:31:07 +00:00
bryner%uiuc.edu
72fefa1f6d Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
git-svn-id: svn://10.0.0.236/trunk@83712 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-15 07:32:25 +00:00
ssu%netscape.com
aeeedd907f fixing bug #62557 - need to automate the long filename file list generation. sr=mscott, r=dveditz,sgehani. not part of tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@83669 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-14 23:33:37 +00:00
ssu%netscape.com
1b71ea0248 fixing bug #62557 - need to automate the long filename file list generation. sr=mscott, r=dveditz,sgehani. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@83668 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-14 23:32:53 +00:00
javi%netscape.com
a9bec464ed Fix for Bug #62688 r=jj,dveditz sr=sfraser
Include the new PSM bits in the mozilla packages.


git-svn-id: svn://10.0.0.236/trunk@83647 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-14 21:59:14 +00:00
cls%seawood.org
0b2c559784 Fix packaging of cross-compiled builds by using proper $(STRIP)
git-svn-id: svn://10.0.0.236/trunk@83541 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-12 20:08:40 +00:00
ssu%netscape.com
40a53bd427 fixing bug #33353. patch from Henrik Gemal and Timeless. mo,r=ssu. not part of any tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@83452 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-09 23:22:20 +00:00
ssu%netscape.com
128191acb3 fixing bug #33349. patch from Henrik Gemal. mo,r=ssu. affects only windows platform.
git-svn-id: svn://10.0.0.236/trunk@83451 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-09 23:08:04 +00:00
pinkerton%netscape.com
f1f7846912 add forms.css to packages for hyatt.
git-svn-id: svn://10.0.0.236/trunk@83239 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-04 23:40:03 +00:00
blakeross%telocity.com
fb95046870 Fix 52512: no visual indication that columns are resizable in xpinstall dialogs. r=dveditz sr=alecf
git-svn-id: svn://10.0.0.236/trunk@83220 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-02 23:47:49 +00:00
ssu%netscape.com
40ef6ce0ca Applying patch from disttsc@bart.nl for bug #60161 - Unknown error 804b0005 appears in status bar. r=ssu, sr=mscott. This check in does not affect tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@83061 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-29 21:20:09 +00:00
pinkerton%netscape.com
1b6667040d adding htmlBindings and platform bindings to packages.
git-svn-id: svn://10.0.0.236/trunk@83045 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-29 17:36:51 +00:00
granrose%netscape.com
c4176426e8 create separate "package" directory in dist when packaging so that we don't strip libraries in the tree. r=cls. bugscape 3391.
git-svn-id: svn://10.0.0.236/trunk@82998 18797224-902f-48f8-a5cc-f745e15eee43
2000-11-29 00:48:47 +00:00