gecko-dev/netwerk/dns
2020-07-01 12:34:15 +00:00
..
mdns
tests Bug 1641693 - Replace a bunch of uses of GENERATED_FILES with the GeneratedFile template r=necko-reviewers,geckoview-reviewers,aklotz,dragana,froydnj 2020-06-01 16:00:28 +00:00
ChildDNSService.cpp Bug 1641496 - P2: Fix some problems to pass DNS related tests r=dragana 2020-06-04 22:56:47 +00:00
ChildDNSService.h Bug 1616014 - Get rid off nsMainThreadPtrHandle in DNSListenerProxy r=valentin 2020-05-19 13:54:48 +00:00
DNS.cpp
DNS.h
DNSByTypeRecord.h Bug 1626570 - Improve handling of copying arrays in netwerk/dns/. r=valentin,necko-reviewers 2020-05-05 10:40:41 +00:00
DNSListenerProxy.cpp Bug 1616014 - Get rid off nsMainThreadPtrHandle in DNSListenerProxy r=valentin 2020-05-19 13:54:48 +00:00
DNSListenerProxy.h Bug 1616014 - Get rid off nsMainThreadPtrHandle in DNSListenerProxy r=valentin 2020-05-19 13:54:48 +00:00
DNSRequestBase.h
DNSRequestChild.cpp Bug 1641496 - P2: Fix some problems to pass DNS related tests r=dragana 2020-06-04 22:56:47 +00:00
DNSRequestChild.h
DNSRequestParent.cpp Bug 1641496 - P2: Fix some problems to pass DNS related tests r=dragana 2020-06-04 22:56:47 +00:00
DNSRequestParent.h
effective_tld_names.dat No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2020-06-15 14:33:28 +00:00
GetAddrInfo.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
GetAddrInfo.h Bug 1635364 - Make netwerk/dns build outside unified build environment. r=valentin,necko-reviewers 2020-05-11 08:20:34 +00:00
HTTPSSVC.cpp Bug 1623126 - Parse HTTPSSVC records in TRR r=dragana,necko-reviewers 2020-05-04 19:56:51 +00:00
HTTPSSVC.h Bug 1626570 - Improve handling of copying arrays in netwerk/dns/. r=valentin,necko-reviewers 2020-05-05 10:40:41 +00:00
IDNBlocklistUtils.cpp Bug 1635364 - Make netwerk/dns build outside unified build environment. r=valentin,necko-reviewers 2020-05-11 08:20:34 +00:00
IDNBlocklistUtils.h
IDNCharacterBlocklist.inc
moz.build Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
NativeDNSResolverOverrideChild.cpp Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
NativeDNSResolverOverrideChild.h Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
NativeDNSResolverOverrideParent.cpp Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
NativeDNSResolverOverrideParent.h Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
nsDNSService2.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDNSService2.h
nsEffectiveTLDService.cpp
nsEffectiveTLDService.h
nsHostResolver.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsHostResolver.h Bug 1623126 - Parse HTTPSSVC records in TRR r=dragana,necko-reviewers 2020-05-04 19:56:51 +00:00
nsIDNKitInterface.h
nsIDNSByTypeRecord.idl Bug 1626570 - Improve handling of copying arrays in netwerk/dns/. r=valentin,necko-reviewers 2020-05-05 10:40:41 +00:00
nsIDNService.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsIDNService.h Bug 1635364 - Make netwerk/dns build outside unified build environment. r=valentin,necko-reviewers 2020-05-11 08:20:34 +00:00
nsIDNSListener.idl Bug 1616014 - Get rid off nsMainThreadPtrHandle in DNSListenerProxy r=valentin 2020-05-19 13:54:48 +00:00
nsIDNSRecord.idl
nsIDNSService.idl Bug 1634462 - Add doh-rollout.mode pref check and mode change notification r=dragana,necko-reviewers 2020-05-13 13:37:02 +00:00
nsIEffectiveTLDService.idl
nsIIDNService.idl
nsINativeDNSResolverOverride.idl
nsPIDNSService.idl
PDNSRequest.ipdl
PDNSRequestParams.ipdlh Bug 1641496 - P2: Fix some problems to pass DNS related tests r=dragana 2020-06-04 22:56:47 +00:00
PNativeDNSResolverOverride.ipdl Bug 1641496 - P8: Introduce PNativeDNSResolverOverride.ipdl r=valentin 2020-06-05 13:27:35 +00:00
prepare_tlds.py
PTRRService.ipdl Bug 1637648 - P2: Make TRRServiceParent use nsIOService to forward observer notifications r=dragana 2020-06-23 11:11:16 +00:00
PublicSuffixList.jsm
punycode.c
punycode.h
TRR.cpp Bug 1649417 - Don't perform unnecessary DoH CNAME requests r=dragana,necko-reviewers 2020-07-01 12:34:15 +00:00
TRR.h Bug 1649417 - Don't perform unnecessary DoH CNAME requests r=dragana,necko-reviewers 2020-07-01 12:34:15 +00:00
TRRService.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
TRRService.h Bug 1637648 - P2: Make TRRServiceParent use nsIOService to forward observer notifications r=dragana 2020-06-23 11:11:16 +00:00
TRRServiceBase.cpp Bug 1539819 - P5: Extract the logic of processing TRRService URI r=valentin 2020-05-18 20:18:15 +00:00
TRRServiceBase.h Bug 1539819 - P5: Extract the logic of processing TRRService URI r=valentin 2020-05-18 20:18:15 +00:00
TRRServiceChild.cpp Bug 1637648 - P2: Make TRRServiceParent use nsIOService to forward observer notifications r=dragana 2020-06-23 11:11:16 +00:00
TRRServiceChild.h Bug 1539819 - P5: Extract the logic of processing TRRService URI r=valentin 2020-05-18 20:18:15 +00:00
TRRServiceParent.cpp Bug 1637648 - P2: Make TRRServiceParent use nsIOService to forward observer notifications r=dragana 2020-06-23 11:11:16 +00:00
TRRServiceParent.h Bug 1637648 - P2: Make TRRServiceParent use nsIOService to forward observer notifications r=dragana 2020-06-23 11:11:16 +00:00