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

49 Коммитов

Автор SHA1 Сообщение Дата
mkaply%us.ibm.com e24e40f40f #161997
r=dprice, sr=dveditz
Get LIBXPNET working on OS/2
2002-08-23 21:18:22 +00:00
seawood%netscape.com 8ae6c40f5d Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
dprice%netscape.com 535f7dee25 fixing bustage on the ports page
see 153524 for details
2002-06-22 08:43:24 +00:00
dprice%netscape.com 9a31b7a3d0 144288 - r=sgehani sr=dveditz
make libxpnet understand http response codes
2002-06-21 23:43:26 +00:00
dprice%netscape.com e21add9ab2 117263 r=sgehani sr=dveditz
Wrong "Host" HTTP header in install through proxy
2002-05-31 09:21:48 +00:00
sgehani%netscape.com 436c542d8a Flush control socket when we first establish a connection with an
ftp server (large welcome messages can be ignored safely).
b=145776; r=ssu; sr=dveditz
2002-05-30 03:54:12 +00:00
dprice%netscape.com 786fb885b3 84763 - r=ssu sr=dveditz
fix buffer overrun and avoid error case with http downloads
2002-05-14 05:37:06 +00:00
bbaetz%student.usyd.edu.au ac1102934a Bug 102118 - solaris 2.7, gcc 3.0.1 bustage
patch=cls, r=dveditz, sr=alecf, a=rjesup
2002-04-04 00:13:06 +00:00
seawood%netscape.com e2d6c3d8cb More cruft removal. Remove platform.h xp_debug.h xpassert.h & xp_trace.h from the build.
Replace currently unused references to XP_ASSERT with one of NS_ASSERTION & friends.
Bug #38061 r=bryner sr=alecf a=tor/drivers a=putterman/adt
2002-04-02 07:57:02 +00:00
curt%netscape.com f661669226 Switch to http 1.0 instead of 1.1. Fixes bug #89701. 2002-01-29 19:08:12 +00:00
timeless%mac.com 711739d601 Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com 874c54280c Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
ccarlen%netscape.com de865879b2 Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:45:45 +00:00
ccarlen%netscape.com 0766c35c7f Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:58:15 +00:00
ccarlen%netscape.com 773577e3b8 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:32:41 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
dbaron%fas.harvard.edu f56bfe4127 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dveditz%netscape.com 2864c16e3f bug 92222 -- get xpinstall wizard building on IRIX. patch thanks to
johnv@adacel.com.au (John Mark Vandenberg), r=me, sr=kin@netscape.com
2001-09-26 05:55:51 +00:00
alecf%netscape.com 0aed14d07e remove xpinstall's dependency on nsIAppShellComponent*.h
sr=sfraser bug 76339
2001-09-25 14:56:47 +00:00
ssu%netscape.com e92121b329 fixing bug 90020 - Installer Downloader stops frequently. r=dveditz, sr=mscott. 2001-07-21 00:58:04 +00:00
jelwell%netscape.com c39896586d Fix for 87658. Iterate XPI files correctly when performing CRC checks, and deal with failovers correctly. r=ssu, sr=mscott 2001-07-17 18:57:53 +00:00
jelwell%netscape.com 430e8ae62c Fix for 87793. Add CRC checking to Mac install, as well as single connection download for FTP, and some UI fixes (hang in UI during install, window redraw problems, etc..) r=ssu, sr=mscott 2001-07-09 23:29:44 +00:00
ssu%netscape.com bdad9398fd fixing bug 86959 - win32 installer needs to log additional data
bug 87456 - download time out should automatically reconnect
r=sgehani
rs=mscott
2001-06-29 21:52:58 +00:00
syd%netscape.com 304c46f3a5 Fix for part of 85716. r=ssu, sr=ben. Set tcp window size to more rational size. 2001-06-28 07:39:46 +00:00
waterson%netscape.com 0877b1a573 Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
ssu%netscape.com 008d80ce9a fixing bug 85716 - Can't install 6.1 beta, hangs after launch of setup file
bug 83533 - Installer displays percentages > 100% when using HTTP
bug 83691 - Installer needs to remember 1st good URL when downloading
bug 83692 - libxpnet needs to use 1 connection to download all files

r=syd,sgehani
sr=mscott
a=drivers@mozilla.org
2001-06-19 23:25:02 +00:00
cls%seawood.org 80f526179f Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
syd%netscape.com 2402f0d663 Fix for 78282 r=ssu, sr=mscott 2001-05-13 00:45:45 +00:00
sgehani%netscape.com a72ef0a06e Add pause/resume support to libxpnet's ftp and download impls.
b  = 67247
r  = ssu
sr = mscott
2001-05-03 02:15:07 +00:00
dveditz%netscape.com cb812eb2ad makefile changes to keep .h files out of bogus export directory -- r=leaf
removing obsolete files (not part of build)
2001-04-09 07:19:02 +00:00
ssu%netscape.com 92458c6b9e fixing:
bug 68053 - Win32 installer needs to log the installation process.
bug 64433 - setup.exe inside mozilla-win32-installer.exe contains "Netscape" text
bug 72254 - Installer should not place Uninstaller shortcut in Start Menu
bug 72422 - Moz Installer needs to update internal ua to 0.9
bug 74173 - Win32 installer needs to offer ability to disable path change
bug 64179 - "K" should be "KB"
bug 71108 - Installer FTP stage is slow on Win32
bug 71113 - Log files should not prevent installation
http://bugscape/show_bug.cgi?id=4196 - Launching Setup via a CD autorun causes dll error

r=dveditz
sr=mscott
2001-04-03 09:44:22 +00:00
sgehani%netscape.com 1a4a7cdd99 Fix Solaris 7 bustage. 2001-03-29 20:34:32 +00:00
sgehani%netscape.com c236e8b164 (*) Stat for permissions of destination dir.
(*) Hook libxpnet into linux installer.
(*) Add proxy support and download settings to linux installer.
(*) Make error dialog dismiss when OK is pressed.
(*) Miscellanous dialog title and position cleanup.
(*) Make readme show on ja_JP locale builds after scrolling the license.
2001-03-28 10:57:58 +00:00
sgehani%netscape.com e1de7323ff Port libxpnet to the mac. b = 67248 r = ssu sr = mscott 2001-03-14 06:49:13 +00:00
sgehani%netscape.com 63f1ad3421 First Checked In. 2001-03-11 22:56:53 +00:00
sgehani%netscape.com ca463fb2f7 Removing libs checked in as binary so we can re-add in AppleSingle encoding. 2001-03-11 22:55:36 +00:00
sgehani%netscape.com bff4894c69 First Checked In. 2001-03-11 22:48:35 +00:00
sgehani%netscape.com 2bac30ae63 First Checked In. 2001-03-01 00:36:00 +00:00
sgehani%netscape.com 8b84ee786a Port libxpnet to the mac. b = 67248 r = dbragg sr = mscott 2001-03-01 00:35:25 +00:00
ssu%netscape.com e5f7a05686 fixing bug 67220 - Win95 cannot download files. r=dveditz, sr=mscott 2001-02-02 23:59:44 +00:00
ssu%netscape.com 121731beb8 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.
2001-01-30 01:47:31 +00:00
ssu%netscape.com f76fddc818 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!
2001-01-27 01:49:57 +00:00
cls%seawood.org f15e71c626 Check for __unix__ as well as __unix since gcc 2.95.2 on linux/ppc doesn't define __unix.
r=monkeypox tinderbox
2000-12-30 02:12:15 +00:00
dbaron%fas.harvard.edu 0c563561c3 Fix bustage on Sun workshop compiler (nebiros tinderbox) by putting in |const| where we really ought to need it anyway. r=cls 2000-12-29 14:22:52 +00:00
sgehani%netscape.com f236b55f91 Thanks to dbaron for helping fix the objdir-related bustage. 2000-12-29 01:33:53 +00:00
sgehani%netscape.com fe6b700dbc Fix build bustage. (Solaris tbox resolving gethostbyname at link time.) 2000-12-29 00:36:06 +00:00
sgehani%netscape.com f4705e7582 Ignoring Makefile and test program. 2000-12-28 23:40:54 +00:00
sgehani%netscape.com 29e534fbe9 Ignoring Makefile. 2000-12-28 23:39:37 +00:00
sgehani%netscape.com 9aaa2bbc2d Initial checkin of libxpnet developed on Linux and ported to Windows.
(Not part of build.  Awaiting sr.)

b = 63835
r = ssu,dbragg
2000-12-28 00:27:10 +00:00