gecko-dev/netwerk/base
2024-03-28 18:02:16 +00:00
..
http-sfv
mozurl Bug 1873940 - added port check to mozurl_host_port. r=necko-reviewers,valentin 2024-03-21 22:26:08 +00:00
rust-helper
ARefBase.h
ArrayBufferInputStream.cpp
ArrayBufferInputStream.h
ascii_pac_utils.js
AutoClose.h
BackgroundFileSaver.cpp
BackgroundFileSaver.h
CacheInfoIPCTypes.h
CaptivePortalService.cpp
CaptivePortalService.h
ContentRange.cpp Bug 1847358 part 1: move nsBaseChannel::ContentRange content out into its own class as mozilla::net::ContentRange; r=dlrobertson,necko-reviewers,valentin 2024-03-04 21:34:27 +00:00
ContentRange.h Bug 1847358 part 2: create and use nsIBaseChannel to reduce code debt and better-encapsulate logic for range-requests on nsBaseChannel classes; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
Dashboard.cpp
Dashboard.h
DashboardTypes.h
DefaultURI.cpp Bug 1875118 - Add null checks to DefaultURI::EqualsExceptRef r=necko-reviewers,kershaw 2024-01-24 10:01:22 +00:00
DefaultURI.h
EventTokenBucket.cpp
EventTokenBucket.h
FuzzyLayer.cpp
FuzzyLayer.h
FuzzySecurityInfo.cpp
FuzzySecurityInfo.h
FuzzySocketControl.cpp
FuzzySocketControl.h
InterceptionInfo.cpp
InterceptionInfo.h
IOActivityMonitor.cpp
IOActivityMonitor.h
IPv6Utils.h
LoadContextInfo.cpp
LoadContextInfo.h
LoadInfo.cpp Bug 1824325 - Remove unnescessary code introduced by D198575 r=emilio 2024-01-26 11:02:02 +00:00
LoadInfo.h Bug 1870278 - Remove diagnostics code around mozilla::net::LoadInfo::SetReservedClientInfo. r=dom-worker-reviewers,asuth 2023-12-15 17:26:12 +00:00
LoadTainting.h
makecppstring.py
MemoryDownloader.cpp
MemoryDownloader.h
moz.build Bug 1847358 part 2: create and use nsIBaseChannel to reduce code debt and better-encapsulate logic for range-requests on nsBaseChannel classes; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
mozIThirdPartyUtil.idl
netCore.h
NetUtil.sys.mjs Bug 1864896: Autofix unused function arguments (netwerk). r=kershaw,cookie-reviewers,valentin 2024-03-01 20:52:28 +00:00
NetworkConnectivityService.cpp
NetworkConnectivityService.h
NetworkDataCountLayer.cpp
NetworkDataCountLayer.h
NetworkInfoServiceImpl.h
nsASocketHandler.h
nsAsyncRedirectVerifyHelper.cpp
nsAsyncRedirectVerifyHelper.h
nsAsyncStreamCopier.cpp
nsAsyncStreamCopier.h
nsAuthInformationHolder.cpp
nsAuthInformationHolder.h
nsBase64Encoder.cpp
nsBase64Encoder.h
nsBaseChannel.cpp Bug 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
nsBaseChannel.h Bug 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
nsBaseContentStream.cpp
nsBaseContentStream.h
nsBufferedStreams.cpp
nsBufferedStreams.h
nsDirectoryIndexStream.cpp Bug 1875001 - Remove unused features from nsDirIndexParser. r=necko-reviewers,valentin 2024-01-27 01:09:43 +00:00
nsDirectoryIndexStream.h
nsDNSPrefetch.cpp
nsDNSPrefetch.h
nsDownloader.cpp
nsDownloader.h
nsFileStreams.cpp
nsFileStreams.h
nsIArrayBufferInputStream.idl
nsIAsyncStreamCopier2.idl
nsIAsyncStreamCopier.idl
nsIAsyncVerifyRedirectCallback.idl
nsIAuthInformation.idl
nsIAuthModule.idl
nsIAuthPrompt2.idl
nsIAuthPrompt.idl
nsIAuthPromptAdapterFactory.idl
nsIAuthPromptCallback.idl
nsIAuthPromptProvider.idl
nsIBackgroundFileSaver.idl
nsIBaseChannel.idl Bug 1847358 part 3: add a fullMimeType attribute to nsIBaseChannel and use it to make our Data URI content-type header parsing standards-compliant for XHR and Fetch; r=dlrobertson,necko-reviewers,jesup 2024-03-04 21:34:27 +00:00
nsIBufferedStreams.idl
nsIByteRangeRequest.idl
nsICacheInfoChannel.idl
nsICachingChannel.idl
nsICancelable.idl
nsICaptivePortalService.idl
nsIChannel.idl
nsIChannelEventSink.idl
nsIChildChannel.idl
nsIClassifiedChannel.idl
nsIClassOfService.idl
nsIContentSniffer.idl
nsIDashboard.idl
nsIDashboardEventNotifier.idl
nsIDHCPClient.idl
nsIDownloader.idl
nsIEncodedChannel.idl
nsIExternalProtocolHandler.idl
nsIFileStreams.idl
nsIFileURL.idl
nsIForcePendingChannel.idl
nsIFormPOSTActionChannel.idl
nsIHttpAuthenticatorCallback.idl
nsIHttpPushListener.idl
nsIIncrementalDownload.idl
nsIIncrementalStreamLoader.idl
nsIInputStreamChannel.idl
nsIInputStreamPump.idl
nsIInterceptionInfo.idl
nsIIOService.idl Bug 328707 - Allow only valid IP/Hostname for Proxy Config, r=mconley,necko-reviewers,valentin 2024-01-22 14:28:41 +00:00
nsILoadContextInfo.idl
nsILoadGroup.idl
nsILoadGroupChild.idl
nsILoadInfo.idl Bug 1853883 - [bidi] Implement network.failRequest command r=webdriver-reviewers,necko-reviewers,jesup,whimboo 2024-01-12 11:08:14 +00:00
nsIMIMEInputStream.idl
nsIMultiPartChannel.idl
nsIncrementalDownload.cpp
nsIncrementalStreamLoader.cpp Bug 1356686 - Do decompression off main thread in content r=necko-reviewers,valentin,extension-reviewers,robwu 2024-03-19 17:27:22 +00:00
nsIncrementalStreamLoader.h
nsINestedURI.idl
nsINetAddr.idl
nsINetUtil.idl
nsINetworkConnectivityService.idl
nsINetworkInfoService.idl
nsINetworkInterceptController.idl Bug 1577829 - Set the service worker launch timings r=edenchuang,necko-reviewers,jesup 2023-12-13 13:15:12 +00:00
nsINetworkLinkService.idl
nsINetworkPredictor.idl
nsINetworkPredictorVerifier.idl
nsInputStreamChannel.cpp
nsInputStreamChannel.h
nsInputStreamPump.cpp
nsInputStreamPump.h
nsINullChannel.idl
nsIOService.cpp Backed out changeset d588407829f1 (bug 1840182) for causing Wd process crash failures CLOSED TREE 2024-02-14 19:43:55 +02:00
nsIOService.h
nsIParentChannel.idl
nsIParentRedirectingChannel.idl
nsIPermission.idl
nsIPermissionManager.idl
nsIPrivateBrowsingChannel.idl
nsIProgressEventSink.idl
nsIPrompt.idl Bug 1811076: Part 6 - Show a cancelable "slow agent" dialog on slow content analysis r=nika,Gijs,rkraesig,fluent-reviewers,bolsson 2023-12-08 17:48:31 +00:00
nsIProtocolHandler.idl
nsIProtocolProxyCallback.idl
nsIProtocolProxyFilter.idl
nsIProtocolProxyService2.idl
nsIProtocolProxyService.idl
nsIProxiedChannel.idl
nsIProxiedProtocolHandler.idl
nsIProxyInfo.idl
nsIRandomGenerator.idl
nsIRedirectChannelRegistrar.idl
nsIRedirectHistoryEntry.idl
nsIRedirectResultListener.idl
nsIRequest.idl
nsIRequestContext.idl
nsIRequestObserver.idl
nsIRequestObserverProxy.idl
nsIResumableChannel.idl
nsISecCheckWrapChannel.idl
nsISecureBrowserUI.idl Bug 1883217 - Remove unused defines in IDL files r=webdriver-reviewers,necko-reviewers,credential-management-reviewers,places-reviewers,dom-core,Standard8,valentin,mccr8,sgalich 2024-03-06 19:04:25 +00:00
nsISensitiveInfoHiddenURI.idl
nsISerializationHelper.idl
nsIServerSocket.idl
nsISimpleStreamListener.idl
nsISimpleURIMutator.idl
nsISocketFilter.idl
nsISocketTransport.idl
nsISocketTransportService.idl
nsISpeculativeConnect.idl
nsIStandardURL.idl
nsIStreamListener.idl
nsIStreamListenerTee.idl
nsIStreamLoader.idl
nsIStreamTransportService.idl
nsISyncStreamListener.idl
nsISystemProxySettings.idl Bug 621429 - Added button to allow WPAD while using system proxy settings. r=necko-reviewers,fluent-reviewers,settings-reviewers,kershaw,bolsson,Gijs 2024-03-08 04:38:55 +00:00
nsIThreadRetargetableRequest.idl
nsIThreadRetargetableStreamListener.idl Bug 1875265 - Allow to call OnDataFinished on main thread, r=sunil 2024-01-25 09:30:23 +00:00
nsIThrottledInputChannel.idl
nsITimedChannel.idl
nsITLSServerSocket.idl
nsITraceableChannel.idl
nsITransport.idl
nsIUDPSocket.idl
nsIUploadChannel2.idl
nsIUploadChannel.idl
nsIURI.idl
nsIURIMutator.idl
nsIURIMutatorUtils.cpp
nsIURIWithSpecialOrigin.idl
nsIURL.idl
nsIURLParser.idl Bug 1883217 - Remove unused defines in IDL files r=webdriver-reviewers,necko-reviewers,credential-management-reviewers,places-reviewers,dom-core,Standard8,valentin,mccr8,sgalich 2024-03-06 19:04:25 +00:00
nsLoadGroup.cpp Bug 1881393 - Remove HTTPS_RR_OPEN_TO_FIRST_SENT, r=necko-reviewers,valentin 2024-02-22 15:09:32 +00:00
nsLoadGroup.h
nsMediaFragmentURIParser.cpp
nsMediaFragmentURIParser.h
nsMIMEInputStream.cpp
nsMIMEInputStream.h
nsNetAddr.cpp
nsNetAddr.h
nsNetSegmentUtils.h
nsNetUtil.cpp Backed out changeset 870a2b89741b (bug 1886953) for causing gtest failures in nsStringIterator.h CLOSED TREE 2024-03-25 14:23:34 -04:00
nsNetUtil.h Backed out changeset 870a2b89741b (bug 1886953) for causing gtest failures in nsStringIterator.h CLOSED TREE 2024-03-25 14:23:34 -04:00
nsPACMan.cpp Bug 621429 - Added button to allow WPAD while using system proxy settings. r=necko-reviewers,fluent-reviewers,settings-reviewers,kershaw,bolsson,Gijs 2024-03-08 04:38:55 +00:00
nsPACMan.h
nsPISocketTransportService.idl
nsPreloadedStream.cpp
nsPreloadedStream.h
nsProtocolProxyService.cpp Bug 621429 - Added button to allow WPAD while using system proxy settings. r=necko-reviewers,fluent-reviewers,settings-reviewers,kershaw,bolsson,Gijs 2024-03-08 04:38:55 +00:00
nsProtocolProxyService.h Bug 621429 - Added button to allow WPAD while using system proxy settings. r=necko-reviewers,fluent-reviewers,settings-reviewers,kershaw,bolsson,Gijs 2024-03-08 04:38:55 +00:00
nsProxyInfo.cpp
nsProxyInfo.h
nsReadLine.h
nsRedirectHistoryEntry.cpp
nsRedirectHistoryEntry.h
nsRequestObserverProxy.cpp
nsRequestObserverProxy.h
nsSerializationHelper.cpp
nsSerializationHelper.h
nsServerSocket.cpp
nsServerSocket.h
nsSimpleNestedURI.cpp
nsSimpleNestedURI.h
nsSimpleStreamListener.cpp
nsSimpleStreamListener.h
nsSimpleURI.cpp
nsSimpleURI.h
nsSocketTransport2.cpp Bug 1871545 - add a profiler counter for bandwidth use, r=profiler-reviewers,necko-reviewers,kershaw,canaltinova. 2024-01-09 14:41:55 +00:00
nsSocketTransport2.h Bug 1869175 - netwerk nsSocketTransport2 thread-safety annotations r=necko-reviewers,kershaw,valentin 2023-12-19 15:42:03 +00:00
nsSocketTransportService2.cpp Backed out changeset b3fa528a2652 (bug 1881791) for causing build bustages in nsSocketTransportService2.cpp. CLOSED TREE 2024-02-23 20:10:17 +02:00
nsSocketTransportService2.h
nsStandardURL.cpp Backed out changeset 870a2b89741b (bug 1886953) for causing gtest failures in nsStringIterator.h CLOSED TREE 2024-03-25 14:23:34 -04:00
nsStandardURL.h Backed out changeset 870a2b89741b (bug 1886953) for causing gtest failures in nsStringIterator.h CLOSED TREE 2024-03-25 14:23:34 -04:00
nsStreamListenerTee.cpp
nsStreamListenerTee.h
nsStreamListenerWrapper.cpp
nsStreamListenerWrapper.h
nsStreamLoader.cpp
nsStreamLoader.h
nsStreamTransportService.cpp
nsStreamTransportService.h
nsSyncStreamListener.cpp
nsSyncStreamListener.h
nsTransportUtils.cpp Bug 1193389 - nsTransportEventSinkProxy clean up, r=necko-reviewers,valentin 2024-02-22 09:02:06 +00:00
nsTransportUtils.h
nsUDPSocket.cpp Bug 1871545 - add a profiler counter for bandwidth use, r=profiler-reviewers,necko-reviewers,kershaw,canaltinova. 2024-01-09 14:41:55 +00:00
nsUDPSocket.h Bug 1871545 - add a profiler counter for bandwidth use, r=profiler-reviewers,necko-reviewers,kershaw,canaltinova. 2024-01-09 14:41:55 +00:00
nsURIHashKey.h
nsURLHelper.cpp Bug 1877419 - Part 1: Added nested stripping of urls to copy without site tracking. r=pbz,necko-reviewers 2024-03-28 18:02:16 +00:00
nsURLHelper.h Bug 1877419 - Part 1: Added nested stripping of urls to copy without site tracking. r=pbz,necko-reviewers 2024-03-28 18:02:16 +00:00
nsURLHelperOSX.cpp
nsURLHelperUnix.cpp
nsURLHelperWin.cpp
nsURLParsers.cpp
nsURLParsers.h
PollableEvent.cpp
PollableEvent.h
Predictor.cpp Bug 1805796 - Remove MOZ_DIAGNOSTIC_ASSERT(gNeckoChild), r=necko-reviewers,valentin 2024-02-28 08:58:36 +00:00
Predictor.h
PrivateBrowsingChannel.h
ProtocolHandlerInfo.cpp
ProtocolHandlerInfo.h
ProxyAutoConfig.cpp
ProxyAutoConfig.h
ProxyConfig.h
RedirectChannelRegistrar.cpp
RedirectChannelRegistrar.h
RequestContextService.cpp
RequestContextService.h
ShutdownLayer.cpp
ShutdownLayer.h
SimpleBuffer.cpp
SimpleBuffer.h
SimpleChannel.cpp
SimpleChannel.h
SimpleChannelParent.cpp
SimpleChannelParent.h
SSLTokensCache.cpp
SSLTokensCache.h
ThrottleQueue.cpp
ThrottleQueue.h
Tickler.cpp
Tickler.h
TLSServerSocket.cpp
TLSServerSocket.h
TRRLoadInfo.cpp
TRRLoadInfo.h