.. |
mozurl
|
Bug 1444151 - Part 4: Remove the now-unnecessary xpcom-style segment getters, r=valentin
|
2018-04-10 17:49:50 -04:00 |
rust-helper
|
Bug 1411255 - Fixed unnecessary mut warning; r=valentin
|
2017-10-24 09:42:28 -04:00 |
ADivertableParentChannel.h
|
Bug 1416879 - Part 2: Allow for diversion cancellation and trigger for intercepted channels. r=bkelly, r=mayhemer
|
2018-01-04 18:38:07 -05:00 |
ARefBase.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ArrayBufferInputStream.cpp
|
Bug 1430931 - mark nsIArrayBufferInputStream as thread-safe, r=smaug
|
2018-01-19 13:31:18 +01:00 |
ArrayBufferInputStream.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
AutoClose.h
|
Bug 1418854 - Race condition in AutoClose. r=honzab
|
2017-12-06 20:48:06 -05:00 |
BackgroundFileSaver.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
BackgroundFileSaver.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
CaptivePortalService.cpp
|
Bug 1422277 - Add an observer notification for when the captive portal detection is "done" r=bagder
|
2017-12-01 13:20:29 +01:00 |
CaptivePortalService.h
|
Bug 1422277 - Add an observer notification for when the captive portal detection is "done" r=bagder
|
2017-12-01 13:20:29 +01:00 |
ChannelDiverterChild.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ChannelDiverterChild.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ChannelDiverterParent.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ChannelDiverterParent.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
Dashboard.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
Dashboard.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
DashboardTypes.h
|
bug 1440234 - show TRR column in about:networking for DNS names r=baku,valentin
|
2018-02-22 09:57:22 +01:00 |
EventTokenBucket.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
EventTokenBucket.h
|
Bug 1382172 - Name nsITimerCallback instances in native implementation. r=billm
|
2017-07-27 02:18:20 +08:00 |
LoadContextInfo.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
LoadContextInfo.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
LoadInfo.cpp
|
Bug 1460940 - Remove nsIDOMDocument uses in netwerk/. r=bz
|
2018-05-11 19:46:15 +02:00 |
LoadInfo.h
|
Bug 1459588 - Remove unused allowDocumentToBeAgnosticToCSP r=ckerschb
|
2018-05-07 15:12:51 +02:00 |
LoadTainting.h
|
…
|
|
MemoryDownloader.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
MemoryDownloader.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
NetUtil.jsm
|
Bug 1463398 - Removal of deprecated newChannel() API on nsIIOService r=ckerschb
|
2018-05-22 13:09:41 +01:00 |
NetworkActivityMonitor.cpp
|
Backed out changeset e8f2d18830de (bug 1415536) for failing xpcshell netwerk/test/unit/test_network_activity.js at least on Android r=backout on a CLOSED TREE
|
2017-12-05 12:18:33 +02:00 |
NetworkActivityMonitor.h
|
Bug 1444490 Declare classses (and one method) in network/ final to reduce virtual function calls r=nwgh
|
2018-03-09 08:37:18 -06:00 |
NetworkInfoServiceCocoa.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
NetworkInfoServiceImpl.h
|
…
|
|
NetworkInfoServiceLinux.cpp
|
Bug 1372853 - Use nullptr in /netwerk (clang-tidy: modernize-use-nullptr). r=valentin
|
2017-06-16 01:35:00 -04:00 |
NetworkInfoServiceWindows.cpp
|
…
|
|
PartiallySeekableInputStream.cpp
|
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 8 - PartiallySeekableInputStream exposes nsIInputStreamLength, r=mayhemer
|
2018-05-23 07:12:35 +02:00 |
PartiallySeekableInputStream.h
|
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 8 - PartiallySeekableInputStream exposes nsIInputStreamLength, r=mayhemer
|
2018-05-23 07:12:35 +02:00 |
PollableEvent.cpp
|
Bug 1455446: Set CLOEXEC on socket FDs. r=dragana
|
2018-04-19 14:23:25 -07:00 |
PollableEvent.h
|
…
|
|
Predictor.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
Predictor.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
PrivateBrowsingChannel.h
|
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
|
2017-11-05 19:37:28 -08:00 |
ProxyAutoConfig.cpp
|
Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz
|
2018-05-17 10:59:45 +02:00 |
ProxyAutoConfig.h
|
Bug 1343741 - Part4: Label the timer in PACResolver, r=mayhemer
|
2017-07-05 00:48:00 +02:00 |
RedirectChannelRegistrar.cpp
|
…
|
|
RedirectChannelRegistrar.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ReferrerPolicy.h
|
Bug 1302449 - Remove the "referrer" directive in CSP, r=ckerschb
|
2018-05-09 13:15:08 +02:00 |
RequestContextService.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
RequestContextService.h
|
Bug 1348462 - Use a process-unique uint64 instead of a uuid for request context ids r=mcmanus
|
2017-03-23 07:40:36 -07:00 |
ShutdownLayer.cpp
|
Bug 1376638 - Minimize uses of prmem.h. r=glandium.
|
2017-06-30 19:05:41 -07:00 |
ShutdownLayer.h
|
…
|
|
SimpleBuffer.cpp
|
Bug 1360538 - convert SimpleBuffer to use NS_DECL_OWNINGTHREAD; r=hurley
|
2017-05-02 12:46:36 -04:00 |
SimpleBuffer.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
SimpleChannel.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
SimpleChannel.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
SimpleChannelParent.cpp
|
Bug 1380186 implement SimpleChannel Parent/Child IPC, r=kmag,mayhemer
|
2017-07-27 13:34:54 -07:00 |
SimpleChannelParent.h
|
Bug 1380186 implement SimpleChannel Parent/Child IPC, r=kmag,mayhemer
|
2017-07-27 13:34:54 -07:00 |
TCPFastOpen.h
|
Bug 1364189 - Make sure not to retry socketTransaction if nsHttpConnectionMgr cancels it. r=mcmanus
|
2017-05-24 11:19:40 +02:00 |
TCPFastOpenLayer.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
TCPFastOpenLayer.h
|
Bug 1430768 - Refine TFO telemetry. r=mcmanus
|
2018-01-17 06:47:00 +02:00 |
TLSServerSocket.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
TLSServerSocket.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
ThrottleQueue.cpp
|
Bug 1404198: Part 2c - Switch to NS_NewTimer* in necko. r=njn
|
2017-10-15 23:12:02 -07:00 |
ThrottleQueue.h
|
Bug 1382172 - Name nsITimerCallback instances in native implementation. r=billm
|
2017-07-27 02:18:20 +08:00 |
Tickler.cpp
|
Bug 1448021 - make TicklerTimer's constructor explicit; r=valentin
|
2018-03-27 10:51:32 -04:00 |
Tickler.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
moz.build
|
Bug 1456863 - Backed out bug 356831 (changeset 204bb43af943) for leaks r=me
|
2018-04-30 15:34:39 +02:00 |
mozIThirdPartyUtil.idl
|
…
|
|
netCore.h
|
…
|
|
nsASocketHandler.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsAsyncRedirectVerifyHelper.cpp
|
Bug 1378930 - Part 1: Remove nsINamed::SetName(). r=billm
|
2017-07-21 11:50:43 +08:00 |
nsAsyncRedirectVerifyHelper.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsAsyncStreamCopier.cpp
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
nsAsyncStreamCopier.h
|
…
|
|
nsAuthInformationHolder.cpp
|
…
|
|
nsAuthInformationHolder.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsBase64Encoder.cpp
|
Bug 1439362 - make nsBase64Encoder slightly less malloc-happy; r=valentin
|
2018-02-19 10:28:00 -05:00 |
nsBase64Encoder.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsBaseChannel.cpp
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
nsBaseChannel.h
|
Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj
|
2018-04-28 12:50:58 -07:00 |
nsBaseContentStream.cpp
|
Bug 1437604 - remove NS_INTERFACE_MAP_END_THREADSAFE; r=mystor
|
2018-02-12 14:36:46 -05:00 |
nsBaseContentStream.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsBufferedStreams.cpp
|
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 5 - nsBufferedInputStream exposes nsIInputStreamLength, r=froydnj, r=mayhemer
|
2018-05-23 07:12:35 +02:00 |
nsBufferedStreams.h
|
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 5 - nsBufferedInputStream exposes nsIInputStreamLength, r=froydnj, r=mayhemer
|
2018-05-23 07:12:35 +02:00 |
nsChannelClassifier.cpp
|
Bug 1460940 - Remove nsIDOMDocument uses in netwerk/. r=bz
|
2018-05-11 19:46:15 +02:00 |
nsChannelClassifier.h
|
Backed out 3 changesets (bug 1451307) for Mochitest failure on toolkit/components/url-classifier/tests/mochitest/test_bug1254766.html. CLOSED TREE
|
2018-04-26 05:08:47 +03:00 |
nsDNSPrefetch.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsDNSPrefetch.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsDirectoryIndexStream.cpp
|
Bug 1462937: Update callers to use nsIFile::GetDirectoryEntries as a nsIDirectoryEnumerator. r=froydnj
|
2018-05-19 20:17:45 -07:00 |
nsDirectoryIndexStream.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsDownloader.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsDownloader.h
|
…
|
|
nsFileStreams.cpp
|
Bug 1433982 - Make nsAtomicFileOutputStream::DoOpen() fail if the file is read-only. r=glandium
|
2018-01-31 10:01:26 +11:00 |
nsFileStreams.h
|
Bug 1421678 - Get rid of nsFileInputStream::Tell warning message when nsFileInputStream is destroyed, r=qdot
|
2018-01-03 14:02:43 +01: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
|
…
|
|
nsIBrowserSearchService.idl
|
Bug 1239708: Improve awesomebar autofill. Part 1: Core follow-ons. r=mak
|
2018-05-14 11:21:47 -07:00 |
nsIBufferedStreams.idl
|
Backed out changeset a418e4a81c02 (bug 1362388) for build bustage from netwerk/protocol/http/nsHttpChannel.cpp:597 not being declared. r=backout
|
2017-05-11 18:01:01 +02:00 |
nsIByteRangeRequest.idl
|
…
|
|
nsICacheInfoChannel.idl
|
Bug 1448476 - Cache entry corruption after writing the alternate data. r=honzab
|
2018-04-25 07:01:00 +03:00 |
nsICachingChannel.idl
|
…
|
|
nsICancelable.idl
|
…
|
|
nsICaptivePortalService.idl
|
Bug 1422277 - Add an observer notification for when the captive portal detection is "done" r=bagder
|
2017-12-01 13:20:29 +01:00 |
nsIChannel.idl
|
bug 1434852 - introducing TRR (DOH); r=mcmanus,valentin
|
2018-02-01 10:20:49 +01:00 |
nsIChannelEventSink.idl
|
…
|
|
nsIChannelWithDivertableParentListener.idl
|
…
|
|
nsIChildChannel.idl
|
…
|
|
nsIClassOfService.idl
|
Bug 1358060 - Allow postponing of unimportant resources opening during page load, class-of-service Tail flag. r=dragana
|
2017-08-30 09:32:00 -04:00 |
nsIClassifiedChannel.idl
|
Bug 1351147 - Use fullhash instead of prefix in OnClassifyComplete r=francois
|
2017-08-04 18:20:13 +08:00 |
nsIContentSniffer.idl
|
…
|
|
nsIDashboard.idl
|
Bug 1363700 - Add RCWN stats to about:networking r=bz,michal
|
2017-05-10 19:23:54 +02:00 |
nsIDashboardEventNotifier.idl
|
…
|
|
nsIDeprecationWarner.idl
|
…
|
|
nsIDivertableChannel.idl
|
…
|
|
nsIDownloader.idl
|
…
|
|
nsIEncodedChannel.idl
|
…
|
|
nsIExternalProtocolHandler.idl
|
…
|
|
nsIFileStreams.idl
|
Bug 1458821 - Rename nsIAsyncFileMetadata.asyncWait to asyncFileMetadataWait, r=smaug
|
2018-05-03 17:03:17 +02:00 |
nsIFileURL.idl
|
Bug 1442242 - Add nsIURIMutator method to mark when the URI implementation should support nsIFileURL r=mayhemer
|
2018-03-20 12:52:43 +01:00 |
nsIForcePendingChannel.idl
|
…
|
|
nsIFormPOSTActionChannel.idl
|
…
|
|
nsIHttpAuthenticatorCallback.idl
|
…
|
|
nsIHttpPushListener.idl
|
…
|
|
nsIIOService.idl
|
Bug 1455676 part 5. Remove nsIDOMNode usage from netwerk/. r=qdot
|
2018-05-29 22:58:48 -04:00 |
nsIIncrementalDownload.idl
|
…
|
|
nsIIncrementalStreamLoader.idl
|
…
|
|
nsIInputStreamChannel.idl
|
…
|
|
nsIInputStreamPump.idl
|
Bug 1402888 - Remove nsIInputStreamPump::Init() offset and limit params, r=smaug
|
2017-09-26 07:21:44 +02:00 |
nsILoadContextInfo.idl
|
Bug 1328653 - Merging all the various *OriginAttributes to just one, r=huseby
|
2017-01-12 17:38:48 +01:00 |
nsILoadGroup.idl
|
Bug 1247843 - Part 1: Add new property - contentRequestContextID. r=mconley, r=hurley
|
2017-09-20 20:08:00 -04:00 |
nsILoadGroupChild.idl
|
…
|
|
nsILoadInfo.idl
|
Bug 1460940 - Remove nsIDOMDocument uses in netwerk/. r=bz
|
2018-05-11 19:46:15 +02:00 |
nsIMIMEInputStream.idl
|
Bug 1389723 - Remove @deprecated nsIMIMEInputStream.addContentLength. r=dragana
|
2017-08-12 13:34:02 +09:00 |
nsIMultiPartChannel.idl
|
Bug 1307456 - Remove packaged app related changes to nsMultiMixedConv r=bagder
|
2016-10-31 15:32:15 +01:00 |
nsINestedURI.idl
|
Bug 1442242 - Make the constuctors of URI implementations private r=mayhemer
|
2018-03-20 23:23:31 +01:00 |
nsINetAddr.idl
|
…
|
|
nsINetUtil.idl
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsINetworkActivityData.idl
|
Backed out changeset e8f2d18830de (bug 1415536) for failing xpcshell netwerk/test/unit/test_network_activity.js at least on Android r=backout on a CLOSED TREE
|
2017-12-05 12:18:33 +02:00 |
nsINetworkInfoService.idl
|
…
|
|
nsINetworkInterceptController.idl
|
Bug 1231211 P7 Pass the nsIChannel to ShouldPrepareForIntercept(). r=asuth
|
2018-01-23 10:38:53 -05:00 |
nsINetworkLinkService.idl
|
…
|
|
nsINetworkPredictor.idl
|
Bug 1312954 - Part 5: Have the network predictor use OriginAttributes to properly partition connections it creates like non-predictive connections. r=nwgh
|
2017-02-02 22:16:00 -05:00 |
nsINetworkPredictorVerifier.idl
|
…
|
|
nsINetworkProperties.idl
|
…
|
|
nsINullChannel.idl
|
…
|
|
nsIOService.cpp
|
Bug 1455676 part 5. Remove nsIDOMNode usage from netwerk/. r=qdot
|
2018-05-29 22:58:48 -04:00 |
nsIOService.h
|
Bug 1455676 part 5. Remove nsIDOMNode usage from netwerk/. r=qdot
|
2018-05-29 22:58:48 -04:00 |
nsIParentChannel.idl
|
Bug 1351147 - Use fullhash instead of prefix in OnClassifyComplete r=francois
|
2017-08-04 18:20:13 +08:00 |
nsIParentRedirectingChannel.idl
|
Bug 1015466 - Part 3, PHttpBackgroundChannel lifecycle management. r=mayhemer
|
2017-04-24 11:09:35 +08:00 |
nsIPermission.idl
|
…
|
|
nsIPermissionManager.idl
|
Bug 1428922 - Part 0: Add an EXPIRE_POLICY expire type to nsPermissionManager, r=baku
|
2018-01-24 01:07:10 -02:00 |
nsIPrivateBrowsingChannel.idl
|
…
|
|
nsIProgressEventSink.idl
|
…
|
|
nsIPrompt.idl
|
…
|
|
nsIProtocolHandler.idl
|
Bug 1261289 - Follow-up: remove the word 'only' from a comment so it is more accurate. r=ntim
|
2017-08-11 09:15:11 -04:00 |
nsIProtocolProxyCallback.idl
|
…
|
|
nsIProtocolProxyFilter.idl
|
Bug 1152332 - Let connection proxy filters return the result asynchronously - core changes, r=michal
|
2018-02-08 07:18:00 +02:00 |
nsIProtocolProxyService.idl
|
Bug 1343741 - Part3: Pass labelled event target to nsIProtocolProxyService::AsyncResolve, r=mayhemer
|
2017-07-05 00:48:00 +02:00 |
nsIProtocolProxyService2.idl
|
Bug 1343741 - Part3: Pass labelled event target to nsIProtocolProxyService::AsyncResolve, r=mayhemer
|
2017-07-05 00:48:00 +02:00 |
nsIProxiedChannel.idl
|
…
|
|
nsIProxiedProtocolHandler.idl
|
…
|
|
nsIProxyInfo.idl
|
…
|
|
nsIRandomGenerator.idl
|
…
|
|
nsIRedirectChannelRegistrar.idl
|
…
|
|
nsIRedirectHistoryEntry.idl
|
Bug 1351146 - P1 - Add more information to redirect chains. r=dragana
|
2017-05-25 19:42:00 +02:00 |
nsIRedirectResultListener.idl
|
…
|
|
nsIRequest.idl
|
Bug 1331680 - Part 1: Send required cookies to the content process on demand. r=jdm
|
2017-08-03 19:00:41 +08:00 |
nsIRequestContext.idl
|
Bug 1358060 - Allow postponing of unimportant resources opening during page load, class-of-service Tail flag. r=dragana
|
2017-08-30 09:32:00 -04:00 |
nsIRequestObserver.idl
|
…
|
|
nsIRequestObserverProxy.idl
|
…
|
|
nsIResumableChannel.idl
|
…
|
|
nsISecCheckWrapChannel.idl
|
…
|
|
nsISecureBrowserUI.idl
|
Bug 1455674 part 13. Remove remaining xpidl uses of nsIDOMElement. r=qdot
|
2018-04-26 23:37:29 -04:00 |
nsISecurityEventSink.idl
|
…
|
|
nsISecurityInfoProvider.idl
|
…
|
|
nsISensitiveInfoHiddenURI.idl
|
…
|
|
nsISerializationHelper.idl
|
…
|
|
nsIServerSocket.idl
|
…
|
|
nsISimpleStreamListener.idl
|
…
|
|
nsISocketFilter.idl
|
…
|
|
nsISocketTransport.idl
|
Bug 1462357 - remove the channel and socket interface id r=bagder,baku
|
2018-05-16 16:05:03 -04:00 |
nsISocketTransportService.idl
|
Bug 1362498 - cache some networking mozilla::services r=bagder
|
2017-05-05 14:32:19 -04:00 |
nsISpeculativeConnect.idl
|
Bug 1304219 - Part 1: Add a nsISpeculativeConnect.speculativeConnect2() interface which takes a principal as an additional argument. r=mayhemer, sr=mcmanus
|
2016-10-24 12:18:25 +08:00 |
nsIStandardURL.idl
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsIStreamListener.idl
|
…
|
|
nsIStreamListenerTee.idl
|
…
|
|
nsIStreamLoader.idl
|
…
|
|
nsIStreamTransportService.idl
|
Bug 1371699 - Use of NonBlockingAsyncInputStream in our code base, r=froydnj
|
2018-01-31 16:45:20 +01:00 |
nsISyncStreamListener.idl
|
…
|
|
nsISystemProxySettings.idl
|
…
|
|
nsITLSServerSocket.idl
|
…
|
|
nsIThreadRetargetableRequest.idl
|
Bug 1405286: Part 1 - Allow retrieving the delivery target from retargetable requests. r=dragana
|
2017-10-14 18:30:38 -07:00 |
nsIThreadRetargetableStreamListener.idl
|
…
|
|
nsIThrottledInputChannel.idl
|
…
|
|
nsITimedChannel.idl
|
Bug 1423495 - Part6: Use threadsafe refcounting for nsServerTiming r=baku,nwgh
|
2018-04-24 13:04:12 +02:00 |
nsITraceableChannel.idl
|
…
|
|
nsITransport.idl
|
…
|
|
nsIUDPSocket.idl
|
Bug 1296464 - Part 1 - Add init2 method to nsIUDPSocket to allow opening sockets on specific IPs. r=hurley
|
2016-09-13 11:16:22 -04:00 |
nsIURI.idl
|
Bug 1434163 - Make all nsIURI attributes readonly r=mayhemer
|
2018-02-27 00:07:48 +01:00 |
nsIURIClassifier.idl
|
Bug 1421803 - Send ThreatHit requests and telemetry at the right time. r=dimi
|
2017-11-28 12:10:37 -08:00 |
nsIURIMutator.idl
|
Bug 1442242 - Add nsIURIMutator method to mark when the URI implementation should support nsIFileURL r=mayhemer
|
2018-03-20 12:52:43 +01:00 |
nsIURIMutatorUtils.cpp
|
Backed out 4 changesets (bug 525063) on request from Andi. a=backout
|
2018-04-13 16:01:28 +03:00 |
nsIURIWithPrincipal.idl
|
Bug 1431760 - Add NS_MutateURI.Apply that allows calling methods declared in other interfaces implemented by NS_MutateURI::mMutator r=mayhemer
|
2018-01-22 15:52:37 +01:00 |
nsIURL.idl
|
Bug 1432519 - Make nsIURL attributes readonly r=mayhemer
|
2018-01-31 03:06:58 +01:00 |
nsIURLParser.idl
|
…
|
|
nsIUploadChannel.idl
|
…
|
|
nsIUploadChannel2.idl
|
Bug 1421094 - nsIUploadChannel2.cloneUploadStream returns the length of the stream, r=smaug
|
2017-12-12 18:38:19 -06:00 |
nsIncrementalDownload.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsIncrementalStreamLoader.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsIncrementalStreamLoader.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsInputStreamChannel.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsInputStreamChannel.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsInputStreamPump.cpp
|
Bug 1450302 - nsInputStreamPump should interrupt the reading of the inputStream when suspended, r=michal
|
2018-05-05 22:58:43 +02:00 |
nsInputStreamPump.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsLoadGroup.cpp
|
Bug 1358060 - Allow postponing of unimportant resources opening during page load, class-of-service Tail flag. r=dragana
|
2017-08-30 09:32:00 -04:00 |
nsLoadGroup.h
|
…
|
|
nsMIMEInputStream.cpp
|
Bug 1434553 - Implement nsIInputStreamLength and nsIAsyncInputStreamLength - part 6 - nsMIMEInputStream exposes nsIInputStreamLength, r=mayhmer
|
2018-05-23 07:12:35 +02:00 |
nsMIMEInputStream.h
|
…
|
|
nsMediaFragmentURIParser.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsMediaFragmentURIParser.h
|
Bug 1311246 - Remove support for the -moz-samplesize media fragment; r=jrmuizel
|
2016-11-16 08:18:56 -05:00 |
nsNetAddr.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsNetAddr.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsNetSegmentUtils.h
|
…
|
|
nsNetUtil.cpp
|
Bug 1455676 part 5. Remove nsIDOMNode usage from netwerk/. r=qdot
|
2018-05-29 22:58:48 -04:00 |
nsNetUtil.h
|
Bug 1462357 - remove the channel and socket interface id r=bagder,baku
|
2018-05-16 16:05:03 -04:00 |
nsNetworkInfoService.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsNetworkInfoService.h
|
…
|
|
nsPACMan.cpp
|
Bug 1456863 - Backed out bug 356831 (changeset 204bb43af943) for leaks r=me
|
2018-04-30 15:34:39 +02:00 |
nsPACMan.h
|
Bug 1456863 - Backed out bug 356831 (changeset 204bb43af943) for leaks r=me
|
2018-04-30 15:34:39 +02:00 |
nsPILoadGroupInternal.idl
|
…
|
|
nsPISocketTransportService.idl
|
Backed out changeset e8f2d18830de (bug 1415536) for failing xpcshell netwerk/test/unit/test_network_activity.js at least on Android r=backout on a CLOSED TREE
|
2017-12-05 12:18:33 +02:00 |
nsPreloadedStream.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsPreloadedStream.h
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsProtocolProxyService.cpp
|
Bug 1463287: Add QueryInterface helper macro for concrete class types. r=bz
|
2018-05-21 16:33:18 -07:00 |
nsProtocolProxyService.h
|
Bug 1456863 - Backed out bug 356831 (changeset 204bb43af943) for leaks r=me
|
2018-04-30 15:34:39 +02:00 |
nsProxyInfo.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsProxyInfo.h
|
…
|
|
nsReadLine.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsRedirectHistoryEntry.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsRedirectHistoryEntry.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsRequestObserverProxy.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsRequestObserverProxy.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsSecCheckWrapChannel.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsSecCheckWrapChannel.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsSerializationHelper.cpp
|
Bug 1453134 - part 1 - add a string input stream constructor that accepts move references; r=baku
|
2018-04-11 10:06:17 -04:00 |
nsSerializationHelper.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsServerSocket.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsServerSocket.h
|
…
|
|
nsSimpleNestedURI.cpp
|
Bug 1460198 - When calling SetRef/SetQuery/SetPathQueryRef you should do the same for the inner URI r=bz
|
2018-05-12 16:30:07 +02:00 |
nsSimpleNestedURI.h
|
Bug 1460198 - When calling SetRef/SetQuery/SetPathQueryRef you should do the same for the inner URI r=bz
|
2018-05-12 16:30:07 +02:00 |
nsSimpleStreamListener.cpp
|
Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj
|
2018-04-28 12:50:58 -07:00 |
nsSimpleStreamListener.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsSimpleURI.cpp
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsSimpleURI.h
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsSocketTransport2.cpp
|
Bug 1463509 - SOCKS support for Alternative Services r=valentin
|
2018-05-22 13:50:56 -04:00 |
nsSocketTransport2.h
|
Bug 1462357 - remove the channel and socket interface id r=bagder,baku
|
2018-05-16 16:05:03 -04:00 |
nsSocketTransportService2.cpp
|
Bug 1451262 - Call NS_ProcessPendingEvents after StopSSLServerCertVerificationThreads r=mayhemer
|
2018-05-10 10:37:24 +02:00 |
nsSocketTransportService2.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStandardURL.cpp
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsStandardURL.h
|
Bug 1448058 - Remove nsIMutable from URI implementations r=mayhemer
|
2018-05-09 18:21:24 +02:00 |
nsStreamListenerTee.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsStreamListenerTee.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStreamListenerWrapper.cpp
|
…
|
|
nsStreamListenerWrapper.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStreamLoader.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStreamLoader.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStreamTransportService.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsStreamTransportService.h
|
Bug 1366869 - Make DISPATCH_NORMAL be the default flags argument for nsIEventTarget::Dispatch (r=froydnj)
|
2017-05-23 12:05:43 -07:00 |
nsSyncStreamListener.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsSyncStreamListener.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsTransportUtils.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsTransportUtils.h
|
…
|
|
nsUDPSocket.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsUDPSocket.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsURIHashKey.h
|
Bug 1297300 - Add missing checks to GetSpec() calls in netwerk/. r=hurley,dragana.
|
2016-08-26 16:40:57 +10:00 |
nsURLHelper.cpp
|
Bug 1453456 - Replace nsCRT::IsAscii{Alpha,Digit} with mfbt/TextUtils.h versions. r=froydnj
|
2018-04-12 20:19:30 -07:00 |
nsURLHelper.h
|
Bug 1439931 - nsIIOService.extractScheme/net_ExtractURLScheme should lowercase its output r=mayhemer
|
2018-02-26 16:42:27 +01:00 |
nsURLHelperOSX.cpp
|
Bug 870698 - Part 3: Replace Insert("") with InsertLiteral(""). r=erahm
|
2017-09-05 12:41:31 -07:00 |
nsURLHelperUnix.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsURLHelperWin.cpp
|
Bug 1378712 - Remove all trailing whitespaces r=Ehsan
|
2017-07-06 14:00:35 +02:00 |
nsURLParsers.cpp
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |
nsURLParsers.h
|
Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin
|
2018-04-30 19:46:04 +03:00 |