cls%seawood.org
dcb3aa39d9
Replaced NO_SECURITY ifdef with MOZ_SECURITY one. This causes pref_VerifyLockFile to always return PR_TRUE rather than linking against the dummy secfree library. This replacement also removed the last dependency upon that dummy library so it will no longer be built (next patch).
1999-11-09 23:13:53 +00:00
valeski%netscape.com
e70792af1e
18134, a=chofmann,r=andreas. Resolve() was not handling ../../ cases in relative URI specs. Now it is. We call ReplaceDotMess() on the path portion _only_.
1999-11-09 21:31:43 +00:00
scc%netscape.com
5d8c1c00fe
was using private |#defines| (in spite of the warning) from "nsCOMPtr.h" that happened to go away with this checkin. Should have been using |NS_STATIC_CAST| from "nscore.h". r={danm, hyatt}
1999-11-08 11:43:09 +00:00
warren%netscape.com
8fe0bb36a6
Got Gayatri's JAR protocol working. (not in build yet)
1999-11-07 21:55:12 +00:00
dmose%mozilla.org
5312eacf8c
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
rpotts%netscape.com
7d63cbc945
bug #7428 . Added support for connection timeout. Now if a connection cannot be made within 35 seconds, the transport times out.
1999-11-06 01:32:34 +00:00
fur%netscape.com
28ad514473
Checkpoint
1999-11-05 21:58:37 +00:00
rpotts%netscape.com
ee19ba5eca
bug #17500 (r=warren). Added code to fire an OnStopNotification to the parent load group if an active group is canceled.
1999-11-05 20:51:11 +00:00
valeski%netscape.com
14e25a91af
10736, r=andreas.otte@primus-online.de. Actually I'm more like the reviewer here. Andreas submitted this optimization to MakeAbsolute (it uses minimal memory routines and minimal parsing. this means performance increase by a factor of 10 for this method). I'm checking it in for him.
1999-11-04 20:31:36 +00:00
gagan%netscape.com
c80556169a
Last of the leftover files... that didn't include the API change.
1999-11-03 09:33:03 +00:00
gagan%netscape.com
deb5334e6c
Removed an extra free that cvs merge put in!
1999-11-03 08:21:37 +00:00
gagan%netscape.com
70a39da830
Argh... speed kills. Removed this conflict that I accidently checked in.
1999-11-03 08:19:54 +00:00
gagan%netscape.com
ed922a4f57
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))We also honor the "network.proxy.type" preference to turn the proxy use on and off.
1999-11-03 08:17:59 +00:00
gagan%netscape.com
36231763c1
Fixes 11708,15477 and partial 14610. r=warren. We now pass a print host for displaying in status messages that is different than the hostname connecting to. Also added Keep-Alive support (turned on by user_pref("network.http.keep-alive",1))
1999-11-03 08:14:38 +00:00
gagan%netscape.com
d0215584ef
*** empty log message ***
1999-11-03 08:12:18 +00:00
gagan%netscape.com
ec4f880416
Added printHost parameter for use in status messages in cases where printHost is different than the connecting host (as in the case of proxies) Fixes bug 11708. r=warren.
1999-11-03 08:11:39 +00:00
davidm%netscape.com
533c933f45
6552 Browser-generated forms not triggering single-signon
switch to use nsINetPrompt so that single sign lives again
r morse
1999-11-03 05:24:01 +00:00
davidm%netscape.com
62deeea345
6552 Browser-generated forms not triggering single-signon
add nsINetPrompt for single sign on
r morse
1999-11-03 05:21:49 +00:00
davidm%netscape.com
d79c14b388
First Checked In.
1999-11-03 05:19:39 +00:00
warren%netscape.com
d3b9c9c3cc
Structural changes for MakeAbsolute performance. bug#10736 r=valeski
1999-11-03 05:13:44 +00:00
warren%netscape.com
424eae7fa3
Made nsIInputStreamChannel scriptable and constructable from component manager. bug#15294
1999-11-03 05:09:20 +00:00
warren%netscape.com
cfa80dbbe7
Fixed more bustage from gordon's checking -- missing vtable symbols for nsDNSRequest's (unused) nsIRequest interface.
1999-11-03 04:57:34 +00:00
gagan%netscape.com
d4b03d1a83
Added file. Not in the build. Some utility code for color console messages on Unix. Using this is simple- Declare PRINTF_FOO in the scope of your printf statements where FOO is one of the colors in (YELLOW, RED, CYAN, BLUE, MAGENTA, GREEN) and any printfs in that scope will print in color. You may also start and stop colors by using STARTF00 and ENDCOLOR. So you can try something like printf(STARTRED "Red " STARTBLUE "Blue" ENDCOLOR);
1999-11-03 03:43:13 +00:00
gordon%netscape.com
dce74fed98
Fix more of my bustage: pass clientContext parameter back on callbacks from nsDNSService::Lookup(). r=warren.
1999-11-03 02:42:52 +00:00
warren%netscape.com
b385f6f36f
Fixed Gordon's wackage.
1999-11-03 02:18:00 +00:00
gordon%netscape.com
67c770c6b8
Basic Mac implementation of async DNS. r=warren, patrick; part of bug:10731.
1999-11-03 01:24:51 +00:00
cls%seawood.org
bee74e223b
Removed unused NECKO ifdefs.
...
a=leaf
1999-11-02 23:34:03 +00:00
valeski%netscape.com
9f26a5bfba
r=cyeh, forcing PR_LOGGING for ftp in release builds
1999-11-02 23:24:06 +00:00
rpotts%netscape.com
4667ff7441
bug #3469 (r=warren). Fixing nsLoadGroup::Cancel() to call cancel on all active transports and subgroups...
1999-11-02 08:00:07 +00:00
warren%netscape.com
9aeb8f663b
Made nsHTTPEncodeStream seekable (for reposting form data). Bug #17685 . r=waterson
1999-11-02 07:43:37 +00:00
warren%netscape.com
332749d6fa
Made nsIUnicharStreamLoader be scriptable and deal with an xpcom observer instead of a proc pointer and void*. Part of bug#11159. r=nisheeth,kipp,pierre
1999-11-02 06:49:44 +00:00
warren%netscape.com
29db97eb7f
Removed dependence on neckoutil functions. Part of bug#11159. Not in the build yet.
1999-11-02 05:31:56 +00:00
valeski%netscape.com
f0edbb0a62
11869, r=warren. passing the http spec all the way into http rather than passing a simple uri into the service newChannel().
1999-11-02 05:05:44 +00:00
valeski%netscape.com
b7021722f9
16910, r=mcafee. FTP now uses thread pools. it also provides some status to the webshell. and it no longer uses the server's defualt path.
1999-11-02 04:04:23 +00:00
valeski%netscape.com
eab20fe1b3
11869, r=mcafee. adding keyword protocol handler to the build. mac still needs to be hooked up.
1999-11-02 04:01:35 +00:00
mcafee%netscape.com
6a583bd16a
NECKO=1 is on by default now. this was removed from the Makefile name-space this past weekend and needs to be removed here. Adding necko directories by default, removing netwerk/makefiles. Adding netwerk/protocols/keyword/Makefiles for valeski. r=slamm.
1999-11-02 01:54:54 +00:00
dp%netscape.com
3c76a86c02
Changing use of NS_WITH_SERVICE() as GetService() to GetService(). r=warren
1999-11-02 01:40:46 +00:00
dp%netscape.com
b881f6543b
Changing misuse of NS_WITH_SERVICE() to GetService(). r=warren
1999-11-02 01:40:14 +00:00
valeski%netscape.com
963d87f8da
not in build. updating keyword protocol handler to use new api.
1999-11-01 23:33:05 +00:00
dp%netscape.com
45efd8fe95
Removing extra release happening on a service. NS_WITH_SERVICE() will
...
take care of this release.
1999-11-01 21:57:14 +00:00
mscott%netscape.com
2b8c759d6e
Don't build new uri idl interfaces in netwerk.
they've been moved to uriloader.
1999-11-01 21:49:55 +00:00
mscott%netscape.com
e31bab7aae
remove these uri dispatching interfaces from netwerk.
...
they live in uriloader now.
1999-11-01 21:47:26 +00:00
mscott%netscape.com
542a5aef6c
none of these interfaces were being used yet.
...
they've been moved into mozilla\uriloader.
1999-11-01 21:45:29 +00:00
tbogard%aol.net
10ded258a5
Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt
1999-11-01 21:43:56 +00:00
warren%netscape.com
501fc9ffdf
Eliminating netwerk/util
1999-11-01 20:48:12 +00:00
rpotts%netscape.com
849b3d2a71
bug #16418 (r=warren,gagan). When redirecting a URL only copy the Ref to the new URL (not the Param and Query).
1999-11-01 06:00:55 +00:00
danm%netscape.com
4078ce0970
insert cast necessary on one of the "other" platforms
1999-10-30 03:13:55 +00:00
valeski%netscape.com
06df69b960
warning fixes, again :(
1999-10-29 23:35:06 +00:00
valeski%netscape.com
1c925b169b
17521, r = mscott. FTP authentication dialogs we're looping if canceled. I also changed a bunch of string getter routines to take XPIDLCStrings. there was speculation during the reveiw that there might be some casting problems on other platforms. if this is the case either case the XPIDLCString to (const char *) or call me and I'll do it.
1999-10-29 23:00:52 +00:00
rpotts%netscape.com
dc45cb6d2a
Fixed crash during error condition in END_WRITE... (r=warren)
1999-10-29 22:14:52 +00:00
valeski%netscape.com
1d7ec4c9d0
15590 - build warnings prompted some variable name changes. Also replaced nsVoidArray usage w/ nsCStringArrays. Added some null checks. converted some raw ptrs to com ptrs.
...
16968 - bugzilla wasn't progress through bug lists via "next" "prev" links. we now set cookie headers from within x-multi-mixed-replace data.
1999-10-29 20:50:06 +00:00
gagan%netscape.com
a4cb24fb47
Fixed bug 17393. We were firing an OnStopRequest for redirect's response completion. That messes up imagelib which starts to reset/abort streams. r=waterson
1999-10-29 01:55:58 +00:00
mscott%netscape.com
6af3315e9c
part of url dispatching framework.
...
build nsURLDispatcher.cpp
1999-10-28 22:08:57 +00:00
rpotts%netscape.com
f85134d446
cleanup - removed unnecessary code checking that mRequest != nsnull. Now the mRequest is allocated at channel construction and the channel is deleted if the request allocation fails...
1999-10-28 21:15:56 +00:00
mscott%netscape.com
3048a14355
Build new uri dispatching interfaces on the Mac.
1999-10-28 20:38:16 +00:00
mscott%netscape.com
703d5c5c76
export uri dispatching interfaces.
1999-10-28 20:37:58 +00:00
sspitzer%netscape.com
f0ee5969fe
fix warnings. r=valeski
1999-10-28 20:25:43 +00:00
valeski%netscape.com
4bd531e836
16968, r=gagan. Changed the way HTTP header notification occurs. now the channel does the notification. Also added SetREsponseHeaders() to the nsIHTTPChannel iface which allows outside users to add response headers (such as nsMultiMIMEConv/bugzilla) and have the new headers perculate to observers. also fixed HTTP handler leak, r=dp on that one.
1999-10-28 20:12:59 +00:00
warren%netscape.com
d3269bc410
Changed file transport to facilitate jar: protocol -- parameterized by nsIFileSystem. Bug#12579 r=gagan,gayatrib
1999-10-28 08:02:07 +00:00
mscott%netscape.com
06fc9aaccf
part of url dispatching.
...
export the uri dispatching interfaces.
no reviewer for this makefile change.
1999-10-28 02:05:12 +00:00
rpotts%netscape.com
6e6993d4df
bug #13054 . r=mscott,warren. Reworked how data is written to the network. I consolidated the writing of nsIBufferInputStreams and nsIInputStreams and limited the amount of data being wrtten at once to MAX_IO_TRANSFER_SIZE...
1999-10-27 06:51:12 +00:00
mscott%netscape.com
00427af57f
Bug #14928 --> url dispatching. Adding initial scaffolding for the uri dispatcher service.
...
(not part of the build yet)
1999-10-27 06:49:42 +00:00
rpotts%netscape.com
cba431eac3
bug #16897 . Consolidated the firing of OnStopRequest into the nsHTTPChannel. This is also called if a transport fails to be created...
1999-10-27 06:48:53 +00:00
rpotts%netscape.com
4ae67e1366
These are pollmanns changes for bug #8209 and other related POSTing bugs r=rpotts
1999-10-27 06:35:03 +00:00
gagan%netscape.com
b98eb078bf
Fixed bugs 11677 (perf) 13837 (spaces) 14380 (leading spaces) 14707 (-1) 15069 (file://) r=valeski
1999-10-26 23:16:34 +00:00
valeski%netscape.com
c747ced3c1
fixing bustage
1999-10-26 22:07:50 +00:00
valeski%netscape.com
e6e2c9e39f
17270, r=dougt@netscape.com. These changes move FTP from interface pointers to COMptrs. There is also a variable name change, mUrl -> mURL. Also some extraneous pipe code has been removed.
1999-10-26 20:55:50 +00:00
mscott%netscape.com
7038d579bb
Bug #14928 -- > url dispatching. Change DoContent to return a stream listener instead of
...
a nsIContentViewer.
r=travis
1999-10-26 20:35:21 +00:00
warren%netscape.com
f50d3df7c0
Added nsIChannel::GetOriginalURI so that we can get back to the original chrome file (bug#17144). r=rpotts,mscott
1999-10-26 09:16:24 +00:00
mscott%netscape.com
f7caaf4fb9
Bug #14928 --> url dispatching. convert nsIContentHandler.idl, nsIURIDispatcher.idl and nsIContentListener.idl
...
into .h files.
no reviewer yet. the code review for url dispatching will come later.
1999-10-26 07:11:44 +00:00
mscott%netscape.com
82a471ddd8
Bug #14928 --> first pass at several key interfaces for url dispatching.
...
Not part of the build and no reviewer yet. The review will come later on when we review url dispatching
1999-10-26 07:10:27 +00:00
rpotts%netscape.com
559cc27b79
Cleanup - changed setter/getter methods to an attribute.
1999-10-26 04:49:56 +00:00
rpotts%netscape.com
573c915774
Added CancelPendingChannel(...) which allows a nsHTTPChannel to remove itself from the list of pending requests if it is cancelled... This was causing a leak :-(
1999-10-26 04:49:23 +00:00
rpotts%netscape.com
5a4bbbd3b8
Cleanup - Moved the PostData stream from the nsHTTPChannel to the nsHTTPRequest... The PostStream is now released once the request has been sent to the server since it is no longer useful. Fixed up Cancel to remove the channel from the list of pending requests if necessary.
1999-10-26 04:48:26 +00:00
rpotts%netscape.com
8603fffaf1
Cleanup - Removed NSPIPE2 ifdefs. Fixed up the nsHTTPResponse constructor which no longer takes a nsIInputStream.
1999-10-26 04:45:03 +00:00
rpotts%netscape.com
d86d3a6c06
Cleanup - Removed unused methods and members. Changed char* member to nsCString
1999-10-26 04:43:19 +00:00
dougt%netscape.com
ce7f0ed109
Change net module notification to make proxies lazy. r=dveditz, mozbot.
...
This reduces memory overhead.
1999-10-25 22:31:59 +00:00
gagan%netscape.com
834fa26854
Added profiling info for measuring performance when doing -all. Test case only.
1999-10-25 02:22:30 +00:00
gagan%netscape.com
91fa3a6003
Fixed bug 15963. Host: headers were not including port numbers. r=mozbot,a=self. (/msg mozbot do these diffs look ok to you? Should I continue with my checkin? <CR> mozbot: That is interesting. Please continue. )
1999-10-24 22:20:52 +00:00
rpotts%netscape.com
5b6eec640d
Backing out the fix for bug #15560 . This fixes the editor regression - bug #16937
1999-10-24 07:26:54 +00:00
warren%netscape.com
8558ad745c
Cleaned up nsTraceRefcnt environment variables. r=kipp,beard
1999-10-23 03:16:19 +00:00
gagan%netscape.com
eaeac236aa
Post requests are now only read upto the specified amount. Not in the build.
1999-10-23 00:47:24 +00:00
gagan%netscape.com
ba623d2c25
a dummy post request file for testing post requests in HTTP. not in the build.
1999-10-22 21:27:38 +00:00
gagan%netscape.com
85092ee7c1
Added /post test as well. Not in the build.
1999-10-22 21:24:57 +00:00
gagan%netscape.com
a9a5c1c9d2
Added stuff to the test server to handle post requests as well. Not in the build.
1999-10-22 21:21:30 +00:00
rpotts%netscape.com
ea0ac2fecc
Fix build bustage on platforms that require full infor for nsCOMPtrs...
1999-10-22 05:56:19 +00:00
rpotts%netscape.com
b4a25275f3
bug #13054 (r=warren,gagan). Reworked the way requests are sent to the server. Now requests can be of an arbitrary size...
1999-10-22 05:13:01 +00:00
valeski%netscape.com
f5adfb90de
fixing build warning
1999-10-22 04:56:24 +00:00
valeski%netscape.com
fda2741ac6
removing last reference to nsFtpStreamListenerEvent.h. Actually it was a commented out line.
1999-10-22 04:33:19 +00:00
valeski%netscape.com
2f1f0a6e95
*** empty log message ***
1999-10-22 04:32:18 +00:00
sfraser%netscape.com
d4f5e018cc
Fixing Mac FTP projects for valeski
1999-10-22 04:24:08 +00:00
valeski%netscape.com
ecf2cd252d
*** empty log message ***
1999-10-22 04:22:54 +00:00
valeski%netscape.com
e40999dd81
adding connection cache interface
1999-10-22 04:11:12 +00:00
valeski%netscape.com
3a4a5695b4
14659, r=dougt. FTP now uses xpcom proxies to send stream listener notifications back to the channel thread. it also uses them to access connections from the protocol handler cache.
1999-10-22 04:10:46 +00:00
dp%netscape.com
7092bc9ea1
Fixed warning of unused variable.
1999-10-22 01:02:29 +00:00
valeski%netscape.com
42fee2aeb2
14659, r=gagan&warren&dougt
...
Misc. FTP changes:
*increased FTP buffer read/write size from 4k to 8k.
*removed un-needed (for now) SetPASV() for FTP connection thread
*string optimizations
*FTP Connection thread now uses the NS_IMPL_ISUPPORTS4 macro for addref, rel, and QI methods.
*connection cache key api consolidation (Get()/Remove() combo turned into Remove(key)).
Authentication dialog changes:
*Authentication dialog now includes host name the user is trying to connect to.
nsIRequest support:
*FTP Connection thread now maintains a member variable pointing to it's event queue. It also pumps the event queue in the main loop.
*FTP Connection thread now implemented the nsIRequest interface (never called directly; only via the nsFTPChannel api)
*FTP Channel now uses an xpcom proxy object to make the nsIRequest api calls on the FTP Connection thread.
FTP protocol interpretation changes:
*FTP now handles servers that send multi-line greetings in the first Read() (we blocked indefinately before)
*FTP now parses the parent working directory properly (used to always treat it as '/')
1999-10-19 22:37:47 +00:00
rpotts%netscape.com
5d9dde0e60
bug #15560 . Changed the LoadGroup to fire notifications via PLEvents to stop reenterency.
1999-10-19 19:36:07 +00:00
bienvenu%netscape.com
08c624a0ca
fix ref count logging on nsMimeImpl r=warren
1999-10-19 14:50:09 +00:00
dougt%netscape.com
34e52378d1
Fix for 16700. Isolating CreateTransport into new function.
...
r=gagan.
1999-10-18 19:43:34 +00:00
danm%netscape.com
1228f0c794
adding PR_LOGging to event queue handling. r:hyatt@netscape.com
1999-10-18 15:09:50 +00:00
bienvenu%netscape.com
387b68dd20
fix memory leak of registry location r=warren
1999-10-15 23:45:45 +00:00
gagan%netscape.com
ce3168b8a9
Added "resolving host" status notification for eSocketState_Created. No bug number. r=law.
1999-10-15 22:47:24 +00:00
fur%netscape.com
d372095c34
Initial version of net data cache APIs
1999-10-15 00:46:41 +00:00
morse%netscape.com
d119af7584
fix bug 10434, memory leak detection, r=valeski
1999-10-14 13:36:33 +00:00
beard%netscape.com
67ade3a167
added support for "about:bloat?leaks". bug=15906,r=warren
1999-10-14 01:56:49 +00:00
gagan%netscape.com
5b9f510ea1
Fix the windows build bustage. Bad checkin on my part!
1999-10-13 11:09:37 +00:00
gagan%netscape.com
02366e93bc
Removing an #if 0 block that got checked in accidently with my last checkins.
1999-10-13 10:31:16 +00:00
gagan%netscape.com
f1203c259d
Fix for bug # 10333. Made webshell a progress event sink as well so that now it redirects all progress messages from necko land to the appropriate docloader observer. The hack to delete strings which are being received in the status messages is a work around the current limitation of the proxy event code. When bug # 16273 is fixed that delete wont be necessary. In fixing this I also noticed that the nsFileTransport wasn't using the proxy events and was incorrectly firing status messages directly onto the UI thread. Fixed that as well. r=rpotts,warren
1999-10-13 10:24:12 +00:00
warren%netscape.com
c3c7245ed5
Added about:bloat
1999-10-12 09:35:22 +00:00
warren%netscape.com
cfb796e4d7
added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:32:18 +00:00
warren%netscape.com
3ac26e9e98
removed files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:26:38 +00:00
warren%netscape.com
407e7aa732
added files: mozilla/netwerk/protocol/about/src/nsAboutBloat.cpp
1999-10-12 09:25:14 +00:00
warren%netscape.com
2d18e3d9b5
Added about:bloat handler.
1999-10-12 09:20:25 +00:00
sfraser%netscape.com
d2195dcdcd
Fix for bug 16151; make the file transport working thread stack size 64k, instead of 8k. Fixes crashes on startup on Mac. r=beard
1999-10-12 05:39:18 +00:00
waterson%netscape.com
bdfcaec321
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 03:05:10 +00:00
waterson%netscape.com
8241422540
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 02:10:08 +00:00
warren%netscape.com
641f3b5442
Lowercased idl method names for scriptability. Cleaned up nsIURL interface.
1999-10-12 01:39:37 +00:00
dveditz%netscape.com
ff01d5e8f4
Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz
1999-10-10 01:32:59 +00:00
beard%netscape.com
0239d763d8
nsFileSpec.GetLeafName() allocates a string, fix leak. r=warren, bug=15380
1999-10-09 02:52:46 +00:00
valeski%netscape.com
7674a4e0db
not in build. test app for makeabsolute performance
1999-10-07 21:43:49 +00:00
warren%netscape.com
d36664f952
Fixed warnings.
1999-10-07 04:10:12 +00:00
gagan%netscape.com
38b76fb99f
Partial checkins for fixing bug # 10333. Added the nsIStatusCodeEventSink for conveying status codes to the UI thread from the socket ones. r=mscott,a=don
1999-10-06 20:50:12 +00:00
gagan%netscape.com
a3cde5bf1a
added files: mozilla/netwerk/base/public/nsIStatusCodeEventSink.idl
1999-10-06 20:44:23 +00:00
mscott%netscape.com
157e5f2f6e
No Bug #.......removing an obsolete file that isn't part of the build
...
r=valeski
1999-10-06 20:21:35 +00:00
valeski%netscape.com
43edbee475
r=warren, 15457. Added file extension attribute to URL implementations
1999-10-06 14:36:22 +00:00
warren%netscape.com
2c0e5cdc00
Updating xpcom registry usage as per edburns@acm.org and dp's suggestions.
1999-10-06 09:57:50 +00:00
warren%netscape.com
6bf20c1230
Fixed nsCOMPtr bustage.
1999-10-06 09:03:43 +00:00
warren%netscape.com
1df0904cc1
Fixed build warnings.
1999-10-06 08:51:48 +00:00
warren%netscape.com
8603974025
Added AsyncOpen to nsIChannel for URL dispatching. Added ContentLength to InputStreamChannel. (r=rpotts,valeski)
1999-10-06 08:26:01 +00:00
warren%netscape.com
4cf8a945d1
added files: mozilla/netwerk/base/public/nsIFileSystem.idl
1999-10-06 08:16:48 +00:00
gagan%netscape.com
69ba56eaff
An event sink to transfer status codes to a consumer of necko.
...
This is not in the build as yet.
1999-10-06 07:49:32 +00:00
warren%netscape.com
4e3e38be06
Added nsIFileSystem interface for new file transport implementation.
1999-10-06 07:27:22 +00:00
mscott%netscape.com
f66303b2e9
Bug #000 (no bug needed). Remove nsIStreamConverter2.idl.
r=valeski
1999-10-06 03:27:55 +00:00
mscott%netscape.com
7943c66745
Bug #0000 (no bug # needed) remove nsIStreamConverter2.idl
r=valeski
1999-10-06 03:27:15 +00:00
mscott%netscape.com
1dd1fb17b2
bug #000 (no bug # needed). removing obsolete file from the build
...
nsIStreamconverter2.idl
r=valeski
1999-10-06 03:21:44 +00:00
mscott%netscape.com
51134f93b3
Bug #000 (no bug number needed) remove an obsolete file from the build (nsIStreamConverter2.idl)
...
r=valeski
1999-10-06 03:20:39 +00:00
valeski%netscape.com
0d56bd309b
r=sdagley, 15654 was deleting a void * which is a no-no on hp.
1999-10-06 02:54:49 +00:00
sfraser%netscape.com
0bcd8986cc
Fix the file creator code so that the library gets the nice pretty icon. r=sdagley
1999-10-06 02:38:35 +00:00
mscott%netscape.com
adddfe7cec
Bug #0000 (no bug number necessary). remove old STREAM_CONVERTER_HACK #ifdef code because we no longer need this.
...
This was the hack we used before we had a stream converter service to load rfc822 data into a webshell and get it
converted to html.
r=warren
1999-10-05 20:54:03 +00:00
rpotts%netscape.com
1dd0ecd453
Added a missing lock to nsSocketTransport::OnFull... reviewed by warren.
1999-10-05 08:41:37 +00:00
dp%netscape.com
a46d351a91
Fixed build bustage caused by undefined min()
1999-10-05 06:28:17 +00:00
rpotts%netscape.com
94023176e2
Fixed up broken test case while investigating bug #14181...
1999-10-05 05:02:56 +00:00
valeski%netscape.com
12bba9e092
NOT part of the build.
1999-10-04 23:13:11 +00:00
valeski%netscape.com
7ffe53f79f
NOT part of the build.
1999-10-04 23:12:02 +00:00
valeski%netscape.com
3c9e0c4585
adding keyword protocol handler to tree. this code is NOT in the build yet.
1999-10-04 16:34:45 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
beard%netscape.com
01f6019676
changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:37:53 +00:00
rjc%netscape.com
38e1d06d8d
Bug # 14034: Convert to nsIModule to prepare for memory leak fixing. Review: dp@netscape.com
1999-10-02 00:48:02 +00:00
gagan%netscape.com
caad83220b
Fix for 14772. r-rjc/a-self. Removed the pragma no-cache header being sent to proxy requests.
1999-10-02 00:43:10 +00:00
valeski%netscape.com
57515c5355
15300 r=warren. Changed NS_NewThread api to default to PR_UNJOINABLE_THREAD, also added new NS_NewThread() function so you don't have to combine the runnable w/ thread creation. added threads to xpcom init so you can create them w/ the com mgr. 15298 r=gagan, FTP threads are now synched w/ ftp handler shutdown, removed extraneous buffer work, added ftp authentication, and ftp channel content length
1999-10-01 23:32:12 +00:00