Commit Graph

328 Commits

Author SHA1 Message Date
morse%netscape.com
614353a324 changes for privacy-central pane 1998-08-18 20:00:37 +00:00
morse%netscape.com
d1fd46a481 make it compile with rhapsody compiler 1998-08-18 19:40:55 +00:00
mcafee%netscape.com
d5b2c0b1ad Break up some logic so the Rhapsody compiler can handle it. 1998-08-18 08:06:12 +00:00
hshaw%netscape.com
ffd0ad0038 Fix build bustage, moral of the story, be very careful with macros which implicitly take & of your arguments 1998-08-18 02:54:13 +00:00
hshaw%netscape.com
41d57c981e Fix buffering problem and memory leak for gzip compressed content. Generic problem was causing assert failure on Windows only 1998-08-18 00:14:32 +00:00
morse%netscape.com
c56800ee15 restore reference to MK_SIGNON_SELECTUSER, Linux bustage is a dependency-build problem 1998-08-16 22:57:02 +00:00
morse%netscape.com
6cfa0fd74f removed MK_SIGNON_SELECTUSER until I determine why it broke Linux dep build on Gromit 1998-08-16 21:12:53 +00:00
morse%netscape.com
3d9da085c0 fixed problems when there are multiple usernames for the same form 1998-08-16 19:41:16 +00:00
morse%netscape.com
c04648b8c7 fix bug in cookie viewer 1998-08-15 15:42:18 +00:00
morse%netscape.com
2f3c9fe548 fixed bug in sigon viewer 1998-08-15 15:40:46 +00:00
troy%netscape.com
ef9d322093 Changed PR_FREEIF to delete[] (call to nsString::ToNewCString) 1998-08-15 01:53:38 +00:00
guha%netscape.com
df981badea output rfc822 (reviewed by rjc) 1998-08-15 01:33:39 +00:00
morse%netscape.com
b58ee92ed8 fix problems in signon viewer 1998-08-15 01:18:40 +00:00
morse%netscape.com
e9120b7a73 fix problems in cookie viewer 1998-08-15 01:17:50 +00:00
gagan%netscape.com
e58285dea7 First Checked In. 1998-08-14 23:48:05 +00:00
thom%netscape.com
6915e471fa added nsIRefreshUrl.h to manifest 1998-08-14 21:35:42 +00:00
sdagley%netscape.com
e314e40037 Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:17:51 +00:00
sdagley%netscape.com
bafb230a6a Add MacFE stubs for FE_CheckConfirm and FE_SelectDialog for morse's privacy code. danm acquired the appropriate permissions from the module owners for the XP spammage. 1998-08-13 22:11:56 +00:00
valeski%netscape.com
88d5bf1ae9 network/module/Makefile -
1. 310133 - Added nsIRefreshUrl.h to the list of exports.

network/module/makefile.win -
1. 310133 - Added nsIRefreshUrl.h to the list of exports.

network/module/nsIHttpUrl.h -
1. 310133 - Extended the nsIHttpUrl interface to include the AddMimeHeader() method which adds an http header to the url.

network/module/nsHttpUrl.cpp -
310133 - 1. Added support for the AddMimeHeader() method so http urls can have headers added outside of the actual data retrieval in netlib. This method calls NET_ParseMimeHeader() directly.
2. Added a public member, a pointer to the netlib URL_Struct that was created for this nsHttpUrlImpl. This pointer is the link between netlib and the outside world; the adhesive agent between url structs and nsURLImpls.

network/module/nsNetStream.h -
1. 310133 - Added a public memeber variable to nsConnectionInfo. It's a bool that tells us whether or not a redirect has occurred.

network/module/nsNetStream.cpp -
1. 310133 - Added initialization (FALSE) of new redirect member.

network/module/nsNetStubs.cpp -
1. 310133 - Implemented FE_SetRefreshURLTimer(). This function is called from NET_GetURL() when we recognize that we have a url to refresh.

network/module/nsStubContext.cpp -
1. 310133 - Added check to see if we're redirecting in stub_complete() which gets called when a stream completes. If we are, we don't want to release/destroy the pConsumer, this will happen in nsNetService's bam_exit_routine().

network/module/nsNetService.cpp -
1. 310133 - added nsConnectionInfo->redirect check in bam_exit_routine() so we give the consumer a successful binding event if the consumer is still around. This is iffy.
1998-08-13 20:10:49 +00:00
valeski%netscape.com
e99ebbae97 310133 - Added nsIRefreshUrl.h to the build. This file defines the nsIRefreshUrl interface which simply declares a method that allows a url to be refreshed/reloaded after a given interval. 1998-08-13 20:05:13 +00:00
vidur%netscape.com
427b7b0bb3 Fixed problem with mSpec being allocated with something other than PR_Malloc 1998-08-13 19:05:36 +00:00
rpotts%netscape.com
ca2c7d9353 Fixed OnDataAvailable(...) to abort the stream if it returns a failure code... 1998-08-13 08:19:49 +00:00
vidur%netscape.com
c9ac421d98 Added better handling of search component of URL. Added GetSearch() method to nsIURL. 1998-08-13 04:35:37 +00:00
michaelp%netscape.com
ec31b76e60 fixed build. 1998-08-13 00:07:09 +00:00
toshok%netscape.com
479b020a61 Fix non windows build - FE_CheckConfirm needs to have the same number of arguments in both the XP_WIN/not XPWIN cases. 1998-08-12 22:59:36 +00:00
danm%netscape.com
f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
saari%netscape.com
976bf283da Mac only I/O buffer size increases Eliminating speed bottlenecks. 1998-08-12 21:30:26 +00:00
morse%netscape.com
6103357322 improved signon viewer 1998-08-12 04:03:33 +00:00
morse%netscape.com
590d9c981f improved cookie viewer, approved by valeski 1998-08-12 03:59:45 +00:00
jgellman%netscape.com
3e22099814 added ifdef's needed 1998-08-11 21:27:14 +00:00
jgellman%netscape.com
23716a8978 got jwz's libmime changes building on windows 1998-08-11 21:24:29 +00:00
valeski%netscape.com
be5d366318 added the transfer_encoding reset code to all builds (no longer #ifdef'd) and placed it everywhere we were doing content_encoding clearing. Also did some reformatting. Ran the transfer_encoding stuff by gagan. 1998-08-11 19:07:55 +00:00
valeski%netscape.com
c24fb74738 nglayout - clear the transfer encoding field in the url_s before doing a redirect so it doesn't interfer with the redirecting url stream selection 1998-08-11 05:19:03 +00:00
valeski%netscape.com
0f09a8eff7 another memory leak and formatting changes 1998-08-11 04:52:12 +00:00
valeski%netscape.com
a6a2ce3e93 someone forgot to add parenthesis which could cause memory leaks on redirects. Not anymore! Parenthesis added. 1998-08-11 02:59:31 +00:00
donm%netscape.com
df7ed7fb7a Fixes Unix build problem with MOZ_COOKIEMANAGE and MOZ_SINGLESIGNON
flags turned on.  Approved by: Steve Morse
1998-08-10 20:38:26 +00:00
morse%netscape.com
39cd6accbe fixed bug involving freeing of memory that was never allocated, reviewed by Pinkerton 1998-08-10 20:36:41 +00:00
waterson%netscape.com
6d039fd88b Added some info to the begin-session timing trace. 1998-08-09 20:32:48 +00:00
waterson%netscape.com
17dec56a44 Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00
jwz%mozilla.org
550ebba247 oops, typo'ed an extra ";" that gcc doesn't like. 1998-08-09 06:02:27 +00:00
jwz%mozilla.org
741187535c build and link against libmime (on Unix only, until I find some victims to
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org
4e53d461b5 in order to make libmime compile without libmsg, moved some
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:

	msg_GrowBuffer ==> XP_GrowBuffer
	msg_LineBuffer ==> XP_LineBuffer
	msg_ReBuffer ==> XP_ReBuffer
	msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
cmanske%netscape.com
6f585babe9 Fixed image loading problem in composer. Bug 312056. Reviewed and checkin permission by gagan 1998-08-08 01:23:26 +00:00
gagan%netscape.com
2e9fc32fae Fix schtupid warning on schMac. 1998-08-07 06:24:05 +00:00
morse%netscape.com
a23bb6b0da fix build bustage on mac 1998-08-07 05:15:03 +00:00
morse%netscape.com
b6831046a7 alphabetize entries in viewers, put up nag boxes 1998-08-07 03:15:53 +00:00
guha%netscape.com
00b90f1e3e pop in client 1998-08-05 22:47:23 +00:00
morse%netscape.com
7177ae2212 fix minor bugs, alphabetize items in cookie viewer lists 1998-08-05 03:34:16 +00:00
warren%netscape.com
057280d3f7 Fixed version umber for js3250.lib. 1998-08-05 01:33:36 +00:00
jgellman%netscape.com
d72a23b27a whups! cpp ifdefs aren't the same as nmake ifdefs! 1998-08-04 22:59:24 +00:00