gecko-dev/netwerk/base/src
cbiesinger%web.de 7a1e713a1d bug 349951 fix log statement to only log the message when the condition is true, not always. r+sr=darin a=beltzner 2006-08-24 18:46:59 +00:00
..
.cvsignore
Makefile.in Move the safe vs unsafe about: distinction out of the security manager and into 2006-06-19 21:02:12 +00:00
nsAsyncStreamCopier.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsAsyncStreamCopier.h
nsAutodialWin.cpp Bug 334361. Failure to honor network changes. wince only r=darin 2006-04-17 22:59:10 +00:00
nsAutodialWin.h didn't mean to commit the header. 2006-04-17 23:00:39 +00:00
nsBaseChannel.cpp Bug 343599 only call Resume if Suspend succeeded 2006-07-26 00:15:42 +00:00
nsBaseChannel.h relanding ftp patch for bug 312760 "implement ftp using nsBaseChannel" r=biesi sr=bzbarsky 2006-03-03 16:27:35 +00:00
nsBaseContentStream.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsBaseContentStream.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsBufferedStreams.cpp
nsBufferedStreams.h
nsDirectoryIndexStream.cpp Bug 337917 Make consumers stop using cids from other modules 2006-06-03 23:35:59 +00:00
nsDirectoryIndexStream.h Bug 333703 Non-ascii directory name is garbled in directory index. patch by Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp> r=jshin, sr=darin 2006-05-02 06:24:11 +00:00
nsDownloader.cpp
nsDownloader.h
nsFileStreams.cpp bug 327065 misc necko cleanup, see bug for details 2006-02-14 15:37:10 +00:00
nsFileStreams.h
nsIOService.cpp Bug 346576 Fix code comment above blacklisted ports list in netwerk/ 2006-07-31 14:52:49 +00:00
nsIOService.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsIOThreadPool.cpp
nsIOThreadPool.h
nsIncrementalDownload.cpp Bug 342321 - nsIncrementalDownload doesn't create 0-sized file when downloading a 0-sized file. r+sr=darin 2006-06-22 00:22:53 +00:00
nsInputStreamChannel.cpp
nsInputStreamChannel.h
nsInputStreamPump.cpp Bug 343599 don't forcefully unsuspend the pump in Cancel; instead, only call 2006-07-26 00:17:03 +00:00
nsInputStreamPump.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsLoadGroup.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsLoadGroup.h
nsMIMEInputStream.cpp
nsMIMEInputStream.h
nsNativeConnectionHelper.cpp
nsNativeConnectionHelper.h
nsNetSegmentUtils.h
nsNetStrings.cpp
nsPACMan.cpp removing bogus printf 2006-06-13 01:14:46 +00:00
nsPACMan.h fixes bug 243277 "Offline: PAC: fails to load at startup when offline, then never tries again" r=biesi sr=bzbarsky 2006-06-13 01:14:20 +00:00
nsProtocolProxyService.cpp bug 346939 allow QI to nsIRunnable too, not just inherit from it 2006-08-02 01:56:20 +00:00
nsProtocolProxyService.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsProxyAutoConfig.js Add some additional evalInSandbox functionality for PAC and use it there. bug 337389, r=shaver sr=darin 2006-06-07 20:21:40 +00:00
nsProxyInfo.cpp
nsProxyInfo.h
nsRequestObserverProxy.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsRequestObserverProxy.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsServerSocket.cpp fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
nsServerSocket.h fixing upload to a file channel and the win32 vc6 build bustage (out with NS_NewRunnableMethod and in with NS_NEW_RUNNABLE_METHOD) 2006-05-10 22:49:04 +00:00
nsSimpleNestedURI.cpp Move the safe vs unsafe about: distinction out of the security manager and into 2006-06-19 21:02:12 +00:00
nsSimpleNestedURI.h Move the safe vs unsafe about: distinction out of the security manager and into 2006-06-19 21:02:12 +00:00
nsSimpleStreamListener.cpp
nsSimpleStreamListener.h
nsSimpleURI.cpp Add an interface for nested URIs (like jar:, view-source:, etc) to implement 2006-05-02 18:54:19 +00:00
nsSimpleURI.h Add an interface for nested URIs (like jar:, view-source:, etc) to implement 2006-05-02 18:54:19 +00:00
nsSocketTransport2.cpp Bug 345398 make the socket input stream call asyncWait's callback even if it 2006-07-26 00:12:39 +00:00
nsSocketTransport2.h
nsSocketTransportService2.cpp bug 349951 fix log statement to only log the message when the condition is true, not always. r+sr=darin a=beltzner 2006-08-24 18:46:59 +00:00
nsSocketTransportService2.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsStandardURL.cpp Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to 2006-06-22 19:07:30 +00:00
nsStandardURL.h Add an interface for nested URIs (like jar:, view-source:, etc) to implement 2006-05-02 18:54:19 +00:00
nsStreamListenerTee.cpp
nsStreamListenerTee.h
nsStreamLoader.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsStreamLoader.h
nsStreamObserverProxy.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsStreamObserverProxy.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsStreamTransportService.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsStreamTransportService.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsSyncStreamListener.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsSyncStreamListener.h landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsTransportUtils.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsTransportUtils.h
nsURIChecker.cpp
nsURIChecker.h
nsURLHelper.cpp fixes bug 318006, r=biesi, sr=dveditz 2006-07-20 00:57:38 +00:00
nsURLHelper.h
nsURLHelperOS2.cpp bug 278161: make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) : forgot to address one of review comments when landing. : esc_AlwaysCopy is not necessary any more. 2006-03-29 08:10:50 +00:00
nsURLHelperOSX.cpp
nsURLHelperUnix.cpp bug 278161: make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) : forgot to address one of review comments when landing. : esc_AlwaysCopy is not necessary any more. 2006-03-29 08:10:50 +00:00
nsURLHelperWin.cpp bug 278161: make file URLs always be in (escaped) UTF-8 regardless of the file system encoding (opening an link to a local non-ASCII file) : forgot to address one of review comments when landing. : esc_AlwaysCopy is not necessary any more. 2006-03-29 08:10:50 +00:00
nsURLParsers.cpp Bug 106386 Correct misspellings in source code 2006-02-23 09:36:43 +00:00
nsURLParsers.h
nsUnicharStreamLoader.cpp landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
nsUnicharStreamLoader.h