leaf%mozilla.org
bb7883c64b
applying patches from Joe Keane <jgk@jgk.org> changing gets to fgets
1999-01-01 02:47:52 +00:00
brade%netscape.com
d46a4026ee
make several functions PRIVATE to reduce compiler warnings on Macintosh
1998-12-30 16:06:22 +00:00
brade%netscape.com
e9207223cc
add #includes and prototypes to reduce compiler warnings on Macintosh
1998-12-30 16:05:27 +00:00
brade%netscape.com
e8111eea10
add prototype and PRIVATE to several functions to reduce compiler warnings on Macintosh
1998-12-30 16:03:43 +00:00
brade%netscape.com
468c6642b1
add prototype for net_ReleaseContext to reduce compiler warnings on Macintosh
1998-12-30 16:01:54 +00:00
morse%netscape.com
c208baa236
fix mac bustage
1998-12-30 02:25:05 +00:00
morse%netscape.com
d05f721362
interfaces for routines need by privacy module
1998-12-30 00:20:46 +00:00
troy%netscape.com
500f4e3185
Fixed memory leak in nsHttpUrlImpl::SetSpec()
1998-12-29 01:32:39 +00:00
troy%netscape.com
5b10535cae
Fixed memory leak in NS_MakeAbsoluteURL()
1998-12-29 01:22:57 +00:00
troy%netscape.com
f9ac855246
Fixed memory leak in ToString()
1998-12-29 01:03:26 +00:00
brade%netscape.com
ab8387d464
add include to reduce warnings on Macintosh compiler
1998-12-22 19:14:13 +00:00
troy%netscape.com
be2d0d215b
Fixed two memory leaks of the status msg (Unicode string) in OnStopBindingProxyEvent
...
and OnStatusProxyEvent
1998-12-22 18:49:12 +00:00
troy%netscape.com
5a921ace79
Fixed QueryInterface() so it doesn't do a AddRef() for interface NS_ISTHREADSAFE_IID.
...
This fixes a DEBUG (only) memory leak of the object which in turn causes the web shell
(and the whole world) to leak
1998-12-22 18:22:40 +00:00
brade%netscape.com
6090ad5d8c
add XP_MAC to the ifdef around dbopen (was in macToBeImplemented.cp)
1998-12-21 16:46:17 +00:00
shaver%netscape.com
009626137f
resprinkle NO_STATIC_LIB, but spare libpng so that viewer is cool. Also, repair some viewer/apprunner link foibles
1998-12-18 02:55:23 +00:00
vidur%netscape.com
dbc3a5a33c
Added stream loader
1998-12-18 01:34:30 +00:00
warren%netscape.com
ec5779a7eb
Obsolete
1998-12-16 09:51:02 +00:00
warren%netscape.com
ae05626d07
Removed nsURL.cpp
1998-12-16 09:50:19 +00:00
beard%netscape.com
48d6c08be3
Fixed up exports.
1998-12-16 06:06:51 +00:00
beard%netscape.com
b3e183edb5
Removed nsIPostToServer.h (moved to public dir).
1998-12-16 05:59:42 +00:00
warren%netscape.com
b22a4e72fd
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
1998-12-16 05:40:20 +00:00
donm%netscape.com
892afafcc0
backing out Shaver's changes. -donm
1998-12-16 00:49:36 +00:00
shaver%netscape.com
10c5b7a554
Make apprunner link dynamically.
...
Sprinkle Makefile.ins with NO_STATIC_LIB to speed the build and reduce the disk
requirements.
1998-12-15 22:17:14 +00:00
raman%netscape.com
c4adbd2ec2
Bug fix for 1741. For XP_FILE_READ_BIN permission types, set mode as nsRead.
1998-12-07 21:49:29 +00:00
rhp%netscape.com
974ed53691
This is to export the function for stream converter registration in
...
netlib. This is a temporary change until the XP-COM interface is in
place for this functionality.
1998-12-07 13:51:23 +00:00
ramiro%netscape.com
2009b728de
Add cvsignore entries for makefiles generated bu autoconf.
1998-12-05 09:07:33 +00:00
raman%netscape.com
7815961615
Bug fix for 1420. Get filename from HashTable if fileTok is not NULL. If fileTok is NULL return aName for now. Approved by gagan
1998-12-05 03:10:43 +00:00
gagan%netscape.com
a3f5c73742
Was not pulling in env changes from config.mak because of the missing include.
1998-12-01 04:46:24 +00:00
beard%netscape.com
c62b49cafc
Mac shared library migration.
1998-11-30 22:15:00 +00:00
morse%netscape.com
95eec702f7
fix single-signon problem
1998-11-28 17:16:47 +00:00
kipp%netscape.com
d863431d91
Disabled the timebomb on the tip
1998-11-27 15:54:14 +00:00
joki%netscape.com
056674d506
Send a reasonable value for the JS useragent on Windows.
1998-11-24 02:29:46 +00:00
cyeh%netscape.com
26d43a704a
activate timebomb for technology demonstration.
...
THIS NEEDS TO BE REMOVED LATER
1998-11-24 01:08:47 +00:00
rpotts%netscape.com
2e3083ba0c
fix up the places where the C and C++ memory managers were being mixed for allocs and frees...
1998-11-22 09:32:06 +00:00
rpotts%netscape.com
b6b353628c
Force the URL exit routine to be called via a PLEvent. This insures that the LIBNET() lock is not being held during the call...
1998-11-22 09:31:10 +00:00
rpotts%netscape.com
4af009fea5
Disable async Winsock notifications until we figure out why it exhausts *all* system resources on Win95...
1998-11-22 09:30:00 +00:00
cyeh%netscape.com
e9d3c67427
Removing static makefiles as a part of the transition to Autoconf. I have taken great
...
care to only remove makefiles affailiated with building nglayout. I have also verified that
the build at this point in time succesfully builds with autoconf.
If you must recover one of these makefiles, you can use the static tag STATIC_MAKEFILES.
If I removed a makefile that you need, please e-mail cyeh@netscape.com .
1998-11-21 00:34:32 +00:00
gagan%netscape.com
b6c8b37ce8
NuCache lib added.
1998-11-20 23:09:25 +00:00
troy%netscape.com
3de62e139c
Fixed ref counting problem in stub_GraphProgressDestroy()
1998-11-20 04:28:06 +00:00
mcmullen%netscape.com
761c790b3e
Fixed some warnings.
1998-11-18 20:49:15 +00:00
morse%netscape.com
18d1bc714d
update for single signon
1998-11-18 04:38:13 +00:00
morse%netscape.com
b9bbbccca0
updates for single signon
1998-11-18 04:35:47 +00:00
kipp%netscape.com
a3deaaf0f8
Added missing init of the net-file's refcnt
1998-11-17 01:21:04 +00:00
akkana%netscape.com
434e7bb44a
Put back the old pwd code; otherwise it crashes if MOZILLA_HOME isn't set
1998-11-13 02:49:19 +00:00
cls%seawood.org
92dbfec844
Fixes to resource install for xpfe. Fixes to make MOZ_NATIVE_* work again. Thanks to Jeremy Lea <reg@shale.csir.co.za> for the diffs.
1998-11-11 01:53:49 +00:00
morse%netscape.com
a236dcc4da
attempt to fix build bustage
1998-11-10 06:33:14 +00:00
morse%netscape.com
bcfbfdb370
separate trust labels from cookie management
1998-11-10 04:31:26 +00:00
rpotts%netscape.com
34ea948370
Support asynchronous network notifications (instead of polling) if NO_NETWORK_POLLING is defined. Currently, this is only implemented for Win32
1998-11-08 09:04:54 +00:00
rpotts%netscape.com
7fc5353210
fix bug #1112 . Added support for multipart/x-mixed-replace content type
1998-11-05 05:37:02 +00:00
valeski%netscape.com
52ba308bd5
fix for bugzilla 1219
1998-11-04 18:37:10 +00:00