gecko/netwerk/base/src
2009-05-16 20:21:35 -07:00
..
Makefile.in Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg. 2009-05-07 15:21:54 -04:00
NetUtil.jsm Actually address review comments for bug 482310. a=sdwilsh for CLOSED TREE 2009-05-07 17:00:06 -04:00
nsAsyncStreamCopier.cpp Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky. 2009-03-30 15:10:13 -04:00
nsAsyncStreamCopier.h Bug 470716. Make the close-on-completion behavior of nsAsyncStreamCopier configurable. r+sr=bzbarsky. 2009-03-30 15:10:13 -04:00
nsAuthInformationHolder.cpp
nsAuthInformationHolder.h
nsAutodialWin.cpp Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsAutodialWin.h Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsAutodialWinCE.cpp Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsAutodialWinCE.h Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsBase64Encoder.cpp
nsBase64Encoder.h
nsBaseChannel.cpp Bug 464956. Make .desktop files report a redirect not of type REDIRECT_INTERNAL so that we can use that type to detect redirects not under the control of the target resource. r+sr=biesi 2009-01-12 10:40:44 -05:00
nsBaseChannel.h Bug 455311. Better handling of Cancel and IsPending() on nsBaseChannel redirects, plus unit tests. r+sr=biesi 2008-10-22 11:42:32 -04:00
nsBaseContentStream.cpp
nsBaseContentStream.h
nsBufferedStreams.cpp
nsBufferedStreams.h
nsDirectoryIndexStream.cpp Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
nsDirectoryIndexStream.h Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron 2008-06-30 14:46:47 -04:00
nsDNSPrefetch.cpp Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu 2009-05-06 14:26:33 -07:00
nsDNSPrefetch.h Bug 464838: Tweak DNS prefetch to hopefully fix a tp3 regression. r+sr=bz 2008-12-05 12:53:24 -08:00
nsDownloader.cpp
nsDownloader.h
nsFileStreams.cpp Backout bug 477934 because of Tshutdown regression 2009-05-07 11:51:14 +02:00
nsFileStreams.h
nsIncrementalDownload.cpp
nsInputStreamChannel.cpp Back out changeset a8eb5fc88c01: relanding bug 455311. Treat .url files as redirects. r+sr=biesi 2008-09-29 17:02:44 -04:00
nsInputStreamChannel.h Back out changeset a8eb5fc88c01: relanding bug 455311. Treat .url files as redirects. r+sr=biesi 2008-09-29 17:02:44 -04:00
nsInputStreamPump.cpp
nsInputStreamPump.h
nsIOService.cpp Bug 465158 - Minefield Nightly fails to initiate dial-up login when using internet connection sharing, r=cbiesinger 2009-03-18 15:52:31 +01:00
nsIOService.h Bug 485782 - get rid of nsSupportsArray; r=sicking, sr=bsmedberg 2009-04-14 10:02:58 +02:00
nsIOThreadPool.cpp Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
nsIOThreadPool.h
nsLoadGroup.cpp Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger 2009-02-23 02:05:28 +01:00
nsLoadGroup.h
nsMIMEInputStream.cpp
nsMIMEInputStream.h
nsNativeConnectionHelper.cpp Bug 488140 - rename the class in nsAutodial and friends to be consistent. r=jduell, sr=stuart 2009-04-13 21:41:33 -07:00
nsNativeConnectionHelper.h Bug 418703 - reduce narrow Windows API calls in necko, original patch by Brad Lassey <blassey@mozilla.com>, r=biesi 2008-08-27 14:44:54 -07:00
nsNetSegmentUtils.h
nsNetStrings.cpp Backed out changeset 4bd7dd7645c2 (Bug 474536) 2009-02-19 12:37:53 -08:00
nsPACMan.cpp
nsPACMan.h
nsProtocolProxyService.cpp Bug 474369 - get rid of nsVoidArray; netwerk part, v2; r=cbiesinger 2009-02-23 02:05:28 +01:00
nsProtocolProxyService.h Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu 2009-05-06 14:26:33 -07:00
nsProxyAutoConfig.js
nsProxyInfo.cpp
nsProxyInfo.h
nsRequestObserverProxy.cpp
nsRequestObserverProxy.h
nsSerializationHelper.cpp
nsSerializationHelper.h
nsServerSocket.cpp
nsServerSocket.h
nsSimpleNestedURI.cpp Bug 403199. Don't log addref/release of nsSimpleNestedURI, becuse it doesn't work right when someone addrefs the derived class but releases the base class canonical nsISupports, due to aggregation. r=dbaron 2009-04-09 14:01:16 -04:00
nsSimpleNestedURI.h
nsSimpleStreamListener.cpp
nsSimpleStreamListener.h
nsSimpleURI.cpp
nsSimpleURI.h
nsSocketTransport2.cpp Bug 482897 - AutoDialer support on Windows Mobile. r=blassey r=jduell.mcbugs 2009-03-17 23:46:19 -07:00
nsSocketTransport2.h Bug 459724. Make page reload bypass the DNS cache. r+sr=bzbarsky 2008-11-04 11:05:46 -05:00
nsSocketTransportService2.cpp Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky. 2009-02-09 12:31:44 -05:00
nsSocketTransportService2.h Bug 454990. On Windows, increase the size of our TCP send window to 128KB, from the default of 8KB. The value is already 128KB on other OSes, and it appears that other browsers on Windows change the default in the same way. r=jduell, r+sr=bzbarsky. 2009-02-09 12:31:44 -05:00
nsStandardURL.cpp Backed out changeset 240fa475d2b0 (temporary leak debugging code). 2009-05-08 21:37:28 -07:00
nsStandardURL.h Backed out changeset 240fa475d2b0 (temporary leak debugging code). 2009-05-08 21:37:28 -07:00
nsStreamListenerTee.cpp
nsStreamListenerTee.h
nsStreamLoader.cpp
nsStreamLoader.h
nsStreamObserverProxy.cpp
nsStreamObserverProxy.h
nsStreamTransportService.cpp
nsStreamTransportService.h
nsSyncStreamListener.cpp
nsSyncStreamListener.h
nsTransportUtils.cpp
nsTransportUtils.h
nsUnicharStreamLoader.cpp
nsUnicharStreamLoader.h
nsURIChecker.cpp
nsURIChecker.h
nsURLHelper.cpp
nsURLHelper.h
nsURLHelperOS2.cpp Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky 2009-02-19 18:23:19 +01:00
nsURLHelperOSX.cpp Stop using FlatCarbon headers on Mac OS X. b=482277 r=bsmedberg 2009-03-19 10:41:13 -07:00
nsURLHelperUnix.cpp Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky 2009-02-19 18:23:19 +01:00
nsURLHelperWin.cpp Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky 2009-02-19 18:23:19 +01:00
nsURLParsers.cpp bug 491801 the no_auth URLparser needs to enforce no_auth, r=jduell, sr=biesi 2009-05-16 20:21:35 -07:00
nsURLParsers.h bug 491801 the no_auth URLparser needs to enforce no_auth, r=jduell, sr=biesi 2009-05-16 20:21:35 -07:00