rpotts%netscape.com
90ae9e345e
Create an initial LoadAttributes instance.
1998-10-10 04:57:18 +00:00
rpotts%netscape.com
a8689af8b1
Added a load type and reload type to the nsILoadAttribs interface and underlying implementation...
1998-10-10 04:32:18 +00:00
morse%netscape.com
53b41c6348
recognize -1 value for privacy_policy_url
1998-10-10 02:53:50 +00:00
gagan%netscape.com
cb5ee05be2
NuCache deletion fixes.
1998-10-09 23:37:59 +00:00
gagan%netscape.com
09216aae77
NuCache deletion working ok now.
1998-10-09 23:36:48 +00:00
morse%netscape.com
61b4870db2
added a missing initialization
1998-10-09 14:56:58 +00:00
ramiro%netscape.com
c325116dc7
Fix IRIX dumbass-ness.
1998-10-09 05:24:57 +00:00
morse%netscape.com
d9571396f6
moved NET_GetTrustList from mkaccess.h to mkgeturl.h
1998-10-09 03:05:49 +00:00
mjudge%netscape.com
d7cb048db8
changing MOZ_MAIL_COMPOSE to MOZ_ENDER_MIME
1998-10-09 02:50:41 +00:00
mcafee%netscape.com
b7aa84df19
Don't stub out NET_GetPopUsername() for the SMART_MAIL case. a=akkana.
1998-10-09 00:37:09 +00:00
mcafee%netscape.com
74338136c6
Add pop3 for SMART_MAIL=1 case. a=akkana
1998-10-09 00:32:56 +00:00
waterson%netscape.com
1457b6ffc2
Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=valeski.
1998-10-08 21:49:38 +00:00
waterson%netscape.com
b3aad14340
Touch down progress bar changes from PROGRESS_19981006_BRANCH.
1998-10-08 21:42:19 +00:00
law%netscape.com
5da4087d96
Fix for bug #301397 ; handle about:document from composer windows; approved by gagan
1998-10-08 21:39:49 +00:00
rpotts%netscape.com
6943ce1ed2
temporary fix to get unix building again... Get rid of the constness before calling PR_Free(...)
1998-10-08 05:06:30 +00:00
valeski%netscape.com
8ba523d9f7
Removed the nsINetContainerApplication interface. The methods that were part of this interface are now implemented by nsINetService.
...
Changed mozilla\network\module\makefiles so they no longer export nsINetContainerApplication.h.
M dom/src/base/nsGlobalWindow.cpp
Changed javascript so it retreives the user-agent tokens via nsINetService.
M network/module/nsINetService.h
Added the application user-agent token methods to the nsINetService interface.
M network/module/nsNetFactory.cpp
The netservice constructor no longer takes a pointer to a nsINetContainerApplication.
M network/module/nsNetService.cpp
M network/module/nsNetService.h
Added the implementation of the application user-agent token methods.
M webshell/tests/viewer/nsViewerApp.cpp
M webshell/tests/viewer/nsViewerApp.h
Removed old containerapplication implementation
M xpfe/xpviewer/src/nsViewerApp.cpp
M xpfe/xpviewer/src/nsViewerApp.h
Removed old containerapplication implementation
1998-10-07 23:19:39 +00:00
gagan%netscape.com
988d22398c
Removed nucacheproto.* This functionality is now wrapped inside mkmemcac.*
1998-10-07 03:26:25 +00:00
gagan%netscape.com
cf32d55d3e
Removed some asserts.
1998-10-07 00:29:52 +00:00
pinkerton%netscape.com
a0a3f0ffb9
fix build bustage. Declare prototype for NET_GetTrustList.
1998-10-06 23:20:54 +00:00
mjudge%netscape.com
9bd6d4cd6b
network changes for multipart related mime encoding with ender. gagan-ok
1998-10-06 22:12:52 +00:00
morse%netscape.com
618b648fb9
fix bugs with trust labels
1998-10-06 20:56:26 +00:00
rpotts%netscape.com
af531d7285
Added an include for <windows.h> to declare the InterlockedIncrement/Decrement APIs which are now used in the Win32 threadsafe ISupports implementation...
1998-10-06 06:17:25 +00:00
rpotts%netscape.com
e738fa839a
Changed the proxy routines to only call via PL_Events when needed (ie a thread boundary will be crossed...)
1998-10-06 06:15:47 +00:00
pierre%netscape.com
f9060926e2
fix mozilla build: for some reason, the XP strings (yep, allxpstr.h) are declared and allocated in that file.
1998-10-06 05:01:55 +00:00
pierre%netscape.com
87764930d1
fix 1000s of link warnings in Mac Raptor / some XP stubs were hiding actual functions
1998-10-06 03:00:28 +00:00
gagan%netscape.com
b3ae0a8b3f
Added nsMonitorable.cpp for uninlined functions.
1998-10-05 22:58:10 +00:00
gagan%netscape.com
811ddc3c00
Moved nsMonitorable::MonitorLocker constructor and destructor into their
...
own cpp file. IRIX NuCache was not accepting inlined ones.
1998-10-05 22:48:38 +00:00
tomw%netscape.com
9773eecb93
Pull changes forward from Nova.
...
New generalized hashing API.
1998-10-05 22:47:44 +00:00
gagan%netscape.com
cd0d547eb4
Prefs changed. NuCache prefs handled there.
1998-10-05 21:41:01 +00:00
cyeh%netscape.com
f31dc000c8
removing obsolete files. use MANIFEST instead.
1998-10-05 18:42:02 +00:00
cmanske%netscape.com
a591afb638
Rewrote NET_ParseUploadURL to use NET_ParseURL as much as possible for getting username and password from a URL. Reviewed/approved by valeski
1998-10-02 22:36:09 +00:00
cmanske%netscape.com
ddfc820a77
Added callback to tell Composer when username is entered when uploading. Fixed bug getting username, password for this dialog. Approved/reviewed by valeski
1998-10-02 22:19:06 +00:00
morse%netscape.com
df1a90ea33
fix single signon part of bug 300472
1998-10-02 04:54:27 +00:00
rpotts%netscape.com
09fccddbb0
Added a Clone(...) method.
1998-10-01 21:37:32 +00:00
rpotts%netscape.com
da208f0fec
Added nsIURLGroup interface...
1998-10-01 21:36:57 +00:00
ramiro%netscape.com
586f305fcc
Add support for DGUX. These are simple #ifdefs that dont affect any other
...
platforms. Thanks to fraioli@dg-rtp.dg.com (Marc J. Fraioli) for providing
the patch.
1998-10-01 21:22:42 +00:00
pierre%netscape.com
0b7fddb776
Raptor only. Display images on Mac.
1998-10-01 19:17:51 +00:00
norris%netscape.com
8647812478
Fix bug 326297: various security holes caused by lack of quoting around
...
displayed URLs.
1998-10-01 00:23:05 +00:00
valeski%netscape.com
8eed4aed55
HTTP header building optimization. reduced dependency on PL_strlen.
1998-09-30 21:45:18 +00:00
raman%netscape.com
22aa496d52
Checking in changes from hshaw. These changes are bug fixes from 4.5. Minor tweaks after the codereview by raman.
1998-09-30 18:07:26 +00:00
valeski%netscape.com
c8ae342f9d
fixed crasher. whoever did the mass removal of nspr20 #defines removed a necessary routine.
1998-09-29 23:36:58 +00:00
valeski%netscape.com
7688955a84
removed NET_HostName() routine to cut down on size.
1998-09-29 22:52:46 +00:00
valeski%netscape.com
e2cbd2598a
Added get/set methods to nsINetService interface for http request version manipulation. You can specify whether or not you want 1.1 or 1.0.
1998-09-29 22:43:32 +00:00
valeski%netscape.com
17ee0e3235
initializing line_buffer in build_http_request. added ability to set different http request versions and some optimizations.
1998-09-29 22:40:53 +00:00
gagan%netscape.com
45c2f323ea
NuCache wasn't building on Unix. Fixed.
1998-09-29 22:36:06 +00:00
gagan%netscape.com
1b2c02b833
Wrong version went in. Correcting.
1998-09-29 21:30:00 +00:00
gagan%netscape.com
b9a3a75996
Inlined pref accessor/modifiers.
1998-09-29 21:18:53 +00:00
cyeh%netscape.com
007c8243a7
this file isn't used anymore and is very obsolete
1998-09-29 21:13:14 +00:00
cyeh%netscape.com
38486b6baf
Remove old NSPR20 and MOCHA #ifdefs
1998-09-29 21:12:32 +00:00
cyeh%netscape.com
eec5d10a4a
Remove old NSPR20 #ifdefs
1998-09-29 21:02:23 +00:00