Name Description Size Coverage
ChildDNSService.cpp 16996 -
ChildDNSService.h 2737 -
DNS.cpp aPrefixToPreserve 15245 -
DNS.h address family (0x00ff maskable) 9196 -
DNSAdditionalInfo.cpp 577 -
DNSAdditionalInfo.h 1137 -
DNSByTypeRecord.h 5955 -
DNSListenerProxy.cpp 1867 -
DNSListenerProxy.h 1525 -
DNSLogging.h 742 -
DNSPacket.cpp 34635 -
DNSPacket.h 3990 -
DNSRequestBase.h 5440 -
DNSRequestChild.cpp 18614 -
DNSRequestChild.h 1414 -
DNSRequestParent.cpp 6523 -
DNSRequestParent.h 1555 -
DNSServiceBase.cpp 4115 -
DNSServiceBase.h 1056 -
DNSUtils.cpp 2449 -
DNSUtils.h 665 -
effective_tld_names.dat 332180 -
GetAddrInfo.cpp 21240 -
GetAddrInfo.h Look up a host by name. Mostly equivalent to getaddrinfo(host, NULL, ...) of RFC 3493. @param aHost[in] Character string defining the host name of interest @param aAddressFamily[in] May be AF_INET, AF_INET6, or AF_UNSPEC. @param aFlags[in] See nsIDNSService::DNSFlags @param aAddrInfo[out] Will point to the results of the host lookup, or be null if the lookup failed. @param aGetTtl[in] If true, the TTL will be retrieved if DNS provides the answers.. 4018 -
HostRecordQueue.cpp 6812 -
HostRecordQueue.h 3159 -
HTTPSSVC.cpp 19814 -
HTTPSSVC.h 4824 -
IDNBlocklistUtils.cpp 1858 -
IDNBlocklistUtils.h 1962 -
IDNCharacterBlocklist.inc 1365 -
metrics.yaml 25172 -
moz.build 2827 -
NativeDNSResolverOverrideChild.cpp 1552 -
NativeDNSResolverOverrideChild.h 1444 -
NativeDNSResolverOverrideParent.cpp 3566 -
NativeDNSResolverOverrideParent.h 982 -
nsDNSService2.cpp 57329 -
nsDNSService2.h 4386 -
nsEffectiveTLDService.cpp 16019 -
nsEffectiveTLDService.h 2667 -
nsHostRecord.cpp 22964 -
nsHostRecord.h This class is used to notify listeners when a ResolveHost operation is complete. Classes that derive it must implement threadsafe nsISupports to be able to use RefPtr with this class. 13955 -
nsHostResolver.cpp static 64997 -
nsHostResolver.h nsHostResolver - an asynchronous host name resolver. 13435 -
nsIDNSAdditionalInfo.idl 435 -
nsIDNSByTypeRecord.idl Returns DNS request type that was made for this request. 4507 -
nsIDNService.cpp Implementation file 25813 -
nsIDNService.h Determine whether a label is considered safe to display to the user according to the algorithm defined in UTR 39. For the ASCII-only profile, returns false for all labels containing non-ASCII characters. For the other profiles, returns false for labels containing any of the following: Characters in scripts other than the "recommended scripts" and "aspirational scripts" defined in http://www.unicode.org/reports/tr31/#Table_Recommended_Scripts and http://www.unicode.org/reports/tr31/#Aspirational_Use_Scripts This includes codepoints that are not defined as Unicode characters Illegal combinations of scripts (@see illegalScriptCombo) Numbers from more than one different numbering system Sequences of the same non-spacing mark Both simplified-only and traditional-only Chinese characters XXX this test was disabled by bug 857481 3425 -
nsIDNSListener.idl nsIDNSListener 1188 -
nsIDNSRecord.idl nsIDNSRecord this interface represents the result of a DNS lookup. since a DNS query may return more than one resolved IP address, the record acts like an enumerator, allowing the caller to easily step through the list of IP addresses. 4956 -
nsIDNSService.idl nsIDNSService 15654 -
nsIEffectiveTLDService.idl Returns the public suffix of a URI. A public suffix is the highest-level domain under which individual domains may be registered; it may therefore contain one or more dots. For example, the public suffix for "www.bbc.co.uk" is "co.uk", because the .uk TLD does not allow the registration of domains at the second level ("bbc.uk" is forbidden). The public suffix will be returned encoded in ASCII/ACE and will be normalized according to RFC 3454, i.e. the same encoding returned by nsIURI::GetAsciiHost(). If consumers wish to compare the result of this method against the host from another nsIURI, the host should be obtained using nsIURI::GetAsciiHost(). In the case of nested URIs, the innermost URI will be used. @param aURI The URI to be analyzed @returns the public suffix @throws NS_ERROR_UNEXPECTED or other error returned by nsIIDNService::normalize when the hostname contains characters disallowed in URIs @throws NS_ERROR_HOST_IS_IP_ADDRESS if the host is a numeric IPv4 or IPv6 address (as determined by the success of a call to PR_StringToNetAddr()). 10501 -
nsIIDNService.idl IDN (Internationalized Domain Name) support. Provides facilities for manipulating IDN hostnames according to UTS #46 as parametrized by the WHATWG URL Standard. UTS #46: https://www.unicode.org/reports/tr46/ URL Standard: https://url.spec.whatwg.org/ 3091 -
nsINativeDNSResolverOverride.idl Adds an IP override for this specific host. 1153 -
nsITRRSkipReason.idl 6806 -
nsPIDNSService.idl This is a private interface used by the internals of the networking library. It will never be frozen. Do not use it in external code. 1038 -
PDNSRequest.ipdl 1100 -
PDNSRequestParams.ipdlh 1036 -
PlatformDNSAndroid.cpp 4513 -
PlatformDNSMac.cpp 5331 -
PlatformDNSUnix.cpp 2818 -
PlatformDNSWin.cpp 4587 -
PNativeDNSResolverOverride.ipdl 680 -
prepare_tlds.py Processes a file containing effective TLD data. See the following URL for a description of effective TLDs and of the file format that this script processes (although for the latter you're better off just reading this file's short source code). http://wiki.mozilla.org/Gecko:Effective_TLD_Service 4417 -
PTRRService.ipdl 955 -
tests -
TRR.cpp 31639 -
TRR.h 4888 -
TRRQuery.cpp 12140 -
TRRQuery.h 4004 -
TRRService.cpp 47236 -
TRRService.h 14082 -
TRRServiceBase.cpp 11004 -
TRRServiceBase.h 3722 -
TRRServiceChild.cpp static 3828 -
TRRServiceChild.h 1661 -
TRRServiceParent.cpp 7639 -
TRRServiceParent.h 1804 -