Commit Graph

165 Commits

Author SHA1 Message Date
dveditz%netscape.com
026f203d60 Fix for 9963 locking crash 1999-07-16 03:16:29 +00:00
dveditz%netscape.com
673b40763b not part of build. Still broken, but a little closer to resurrection 1999-07-16 03:01:25 +00:00
jdunn%netscape.com
f5547d6b40 Adding a newline, HP requires this 1999-07-16 00:27:34 +00:00
slamm%netscape.com
2ddab10e94 Simplify last warning fix. 1999-07-15 23:23:58 +00:00
slamm%netscape.com
8ae7e249a2 Fix compiler warning. 1999-07-15 23:21:12 +00:00
slamm%netscape.com
8d85196a9b Fix compiler warnings (This was fixed in the ild compiler already, but this file has been hand edited away from the auto-generated file). 1999-07-15 23:11:13 +00:00
slamm%netscape.com
1b71e01d7f Fix compiler warnings. r=ssu 1999-07-15 23:09:57 +00:00
Jerry.Kirk%Nexwarecorp.com
eb807c1232 - Needed to add $(ZLIB_LIBS) to fix link problem under Neutrino 1999-07-15 11:43:29 +00:00
sgehani%netscape.com
a41fefc828 Correcting Unix permissions on directories created from 755 -> 0755. 1999-07-14 19:49:50 +00:00
sgehani%netscape.com
19485a29b3 Fix for bug 9759. 1999-07-14 19:49:12 +00:00
dveditz%netscape.com
f35e509986 fixes for 8311/9406 a chofmann, r ssu. This also unbreaks 6601, 6604, 6608 and others 1999-07-12 15:20:54 +00:00
ssu%netscape.com
49db3865be fixing bug #8818 under Win98. Approved by chofmann@netscape.com. Reviewed by dveditz@netscape.com. 1999-07-10 01:09:52 +00:00
warren%netscape.com
61c8d73b43 Necko stuff for dealing with load groups when opening URLs. 1999-07-09 21:18:47 +00:00
ssu%netscape.com
85dc7b1f05 fixing bug #8818. Approved by chofmann@netscape.com. Reviewed by cathleen@netscape.com. 1999-07-08 01:38:55 +00:00
valeski%netscape.com
a4d14d99aa getbuffer to tonewcstring 1999-07-07 14:50:42 +00:00
warren%netscape.com
9975942bdb Added channel argument to nsIStreamObserver/nsIStreamListener/nsIProgressEventSink methods. 1999-07-07 08:08:40 +00:00
cathleen%netscape.com
009169a569 fix bug 8215 1999-07-07 05:02:41 +00:00
dveditz%netscape.com
a8f4c04144 Bug 6453, expose trigger an version objects in the XPInstall context 1999-07-06 14:28:25 +00:00
dveditz%netscape.com
ae6d677458 adding stub dll for InstallWizards 1999-07-06 05:52:17 +00:00
dveditz%netscape.com
03c2ca372b Adding XPInstall .dll stub for Install Wizards 1999-07-06 05:48:12 +00:00
sgehani%netscape.com
3385a67736 Fixes for: - bug #7739: GetFolder() Mac bug - bug #9149: GetFolder() creating dir when it shouldn't - bug #9254: GetComponentFodler() creating dir when it shouldn't 1999-07-03 19:00:45 +00:00
dveditz%netscape.com
0eb6c820cf nakefile cleanups 1999-07-02 13:42:17 +00:00
warren%netscape.com
bd73f68e8b Renamed OnStartBinding/OnStopBinding to OnStartRequest/OnStopRequest (removing the redundant ones from necko). Numerous necko fixes. Necko now using nsIPrompt interface instead of nsINetSupport. 1999-07-01 19:30:20 +00:00
sspitzer%netscape.com
2647c89ca8 fix warnings. make these destructors virtual, as they should be. 1999-07-01 07:51:02 +00:00
dveditz%netscape.com
cb2e1c8534 Previous fix thanks to jdunn@netscape.com (AIX) and tor@cs.brown.edu (HP-UX) 1999-07-01 05:57:00 +00:00
dveditz%netscape.com
9f5dc4f82c build fix for AIX and HP 1999-07-01 05:51:24 +00:00
ssu%netscape.com
c8f96624ed fixing bug #8454 and AddDirectory() function 1999-06-29 23:15:38 +00:00
valeski%netscape.com
547e242951 nsIChannel api change 1999-06-29 01:54:05 +00:00
sgehani%netscape.com
b3251b9c81 Short-term workaround for bugs 8849/8971: we no longer spawn a thread
at startup.
1999-06-29 00:14:10 +00:00
sgehani%netscape.com
fff2cc0011 Turning XPInstall on Unix back on. Short-term workaround
for bugs 8849/8971 included.
1999-06-29 00:13:02 +00:00
mscott%netscape.com
25a6e7c788 necko change: nsIStreamListener::OnDataAvailable now takes a nsIInputStream instead of a nsIBufferInputStream. 1999-06-28 20:43:28 +00:00
warren%netscape.com
fbc735f510 Last of the necko ifdefs. Now we link with necko. 1999-06-28 10:35:57 +00:00
mcafee%netscape.com
c6e10f9b89 INCLUDES should be LOCAL_INCLUDES. 1999-06-26 07:34:36 +00:00
leaf%mozilla.org
a99b3e3ce8 xpinstall is leading to startup crashes (bug 8849).
Turning off xpinstall until someone fixes it for redhat linux 5.2
1999-06-25 07:50:39 +00:00
sspitzer%netscape.com
ebf2b50846 ignore generated Makefile. add newlines to end of file. use PR_FALSE instead
of false to please UNIX compilers.  thanks to Tim Rowley <tor@cs.brown.edu>
for this patch.
1999-06-24 20:20:12 +00:00
danm%netscape.com
258b158702 oops 1999-06-24 04:00:58 +00:00
danm%netscape.com
582ad47b3f teach RunModalDialog to use extant windows; use one in NetSupportDialog (fixes bug 7858). remove AppShellService interface references 1999-06-24 03:29:22 +00:00
briano%netscape.com
dbf66fa37f File was missing a newline at the end of file, which upsets some Unix compilers. 1999-06-24 03:20:47 +00:00
briano%netscape.com
64af1d164b Changed 'true' and 'false' to 'PR_TRUE' and 'PR_FALSE' to fix the non-gcc Unix builds. 1999-06-24 01:59:26 +00:00
sgehani%netscape.com
04a20290f9 Turning XPInstall on on Unix. 1999-06-23 22:59:50 +00:00
dveditz%netscape.com
dc1b807aea Bug 8311, solve hang when opening status window during trigger 1999-06-23 20:37:30 +00:00
sgehani%netscape.com
e2e80ebf22 Turning XPInstall off on Unix... again! 1999-06-23 07:42:28 +00:00
sgehani%netscape.com
a3fadbbc50 Checking in from Unix instead of from Linux as last rev was. 1999-06-23 06:44:30 +00:00
waterson%netscape.com
9ea58439f2 Fix trailing whitespace bustage in Makefile.in. 1999-06-23 06:37:15 +00:00
sgehani%netscape.com
d182062565 XPInstall now building and limping during execution on Unix. 1999-06-23 06:19:45 +00:00
sgehani%netscape.com
66e4ab42c0 Using new XPCOMified libjar interface. 1999-06-23 06:16:53 +00:00
warren%netscape.com
1f76168d21 Renamed nsIURL to nsIURI in preperation for necko. More NECKO ifdefs too. 1999-06-23 03:29:44 +00:00
ssu%netscape.com
001771c6cb fixing bug #8620 1999-06-23 01:44:13 +00:00
cathleen%netscape.com
daeff61f95 merging in Doug's fixes for bug #8347 1999-06-22 00:14:46 +00:00
ssu%netscape.com
e3f01ed02b attempting to fix build bustage 1999-06-21 18:39:04 +00:00