gecko-dev/netwerk/base
Sean Feng f8ddb7e6f1 Bug 1580316 - Update signatureInfo to Array of Array of nsIX509Cert(in raw bytes) r=keeler,dimi
The signatureInfo that has been used in ExternalHelperAppService and
ReputationService has been stored Array of nsIX509CertList, which
isn't necessary because only the raw bytes of the certs are required.
This patch intends to remove the usage of nsIX509CertList and store
the raw bytes directly.

Differential Revision: https://phabricator.services.mozilla.com/D44243

--HG--
extra : moz-landing-system : lando
2019-11-19 19:51:44 +00:00
..
mozurl Bug 1568540 - Update the url crate to 2.0 r=emilio 2019-08-17 16:26:27 +00:00
rust-helper Bug 1562642 - add missing license in netwerk/base/rust-helper/src/lib.rs r=valentin 2019-11-11 21:43:55 +00:00
ADivertableParentChannel.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ARefBase.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ArrayBufferInputStream.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ArrayBufferInputStream.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
AutoClose.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
BackgroundFileSaver.cpp Bug 1580316 - Update signatureInfo to Array of Array of nsIX509Cert(in raw bytes) r=keeler,dimi 2019-11-19 19:51:44 +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 Bug 1587741 - Captive Portal Service should use a new detector when we start again r=mayhemer 2019-10-10 15:26:55 +00:00
CaptivePortalService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChannelDiverterChild.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChannelDiverterChild.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChannelDiverterParent.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ChannelDiverterParent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Dashboard.cpp Bug 1595271 - Display Http3 in about:networking. r=valentin,fluent-reviewers,flod,smaug 2019-11-12 08:27:38 +00:00
Dashboard.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
DashboardTypes.h Bug 1595271 - Display Http3 in about:networking. r=valentin,fluent-reviewers,flod,smaug 2019-11-12 08:27:38 +00:00
EventTokenBucket.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
EventTokenBucket.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
FuzzyLayer.cpp Bug 1587033 - Add missing lock in Necko fuzzing layer. r=dragana 2019-10-08 11:50:37 +00:00
FuzzyLayer.h Bug 1584537 - Support multiple connections in the Necko fuzzing layer. r=dragana 2019-10-07 10:18:37 +00:00
FuzzySecurityInfo.cpp Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
FuzzySecurityInfo.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
IOActivityMonitor.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
IOActivityMonitor.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
IPv6Utils.h Bug 1395914 - Figure out network id for IPv6 too (Linux) r=michal 2019-06-28 11:42:18 +00:00
LoadContextInfo.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
LoadContextInfo.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LoadInfo.cpp Bug 1589754 - Rename nsGlobalWindowInner::GetTopLevelPrincipal r=Ehsan 2019-10-24 12:57:21 +00:00
LoadInfo.h Bug 1583700 - Pass the loading context of the cspToInherit when deserializing LoadInfo, since this isn't necessarily the same as the loading context of the LoadInfo. r=ckerschb 2019-10-22 01:03:10 +00:00
LoadTainting.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
MemoryDownloader.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-13 10:19:06 +01:00
MemoryDownloader.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1560353 - Extend SSLTokensCache to store the result of VerifySSLServerCert r=dragana,keeler 2019-10-01 12:10:58 +00:00
mozIThirdPartyUtil.idl Bug 1572240 - Part 3: Introduce nsIHttpChannelInternal.contentBlockingAllowListPrincipal; r=michal 2019-08-19 19:38:50 +00:00
netCore.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
NetUtil.jsm Bug 1561435 - Format netwerk/, a=automatic-formatting 2019-07-05 10:55:23 +02:00
NetworkConnectivityService.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
NetworkConnectivityService.h Bug 1559340 - Make sure NetworkConnectivityService::Init() only gets called once r=michal 2019-06-24 21:56:50 +00:00
NetworkInfoServiceCocoa.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
NetworkInfoServiceImpl.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
NetworkInfoServiceLinux.cpp Bug 1587905 - Remove useless variable 'family' declaration & assignation r=valentin 2019-10-11 07:32:56 +00:00
NetworkInfoServiceWindows.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsASocketHandler.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsAsyncRedirectVerifyHelper.cpp Bug 1528677: Remove nullchecks for loadinfo since we have loadinfo on all channels. r=baku 2019-02-20 13:27:25 +01:00
nsAsyncRedirectVerifyHelper.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsAsyncStreamCopier.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsAsyncStreamCopier.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsAuthInformationHolder.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsAuthInformationHolder.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBase64Encoder.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBase64Encoder.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsBaseChannel.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsBaseChannel.h Bug 1556489 - P25. Make nsIIdentChannel support conditional for nsBaseChannel. r=mayhemer 2019-09-03 10:20:16 +10:00
nsBaseContentStream.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsBaseContentStream.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsBufferedStreams.cpp No bug - fix typo a=Aryx 2019-11-17 18:59:28 +02:00
nsBufferedStreams.h Bug 1231213 - Correctly choose nsBufferedStream's underlying nsIInputStream after initialization. r=asuth 2019-08-15 17:25:51 +00:00
nsDirectoryIndexStream.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsDirectoryIndexStream.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsDNSPrefetch.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsDNSPrefetch.h Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsDownloader.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsDownloader.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsFileStreams.cpp Bug 1554242 - Don't open file just to ftell it r=baku 2019-09-19 10:03:23 +00:00
nsFileStreams.h Bug 1520150 - Single InputStreams can serialize themselves as IPCRemoteStreams (pipe) - part 1 - Passing IPC managers around, r=smaug 2019-01-28 10:48:35 +01:00
nsIApplicationCache.idl Bug 1557904. Stop using [array] in appcache interfaces. r=mayhemer 2019-06-12 12:02:37 +00:00
nsIApplicationCacheChannel.idl
nsIApplicationCacheContainer.idl
nsIApplicationCacheService.idl Bug 1557904. Stop using [array] in appcache interfaces. r=mayhemer 2019-06-12 12:02:37 +00:00
nsIArrayBufferInputStream.idl Bug 1480678 part 10 - Remove unnecessary realm entering in TCPSocket::Send. r=bz 2018-08-09 10:48:29 +02:00
nsIAsyncStreamCopier2.idl
nsIAsyncStreamCopier.idl
nsIAsyncVerifyRedirectCallback.idl
nsIAuthInformation.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIAuthModule.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIAuthPrompt2.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIAuthPrompt.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
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 Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsICacheInfoChannel.idl Bug 1572933: Introduce an attribute to raise the cache priority. r=pbro,mayhemer 2019-09-09 00:57:05 +00:00
nsICachingChannel.idl Bug 1451714 - Fix comment over LOAD_NO_NETWORK_IO flag, r=michal 2019-08-26 13:58:47 +00:00
nsICancelable.idl
nsICaptivePortalService.idl
nsIChannel.idl Bug 1556489 - P11. Add nIIdentChannel interface. r=mayhemer 2019-09-03 10:19:34 +10:00
nsIChannelEventSink.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIChannelWithDivertableParentListener.idl
nsIChildChannel.idl
nsIClassifiedChannel.idl Bug 1584479 - Part 1: Add flag for blocked social cookies in the content blocking log. r=Ehsan,droeh 2019-11-01 23:24:25 +00:00
nsIClassOfService.idl Bug 1509827 - Document nsIClassOfService flags, r=dragana 2019-05-29 14:02:26 +00:00
nsIContentSniffer.idl
nsIDashboard.idl Bug 1545821 - nsI-ify NetDashboardCallback. r=mayhemer 2019-04-23 15:33:57 +00:00
nsIDashboardEventNotifier.idl
nsIDeprecationWarner.idl
nsIDHCPClient.idl Bug 356831 - Proxy autodiscovery doesn't check DHCP (option 252) r=bagder,valentin 2018-06-07 23:07:28 +01:00
nsIDivertableChannel.idl
nsIDownloader.idl
nsIEncodedChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIExternalProtocolHandler.idl
nsIFileStreams.idl Bug 1458821 - Rename nsIAsyncFileMetadata.asyncWait to asyncFileMetadataWait, r=smaug 2018-05-03 17:03:17 +02:00
nsIFileURL.idl
nsIForcePendingChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIFormPOSTActionChannel.idl
nsIHttpAuthenticatorCallback.idl Bug 1545843 - Mark some HTTP XPIDL classes as builtinclass. r=mayhemer 2019-04-23 16:05:29 +00:00
nsIHttpPushListener.idl
nsIIncrementalDownload.idl
nsIIncrementalStreamLoader.idl
nsIInputStreamChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIInputStreamPump.idl
nsIIOService.idl Bug 1570104 - Add shared IPv4 range from RFC 6598 (100.64/10) to allowed list of IP addresses for testing. r=dragana 2019-08-28 10:58:48 +00:00
nsILoadContextInfo.idl Bug 1320404 - Remove appId from origin attributes - part 2 - NO_APP_ID UNKNOWN_APP_ID, r=Ehsan 2019-05-03 17:13:47 +00:00
nsILoadGroup.idl Bug 1513574 - Remove UserAgentOverrides.jsm and UserAgentUpdates.jsm r=michal 2019-09-16 15:21:36 +00:00
nsILoadGroupChild.idl
nsILoadInfo.idl Bug 1584992: Make upgrade-insecure-requests work with fission enabled. r=jkt 2019-09-30 21:33:28 +00:00
nsIMIMEInputStream.idl
nsIMultiPartChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIncrementalDownload.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsIncrementalStreamLoader.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsIncrementalStreamLoader.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsINestedURI.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsINetAddr.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsINetUtil.idl Bug 1528697 - Remove ReferrerPolicy.h and add utils to ReferrerInfo r=ckerschb 2019-08-21 12:09:06 +00:00
nsINetworkConnectivityService.idl Bug 1518730 - Only send AAAA TRR requests when the system has IPv6 connectivity r=dragana 2019-06-03 21:17:08 +00:00
nsINetworkInfoService.idl Bug 1558536. Stop using [array] in nsINetworkInfoService. r=dragana 2019-06-13 04:25:48 +00:00
nsINetworkInterceptController.idl Bug 1528677: Remove nullchecks for loadinfo since we have loadinfo on all channels. r=baku 2019-02-20 13:27:25 +01:00
nsINetworkLinkService.idl Bug 1589446 - Add network id change event (Windows) r=kershaw,michal 2019-11-19 11:41:43 +00:00
nsINetworkPredictor.idl Bug 1550860 - Mark implicit builtinclass interfaces explicitly. r=nika 2019-05-13 19:51:49 +00:00
nsINetworkPredictorVerifier.idl
nsInputStreamChannel.cpp Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsInputStreamChannel.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsInputStreamPump.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsInputStreamPump.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsINullChannel.idl
nsIOService.cpp Bug 1589446 - Add network id change event (Windows) r=kershaw,michal 2019-11-19 11:41:43 +00:00
nsIOService.h Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
nsIParentChannel.idl Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
nsIParentRedirectingChannel.idl Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
nsIPermission.idl Bug 1553867 - Reduce the number of ClonePrincipalForPermission() call in CookieSettings, r=Ehsan 2019-06-03 11:14:38 +00:00
nsIPermissionManager.idl Bug 1596843 - Part 4: Remove some native only methods from nsIPermissionManager; r=baku 2019-11-17 22:22:34 +00:00
nsIPrivateBrowsingChannel.idl
nsIProcessSwitchRequestor.idl Bug 1579992 - Load pages into new webCOOP+COEP process type r=nika 2019-10-22 08:02:16 +00:00
nsIProgressEventSink.idl
nsIPrompt.idl Bug 1557237. Stop using [array] in nsIPrompt and nsIPromptService. r=Gijs 2019-06-06 08:03:56 +00:00
nsIProtocolHandler.idl Bug 1536744 - Remove nsIProtocolHandler.newURI r=baku 2019-05-28 13:49:27 +00:00
nsIProtocolProxyCallback.idl
nsIProtocolProxyFilter.idl
nsIProtocolProxyService2.idl Bug 1550860 - Mark implicit builtinclass interfaces explicitly. r=nika 2019-05-13 19:51:49 +00:00
nsIProtocolProxyService.idl Backed out 2 changesets (bug 1567892) for build bustages on a CLOSED TREE 2019-07-25 08:26:29 +03:00
nsIProxiedChannel.idl
nsIProxiedProtocolHandler.idl Bug 1545843 - Mark some HTTP XPIDL classes as builtinclass. r=mayhemer 2019-04-23 16:05:29 +00:00
nsIProxyInfo.idl Bug 1569183: Fix bugs where OnProxyAvailable would be called with a proxy info whose resolve flags did not match what was asked for. r=mayhemer 2019-09-17 18:19:38 +00:00
nsIRandomGenerator.idl
nsIRedirectChannelRegistrar.idl Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
nsIRedirectHistoryEntry.idl
nsIRedirectResultListener.idl
nsIRequest.idl Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsIRequestContext.idl Bug 1513574 - Remove UserAgentOverrides.jsm and UserAgentUpdates.jsm r=michal 2019-09-16 15:21:36 +00:00
nsIRequestObserver.idl Bug 1525319 - Removing context from OnStopRequest r=valentin 2019-02-27 23:41:31 +00:00
nsIRequestObserverProxy.idl
nsIResumableChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsISecCheckWrapChannel.idl
nsISecureBrowserUI.idl Bug 1567826 - Don't mark any secureContext pages as insecure. r=nhnt11,keeler,Ehsan 2019-07-30 12:31:22 +00:00
nsISensitiveInfoHiddenURI.idl
nsISerializationHelper.idl
nsIServerSocket.idl Bug 1502025 - Add IPv6 support to httpd.js r=dragana 2018-12-02 23:29:45 +00:00
nsISimpleStreamListener.idl
nsISocketFilter.idl
nsISocketTransport.idl Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsISocketTransportService.idl Bug 1558726. Stop using [array] in nsISocketTransportService. r=dragana 2019-06-13 04:21:32 +00:00
nsISpeculativeConnect.idl bug 1550686 - remove nsIBadCertListener2 r=dragana,smaug 2019-11-06 00:19:14 +00:00
nsIStandardURL.idl Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer 2018-05-09 18:21:24 +02:00
nsIStreamListener.idl Bug 1525319 - Removing context from OnDataAvailable r=valentin 2019-02-27 23:42:27 +00:00
nsIStreamListenerTee.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIStreamLoader.idl
nsIStreamTransportService.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsISyncStreamListener.idl
nsISystemProxySettings.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIThreadRetargetableRequest.idl
nsIThreadRetargetableStreamListener.idl
nsIThrottledInputChannel.idl
nsITimedChannel.idl Bug 1470286 Propagate channel creation and async open time across internal redirects. r=valentin 2018-06-23 10:10:10 -07:00
nsITLSServerSocket.idl Bug 1558877. Remove nsITLSServerSocket.setCipherSuites. r=keeler 2019-06-12 23:21:49 +00:00
nsITraceableChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsITransport.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIUDPSocket.idl Bug 1558738. Stop using [array] in nsIUDPSocket. r=valentin 2019-06-12 07:00:01 +00:00
nsIUploadChannel2.idl
nsIUploadChannel.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIURI.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIURIMutator.idl Bug 1569323 - Remove verbose warning in SetUserPass. r=mayhemer 2019-08-22 14:49:28 +00:00
nsIURIMutatorUtils.cpp Bug 1562642 - Add missing MPL2 headers r=mhoye 2019-07-05 17:05:57 +00:00
nsIURIWithSpecialOrigin.idl Bug 1478441 - Introduce nsIURIWithSpecialOrigin needed for Thunderbird. r=baku 2018-07-31 11:27:00 +03:00
nsIURL.idl Bug 1552795 - Remove all trailing whitespaces in idl files r=Ehsan 2019-05-22 22:37:14 +00:00
nsIURLParser.idl
nsLoadGroup.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsLoadGroup.h Bug 1533957 - Separate nsLoadGroup::RemoveRequest into RemoveRequestFromHashtable and NotifyRemovalObservers r=bzbarsky 2019-10-08 20:21:42 +00:00
nsMediaFragmentURIParser.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsMediaFragmentURIParser.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsMIMEInputStream.cpp Bug 1534666 - replace OptionalInputStreamParams with InputStreamParams? in IPDL; r=mccr8 2019-03-12 15:52:26 +00:00
nsMIMEInputStream.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNetAddr.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNetAddr.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsNetSegmentUtils.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsNetUtil.cpp Bug 1597804 - Fix "pricnipal" typos in some comments. r=Ehsan 2019-11-19 23:07:54 +00:00
nsNetUtil.h Backed out 3 changesets (bug 1575090) for web platform failures on e.g. nested-sharedworker-success.https.html. CLOSED TREE 2019-10-24 21:52:16 +03:00
nsNetworkInfoService.cpp Bug 1558536. Stop using [array] in nsINetworkInfoService. r=dragana 2019-06-13 04:25:48 +00:00
nsNetworkInfoService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsPACMan.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPACMan.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPISocketTransportService.idl Bug 1545822 - Clean up some whitespace in XPIDL files. r=froydnj 2019-04-21 01:47:00 +00:00
nsPreloadedStream.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsPreloadedStream.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsProtocolProxyService.cpp Bug 1582359 - Parse host:port correctly when PAC string includes credentials but scheme is not present, r=valentin 2019-10-02 12:32:39 +00:00
nsProtocolProxyService.h Bug 1545420 - Allow extensions to set Proxy-Authorization and connection isolation key through proxy.onRequest, r=dragana,mixedpuppy+mixedpuppy 2019-05-06 07:22:18 +00:00
nsProxyInfo.cpp Bug 1569183: Fix bugs where OnProxyAvailable would be called with a proxy info whose resolve flags did not match what was asked for. r=mayhemer 2019-09-17 18:19:38 +00:00
nsProxyInfo.h Bug 1545420 - Allow extensions to set Proxy-Authorization and connection isolation key through proxy.onRequest, r=dragana,mixedpuppy+mixedpuppy 2019-05-06 07:22:18 +00:00
nsReadLine.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsRedirectHistoryEntry.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsRedirectHistoryEntry.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsRequestObserverProxy.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsRequestObserverProxy.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSerializationHelper.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSerializationHelper.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsServerSocket.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsServerSocket.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSimpleNestedURI.cpp Bug 1523969 part 19 - Move method definition inline comments to new line in 'netwerk/'. r=dragana 2019-02-25 16:11:11 -06:00
nsSimpleNestedURI.h Bug 1522596 - Remove nsIIPCSerializableURI and move its only member to nsIURI; r=valentin 2019-01-25 13:32:36 +00:00
nsSimpleStreamListener.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSimpleStreamListener.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsSimpleURI.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsSimpleURI.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSocketTransport2.cpp Backed out 6 changesets (bug 1552176) for causing Hazard bustages CLOSED TREE 2019-11-11 12:11:36 +02:00
nsSocketTransport2.h Bug 1581637 - Part 9 - Make Http3 connection and include http3 in nsHttpConnectionMgr. r=mayhemer 2019-11-01 14:55:55 +00:00
nsSocketTransportService2.cpp Bug 1594015: Ensure that threads with odd ProcessNextEvent loops get correct event delays r=froydnj 2019-11-08 21:07:52 +00:00
nsSocketTransportService2.h Bug 1587162 - Fix UBSAN complaints about pref callbacks. r=erahm 2019-11-01 02:57:20 +00:00
nsStandardURL.cpp Bug 1578624 - P1: Serialize SubstitutingURL fully. r=mayhemer 2019-10-11 02:25:54 +00:00
nsStandardURL.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamListenerTee.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamListenerTee.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsStreamListenerWrapper.cpp Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
nsStreamListenerWrapper.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamLoader.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamLoader.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamTransportService.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsStreamTransportService.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsSyncStreamListener.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsSyncStreamListener.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
nsTransportUtils.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsTransportUtils.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsUDPSocket.cpp Bug 1558738. Stop using [array] in nsIUDPSocket. r=valentin 2019-06-12 07:00:01 +00:00
nsUDPSocket.h Bug 1478124: Part 8d - Update netwerk module to use a static component manifest. r=mayhemer 2018-12-16 18:36:32 -08:00
nsURIHashKey.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
nsURLHelper.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsURLHelper.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsURLHelperOSX.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsURLHelperUnix.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsURLHelperWin.cpp Bug 1490601 part 2 - Move C++ entry points to encoding_c_mem to mfbt/. r=jwalden 2019-09-18 08:26:34 +00:00
nsURLParsers.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsURLParsers.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
PartiallySeekableInputStream.cpp Bug 1522579 - Part 3: Remove consumers of nsIContentChild, r=mccr8 2019-02-25 20:04:49 +00:00
PartiallySeekableInputStream.h Bug 1523702 - Max IPC message size for InputStream serialization, r=smaug 2019-02-04 22:50:51 +00:00
PollableEvent.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
PollableEvent.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
Predictor.cpp Bug 1558915 - Use infallible nsIURI::SchemeIs in netwerk/. r=baku 2019-08-08 13:02:36 +00:00
Predictor.h Bug 1565688. Remove unused IOService arg from NS_NewURI. r=mayhemer 2019-07-15 13:39:51 +00:00
PrivateBrowsingChannel.h Bug 1546913 - Remove GetLoadInfo callsites r=ckerschb 2019-04-25 12:16:35 +00:00
ProxyAutoConfig.cpp Bug 1585106 - Use mutex in PACResolver when accessing mRequest from multiple threads r=michal 2019-11-18 21:29:07 +00:00
ProxyAutoConfig.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
RedirectChannelRegistrar.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
RedirectChannelRegistrar.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RequestContextService.cpp Bug 1513574 - Remove UserAgentOverrides.jsm and UserAgentUpdates.jsm r=michal 2019-09-16 15:21:36 +00:00
RequestContextService.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ShutdownLayer.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ShutdownLayer.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
SimpleBuffer.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
SimpleBuffer.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
SimpleChannel.cpp Bug 1540731 - Part 3: Stop releasing actors within ActorDestroy, r=mayhemer 2019-05-21 17:04:23 +00:00
SimpleChannel.h Bug 1540731 - Part 3: Stop releasing actors within ActorDestroy, r=mayhemer 2019-05-21 17:04:23 +00:00
SimpleChannelParent.cpp Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
SimpleChannelParent.h Bug 1511393 - Use c-basic-offset: 2 in Emacs mode line for C/C++ code. r=nbp 2018-12-01 04:52:05 +09:00
SSLTokensCache.cpp Bug 1592083 - Convert certList to raw array for nsITransportSecurityInfo r=keeler,Ehsan,kershaw 2019-10-29 17:20:07 +00:00
SSLTokensCache.h Bug 1560353 - Extend SSLTokensCache to store the result of VerifySSLServerCert r=dragana,keeler 2019-10-01 12:10:58 +00:00
TCPFastOpen.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
TCPFastOpenLayer.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
TCPFastOpenLayer.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
ThrottleQueue.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ThrottleQueue.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
Tickler.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
Tickler.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
TLSServerSocket.cpp Bug 1578534 - Change nsIX509CertDB.constructX509 to take Array<uint8_t> r=keeler 2019-11-12 20:59:02 +00:00
TLSServerSocket.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00