.. |
mozurl
|
Bug 1617369 - Reformat testing/ using rustfmt r=valentin
|
2020-03-02 12:21:01 +00:00 |
rust-helper
|
Bug 1620769 - Convert net_IsValidScheme function to Rust r=valentin
|
2020-03-15 12:09:57 +00:00 |
ADivertableParentChannel.h
|
…
|
|
ARefBase.h
|
…
|
|
ArrayBufferInputStream.cpp
|
…
|
|
ArrayBufferInputStream.h
|
…
|
|
AutoClose.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
BackgroundFileSaver.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
BackgroundFileSaver.h
|
Bug 1580316 - Update signatureInfo to Array of Array of nsIX509Cert(in raw bytes) r=keeler,dimi
|
2019-11-19 19:51:44 +00:00 |
CaptivePortalService.cpp
|
…
|
|
CaptivePortalService.h
|
…
|
|
ChannelDiverterChild.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
ChannelDiverterChild.h
|
…
|
|
ChannelDiverterParent.cpp
|
…
|
|
ChannelDiverterParent.h
|
…
|
|
Dashboard.cpp
|
Bug 1582663 - Split nsHttpConnection into HttpConnectionBase and nsHttpConnection. Make nsHttpConnectionMgr use only HttpConnectionBase. r=mayhemer
|
2020-02-28 10:09:02 +00:00 |
Dashboard.h
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
DashboardTypes.h
|
Bug 1582663 - Split nsHttpConnection into HttpConnectionBase and nsHttpConnection. Make nsHttpConnectionMgr use only HttpConnectionBase. r=mayhemer
|
2020-02-28 10:09:02 +00:00 |
DefaultURI.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
DefaultURI.h
|
Bug 1561860 - Add rust-url based nsIURI implementation r=JuniorHsu
|
2019-12-11 20:17:53 +00:00 |
EventTokenBucket.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
EventTokenBucket.h
|
…
|
|
FuzzyLayer.cpp
|
…
|
|
FuzzyLayer.h
|
…
|
|
FuzzySecurityInfo.cpp
|
Bug 1616549 - Set resumption token again after handshake reset r=keeler
|
2020-02-27 12:44:10 +00:00 |
FuzzySecurityInfo.h
|
…
|
|
IOActivityMonitor.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
IOActivityMonitor.h
|
…
|
|
IPv6Utils.h
|
…
|
|
LoadContextInfo.cpp
|
Bug 1597493 - Remove nsIDocShellTreeItem from GetLoadContextInfo. r=smaug
|
2019-12-16 11:27:23 +00:00 |
LoadContextInfo.h
|
…
|
|
LoadInfo.cpp
|
Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
|
2020-03-17 19:24:31 +00:00 |
LoadInfo.h
|
Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
|
2020-03-17 19:24:31 +00:00 |
LoadTainting.h
|
…
|
|
MemoryDownloader.cpp
|
…
|
|
MemoryDownloader.h
|
…
|
|
NetUtil.jsm
|
…
|
|
NetworkConnectivityService.cpp
|
Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
|
2020-03-17 19:24:31 +00:00 |
NetworkConnectivityService.h
|
Bug 1598430 - Make sure that we record the NETWORK_ID_ONLINE telemetry at the right time r=michal
|
2019-12-03 07:35:11 +00:00 |
NetworkInfoServiceCocoa.cpp
|
…
|
|
NetworkInfoServiceImpl.h
|
…
|
|
NetworkInfoServiceLinux.cpp
|
Bug 1605934 - Use nested namespaces r=sg
|
2020-01-18 13:48:34 +00:00 |
NetworkInfoServiceWindows.cpp
|
…
|
|
PartiallySeekableInputStream.cpp
|
Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana
|
2019-12-03 13:41:58 +00:00 |
PartiallySeekableInputStream.h
|
…
|
|
PollableEvent.cpp
|
…
|
|
PollableEvent.h
|
…
|
|
Predictor.cpp
|
Backed out 3 changesets (bug 1619584) for causing build bustages CLOSED TREE
|
2020-03-17 22:55:52 +02:00 |
Predictor.h
|
…
|
|
PrivateBrowsingChannel.h
|
…
|
|
ProxyAutoConfig.cpp
|
Bug 1607134 - Make sRunningIndex an Atomic to avoid racing r=mayhemer
|
2020-02-25 15:06:55 +00:00 |
ProxyAutoConfig.h
|
…
|
|
RedirectChannelRegistrar.cpp
|
…
|
|
RedirectChannelRegistrar.h
|
…
|
|
RequestContextService.cpp
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
RequestContextService.h
|
…
|
|
SSLTokensCache.cpp
|
Bug 1607445 - Clear tokens cache at places where SSL_ClearSessionCache() is called r=keeler
|
2020-02-18 19:04:28 +00:00 |
SSLTokensCache.h
|
Bug 1607445 - Clear tokens cache at places where SSL_ClearSessionCache() is called r=keeler
|
2020-02-18 19:04:28 +00:00 |
ShutdownLayer.cpp
|
…
|
|
ShutdownLayer.h
|
…
|
|
SimpleBuffer.cpp
|
…
|
|
SimpleBuffer.h
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
SimpleChannel.cpp
|
…
|
|
SimpleChannel.h
|
…
|
|
SimpleChannelParent.cpp
|
Bug 1599046 - P3. Remove unused IPC method in nsIParentChannel.idl. r=timhuang,Ehsan
|
2020-01-27 10:39:38 +00:00 |
SimpleChannelParent.h
|
…
|
|
TCPFastOpen.h
|
…
|
|
TCPFastOpenLayer.cpp
|
…
|
|
TCPFastOpenLayer.h
|
…
|
|
TLSServerSocket.cpp
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
TLSServerSocket.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
ThrottleQueue.cpp
|
Bug 1614530 - Make nsIOService::UseSocketProcess a static function r=dragana
|
2020-02-11 21:03:49 +00:00 |
ThrottleQueue.h
|
Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana
|
2020-01-30 13:32:55 +00:00 |
Tickler.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
Tickler.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
moz.build
|
Backed out 3 changesets (bug 1619584) for causing build bustages CLOSED TREE
|
2020-03-17 22:55:52 +02:00 |
mozIThirdPartyUtil.idl
|
Bug 1577040 - Part 1: Remove the usages of nsIHttpChannel::IsTrackingResource() in the cookie service, r=Ehsan
|
2020-02-20 07:27:24 +00:00 |
netCore.h
|
…
|
|
nsASocketHandler.h
|
…
|
|
nsAsyncRedirectVerifyHelper.cpp
|
Bug 1598497 - P1. move canceled attribute to nsIChannel. r=mayhemer
|
2019-12-18 21:13:26 +00:00 |
nsAsyncRedirectVerifyHelper.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsAsyncStreamCopier.cpp
|
Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana
|
2020-01-07 20:20:38 +00:00 |
nsAsyncStreamCopier.h
|
…
|
|
nsAuthInformationHolder.cpp
|
…
|
|
nsAuthInformationHolder.h
|
…
|
|
nsBase64Encoder.cpp
|
…
|
|
nsBase64Encoder.h
|
…
|
|
nsBaseChannel.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsBaseChannel.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsBaseContentStream.cpp
|
…
|
|
nsBaseContentStream.h
|
…
|
|
nsBufferedStreams.cpp
|
Bug 1596409 - P1.1: Make socket process support IPCStream r=dragana
|
2019-12-03 13:41:58 +00:00 |
nsBufferedStreams.h
|
Bug 1599615 - Make some necko code less nsresult-happy. r=kershaw,valentin
|
2019-12-02 13:21:06 +00:00 |
nsDNSPrefetch.cpp
|
Bug 1613873 - P3: Make nsDNSPrefetch support off main thread r=dragana
|
2020-03-03 09:34:07 +00:00 |
nsDNSPrefetch.h
|
Bug 1613873 - P3: Make nsDNSPrefetch support off main thread r=dragana
|
2020-03-03 09:34:07 +00:00 |
nsDirectoryIndexStream.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsDirectoryIndexStream.h
|
…
|
|
nsDownloader.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsDownloader.h
|
…
|
|
nsFileStreams.cpp
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
nsFileStreams.h
|
Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
|
2020-02-27 17:39:15 +00:00 |
nsIApplicationCache.idl
|
…
|
|
nsIApplicationCacheChannel.idl
|
…
|
|
nsIApplicationCacheContainer.idl
|
…
|
|
nsIApplicationCacheService.idl
|
…
|
|
nsIArrayBufferInputStream.idl
|
…
|
|
nsIAsyncStreamCopier.idl
|
…
|
|
nsIAsyncStreamCopier2.idl
|
…
|
|
nsIAsyncVerifyRedirectCallback.idl
|
…
|
|
nsIAuthInformation.idl
|
…
|
|
nsIAuthModule.idl
|
…
|
|
nsIAuthPrompt.idl
|
…
|
|
nsIAuthPrompt2.idl
|
…
|
|
nsIAuthPromptAdapterFactory.idl
|
…
|
|
nsIAuthPromptCallback.idl
|
…
|
|
nsIAuthPromptProvider.idl
|
…
|
|
nsIBackgroundFileSaver.idl
|
Bug 1580316 - Update signatureInfo to Array of Array of nsIX509Cert(in raw bytes) r=keeler,dimi
|
2019-11-19 19:51:44 +00:00 |
nsIBufferedStreams.idl
|
…
|
|
nsIByteRangeRequest.idl
|
…
|
|
nsICacheInfoChannel.idl
|
…
|
|
nsICachingChannel.idl
|
…
|
|
nsICancelable.idl
|
…
|
|
nsICaptivePortalService.idl
|
…
|
|
nsIChannel.idl
|
Bug 1598497 - P1. move canceled attribute to nsIChannel. r=mayhemer
|
2019-12-18 21:13:26 +00:00 |
nsIChannelEventSink.idl
|
…
|
|
nsIChannelWithDivertableParentListener.idl
|
…
|
|
nsIChildChannel.idl
|
…
|
|
nsIClassOfService.idl
|
…
|
|
nsIClassifiedChannel.idl
|
Bug 1577040 - Part 7: Get rid of nsIClassifiedChanel::IsTrackingResource(), r=Ehsan
|
2020-02-20 07:30:30 +00:00 |
nsIContentSniffer.idl
|
…
|
|
nsIDHCPClient.idl
|
…
|
|
nsIDashboard.idl
|
…
|
|
nsIDashboardEventNotifier.idl
|
…
|
|
nsIDeprecationWarner.idl
|
…
|
|
nsIDivertableChannel.idl
|
…
|
|
nsIDownloader.idl
|
…
|
|
nsIEncodedChannel.idl
|
…
|
|
nsIExternalProtocolHandler.idl
|
…
|
|
nsIFileStreams.idl
|
…
|
|
nsIFileURL.idl
|
…
|
|
nsIForcePendingChannel.idl
|
…
|
|
nsIFormPOSTActionChannel.idl
|
…
|
|
nsIHttpAuthenticatorCallback.idl
|
…
|
|
nsIHttpPushListener.idl
|
…
|
|
nsIIOService.idl
|
Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer
|
2020-03-13 12:44:36 +00:00 |
nsIIncrementalDownload.idl
|
…
|
|
nsIIncrementalStreamLoader.idl
|
…
|
|
nsIInputStreamChannel.idl
|
…
|
|
nsIInputStreamPump.idl
|
…
|
|
nsILoadContextInfo.idl
|
…
|
|
nsILoadGroup.idl
|
…
|
|
nsILoadGroupChild.idl
|
…
|
|
nsILoadInfo.idl
|
Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
|
2020-03-17 19:24:31 +00:00 |
nsIMIMEInputStream.idl
|
…
|
|
nsIMultiPartChannel.idl
|
Bug 1600211 - Add nsIMultiPartChannelListener as a reliable way to detect when a multi-part channel is finished and we can break reference cycles. r=mayhemer
|
2019-12-04 03:18:56 +00:00 |
nsINestedURI.idl
|
…
|
|
nsINetAddr.idl
|
…
|
|
nsINetUtil.idl
|
…
|
|
nsINetworkConnectivityService.idl
|
…
|
|
nsINetworkInfoService.idl
|
…
|
|
nsINetworkInterceptController.idl
|
…
|
|
nsINetworkLinkService.idl
|
Bug 1598676 - P1: Send dns suffix list updated event (MacOS) r=valentin
|
2019-11-27 11:14:44 +00:00 |
nsINetworkPredictor.idl
|
Backed out 3 changesets (bug 1619584) for causing build bustages CLOSED TREE
|
2020-03-17 22:55:52 +02:00 |
nsINetworkPredictorVerifier.idl
|
…
|
|
nsINullChannel.idl
|
…
|
|
nsIOService.cpp
|
Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer
|
2020-03-13 12:44:36 +00:00 |
nsIOService.h
|
Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer
|
2020-03-13 12:44:36 +00:00 |
nsIParentChannel.idl
|
Bug 1599046 - P2. Remove calling NotifyOnContentBlocking in the child process r=timhuang,Ehsan
|
2020-01-27 10:39:43 +00:00 |
nsIParentRedirectingChannel.idl
|
…
|
|
nsIPermission.idl
|
…
|
|
nsIPermissionManager.idl
|
Bug 1474608 - P1 - Clear origin attributes directly for deleteDataFromOriginAttributesPattern if it's possible; r=asuth,baku
|
2019-12-02 19:47:13 +00:00 |
nsIPrivateBrowsingChannel.idl
|
…
|
|
nsIProcessSwitchRequestor.idl
|
Bug 1590166 - WindowGlobalChild::Create should call GetCrossOriginOpenerPolicy instead of ComputeCrossOriginOpenerPolicy r=bzbarsky
|
2020-01-18 17:14:07 +00:00 |
nsIProgressEventSink.idl
|
…
|
|
nsIPrompt.idl
|
…
|
|
nsIProtocolHandler.idl
|
…
|
|
nsIProtocolProxyCallback.idl
|
…
|
|
nsIProtocolProxyFilter.idl
|
…
|
|
nsIProtocolProxyService.idl
|
…
|
|
nsIProtocolProxyService2.idl
|
…
|
|
nsIProxiedChannel.idl
|
Bug 1579049 - Part2: Expose proxy response error code in nsIProxiedChannel.idl r=mayhemer
|
2019-11-21 16:02:47 +00:00 |
nsIProxiedProtocolHandler.idl
|
…
|
|
nsIProxyInfo.idl
|
…
|
|
nsIRandomGenerator.idl
|
…
|
|
nsIRedirectChannelRegistrar.idl
|
…
|
|
nsIRedirectHistoryEntry.idl
|
…
|
|
nsIRedirectResultListener.idl
|
…
|
|
nsIRequest.idl
|
Bug 1608713 - Add nsIWebNavigation load flags to force TRR mode and use them to load captive portal tabs with TRR disabled. r=valentin,Gijs,baku
|
2020-01-24 17:18:35 +00:00 |
nsIRequestContext.idl
|
…
|
|
nsIRequestObserver.idl
|
…
|
|
nsIRequestObserverProxy.idl
|
…
|
|
nsIResumableChannel.idl
|
…
|
|
nsISecCheckWrapChannel.idl
|
…
|
|
nsISecureBrowserUI.idl
|
Bug 1599046 - P1. Remove ContentBlockingLog from the child r=timhuang,Ehsan
|
2020-01-27 10:39:41 +00:00 |
nsISensitiveInfoHiddenURI.idl
|
…
|
|
nsISerializationHelper.idl
|
…
|
|
nsIServerSocket.idl
|
…
|
|
nsISimpleStreamListener.idl
|
…
|
|
nsISocketFilter.idl
|
…
|
|
nsISocketTransport.idl
|
Bug 1552176 - Add nsIRequest.set/getTRRMode r=dragana
|
2020-01-07 20:20:38 +00:00 |
nsISocketTransportService.idl
|
…
|
|
nsISpeculativeConnect.idl
|
…
|
|
nsIStandardURL.idl
|
…
|
|
nsIStreamListener.idl
|
…
|
|
nsIStreamListenerTee.idl
|
…
|
|
nsIStreamLoader.idl
|
…
|
|
nsIStreamTransportService.idl
|
…
|
|
nsISyncStreamListener.idl
|
…
|
|
nsISystemProxySettings.idl
|
…
|
|
nsITLSServerSocket.idl
|
…
|
|
nsIThreadRetargetableRequest.idl
|
…
|
|
nsIThreadRetargetableStreamListener.idl
|
…
|
|
nsIThrottledInputChannel.idl
|
Bug 1600254 - P8: Make nsIInputChannelThrottleQueue work with socket process r=dragana
|
2020-01-30 13:32:55 +00:00 |
nsITimedChannel.idl
|
…
|
|
nsITraceableChannel.idl
|
…
|
|
nsITransport.idl
|
…
|
|
nsIUDPSocket.idl
|
…
|
|
nsIURI.idl
|
…
|
|
nsIURIMutator.idl
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
nsIURIMutatorUtils.cpp
|
…
|
|
nsIURIWithSpecialOrigin.idl
|
…
|
|
nsIURL.idl
|
…
|
|
nsIURLParser.idl
|
…
|
|
nsIUploadChannel.idl
|
…
|
|
nsIUploadChannel2.idl
|
No bug - Fix typo to get build and test coverage after previous push lacked them due to infra issue (b 1604422). CLOSED TREE
|
2019-12-17 11:05:56 +01:00 |
nsIncrementalDownload.cpp
|
Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan
|
2020-03-04 08:59:08 +00:00 |
nsIncrementalStreamLoader.cpp
|
…
|
|
nsIncrementalStreamLoader.h
|
…
|
|
nsInputStreamChannel.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsInputStreamChannel.h
|
…
|
|
nsInputStreamPump.cpp
|
Bug 1613873 - P4: Use nsInputStreamPump off main thread completely r=dragana
|
2020-03-02 12:40:06 +00:00 |
nsInputStreamPump.h
|
Bug 1613873 - P4: Use nsInputStreamPump off main thread completely r=dragana
|
2020-03-02 12:40:06 +00:00 |
nsLoadGroup.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsLoadGroup.h
|
…
|
|
nsMIMEInputStream.cpp
|
Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj
|
2020-01-20 16:19:48 +00:00 |
nsMIMEInputStream.h
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsMediaFragmentURIParser.cpp
|
…
|
|
nsMediaFragmentURIParser.h
|
…
|
|
nsNetAddr.cpp
|
…
|
|
nsNetAddr.h
|
…
|
|
nsNetSegmentUtils.h
|
…
|
|
nsNetUtil.cpp
|
Bug 1620242 - Basic implementation for HTTPS Only Mode. r=ckerschb,mixedpuppy
|
2020-03-17 19:24:31 +00:00 |
nsNetUtil.h
|
Bug 1620687 - Removing unused aURI parameter r=valentin
|
2020-03-09 14:33:25 +00:00 |
nsNetworkInfoService.cpp
|
Bug 1605934 - Use nested namespaces r=sg
|
2020-01-18 13:48:34 +00:00 |
nsNetworkInfoService.h
|
…
|
|
nsPACMan.cpp
|
Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan
|
2020-03-04 08:59:08 +00:00 |
nsPACMan.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsPISocketTransportService.idl
|
…
|
|
nsPreloadedStream.cpp
|
…
|
|
nsPreloadedStream.h
|
…
|
|
nsProtocolProxyService.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsProtocolProxyService.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsProxyInfo.cpp
|
Bug 1600254 - P9: Avoild accessing http channel from transaction r=dragana
|
2020-01-30 13:38:39 +00:00 |
nsProxyInfo.h
|
Bug 1600254 - P9: Avoild accessing http channel from transaction r=dragana
|
2020-01-30 13:38:39 +00:00 |
nsReadLine.h
|
…
|
|
nsRedirectHistoryEntry.cpp
|
…
|
|
nsRedirectHistoryEntry.h
|
…
|
|
nsRequestObserverProxy.cpp
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsRequestObserverProxy.h
|
…
|
|
nsSerializationHelper.cpp
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsSerializationHelper.h
|
…
|
|
nsServerSocket.cpp
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
nsServerSocket.h
|
…
|
|
nsSimpleNestedURI.cpp
|
…
|
|
nsSimpleNestedURI.h
|
…
|
|
nsSimpleStreamListener.cpp
|
…
|
|
nsSimpleStreamListener.h
|
…
|
|
nsSimpleURI.cpp
|
…
|
|
nsSimpleURI.h
|
…
|
|
nsSocketTransport2.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsSocketTransport2.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsSocketTransportService2.cpp
|
Bug 1596799 - Have a preference to force remote TCP/UDP port remapping for easier local network testing, r=dragana
|
2020-01-16 17:22:36 +00:00 |
nsSocketTransportService2.h
|
Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown
|
2020-02-27 17:39:15 +00:00 |
nsStandardURL.cpp
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsStandardURL.h
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
nsStreamListenerTee.cpp
|
Bug 1611081 - Add multipart support to nsStreamListenerTee. r=mayhemer
|
2020-03-16 00:58:34 +00:00 |
nsStreamListenerTee.h
|
Bug 1611081 - Add multipart support to nsStreamListenerTee. r=mayhemer
|
2020-03-16 00:58:34 +00:00 |
nsStreamListenerWrapper.cpp
|
…
|
|
nsStreamListenerWrapper.h
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsStreamLoader.cpp
|
…
|
|
nsStreamLoader.h
|
…
|
|
nsStreamTransportService.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsStreamTransportService.h
|
…
|
|
nsSyncStreamListener.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsSyncStreamListener.h
|
…
|
|
nsTransportUtils.cpp
|
Bug 1621251 Replace NS_ADDREF(*var = other) with *var = do_AddRef(other).take() in /netwerk r=valentin
|
2020-03-17 15:05:26 +00:00 |
nsTransportUtils.h
|
…
|
|
nsUDPSocket.cpp
|
Bug 1611415 - Prefer using std::move over forget. r=froydnj
|
2020-02-13 14:38:48 +00:00 |
nsUDPSocket.h
|
Bug 1610070 - Part 3: Convert the rest of netwerk/ to use UniquePtr. r=mayhemer
|
2020-02-11 16:20:08 +00:00 |
nsURIHashKey.h
|
Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj
|
2020-02-20 11:40:14 +00:00 |
nsURLHelper.cpp
|
Bug 1620769 - Convert net_IsValidScheme function to Rust r=valentin
|
2020-03-15 12:09:57 +00:00 |
nsURLHelper.h
|
Bug 1620769 - Convert net_IsValidScheme function to Rust r=valentin
|
2020-03-15 12:09:57 +00:00 |
nsURLHelperOSX.cpp
|
…
|
|
nsURLHelperUnix.cpp
|
…
|
|
nsURLHelperWin.cpp
|
Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan
|
2019-12-06 09:17:57 +00:00 |
nsURLParsers.cpp
|
Bug 1620769 - Convert net_IsValidScheme function to Rust r=valentin
|
2020-03-15 12:09:57 +00:00 |
nsURLParsers.h
|
…
|
|