gecko-dev/netwerk/dns
Valentin Gosu b7271572bc Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw
None of the values in nsIDNSSerrvice::DNSFlags that are greater than 1 << 15
currently have any impact on the behaviour of GetAddrInfo, but if we wanted
to define others, those bits might get truncated.
It is better just to keep the same type all though the function call pipeline.

Depends on D212109

Differential Revision: https://phabricator.services.mozilla.com/D224931
2024-10-14 18:19:01 +00:00
..
tests Bug 1915419 - Add nsIEffectiveTLDService getSchemelessSiteFromHost. r=bvandersloot,necko-reviewers,valentin 2024-09-24 09:17:55 +00:00
ChildDNSService.cpp
ChildDNSService.h
DNS.cpp Backed out changeset e45824d07bb5 (bug 1915982) for causing xpcshell failures in /test_trr.js CLOSED TREE 2024-10-07 09:51:03 -04:00
DNS.h
DNSAdditionalInfo.cpp
DNSAdditionalInfo.h
DNSByTypeRecord.h Bug 1916418 - Expose IsTRR for nsIDNSHTTPSSVCRecord, r=necko-reviewers,valentin 2024-10-08 09:31:55 +00:00
DNSListenerProxy.cpp
DNSListenerProxy.h
DNSLogging.h
DNSPacket.cpp
DNSPacket.h
DNSRequestBase.h
DNSRequestChild.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
DNSRequestChild.h
DNSRequestParent.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
DNSRequestParent.h
DNSServiceBase.cpp
DNSServiceBase.h
DNSUtils.cpp
DNSUtils.h
effective_tld_names.dat No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes mobile-experiments ct-logs - r=release-managers,RyanVM 2024-10-10 12:09:08 +00:00
GetAddrInfo.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
GetAddrInfo.h Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
HostRecordQueue.cpp
HostRecordQueue.h
HTTPSSVC.cpp Bug 1916418 - Ignore the svcb record when the targetName doesn't match cname, r=necko-reviewers,valentin 2024-10-08 09:31:55 +00:00
HTTPSSVC.h Bug 1916418 - Ignore the svcb record when the targetName doesn't match cname, r=necko-reviewers,valentin 2024-10-08 09:31:55 +00:00
IDNBlocklistUtils.cpp
IDNBlocklistUtils.h
IDNCharacterBlocklist.inc
moz.build
NativeDNSResolverOverrideChild.cpp
NativeDNSResolverOverrideChild.h
NativeDNSResolverOverrideParent.cpp
NativeDNSResolverOverrideParent.h
nsDNSService2.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
nsDNSService2.h
nsEffectiveTLDService.cpp Bug 1915419 - Add nsIEffectiveTLDService getSchemelessSiteFromHost. r=bvandersloot,necko-reviewers,valentin 2024-09-24 09:17:55 +00:00
nsEffectiveTLDService.h
nsHostRecord.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
nsHostRecord.h Bug 1916418 - Expose IsTRR for nsIDNSHTTPSSVCRecord, r=necko-reviewers,valentin 2024-10-08 09:31:55 +00:00
nsHostResolver.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
nsHostResolver.h Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
nsIDNKitInterface.h
nsIDNSAdditionalInfo.idl
nsIDNSByTypeRecord.idl Bug 1916418 - Expose IsTRR for nsIDNSHTTPSSVCRecord, r=necko-reviewers,valentin 2024-10-08 09:31:55 +00:00
nsIDNService.cpp
nsIDNService.h
nsIDNSListener.idl
nsIDNSRecord.idl
nsIDNSService.idl
nsIEffectiveTLDService.idl Bug 1915419 - Add nsIEffectiveTLDService getSchemelessSiteFromHost. r=bvandersloot,necko-reviewers,valentin 2024-09-24 09:17:55 +00:00
nsIIDNService.idl
nsINativeDNSResolverOverride.idl
nsITRRSkipReason.idl
nsPIDNSService.idl
PDNSRequest.ipdl
PDNSRequestParams.ipdlh
PlatformDNSAndroid.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
PlatformDNSUnix.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
PlatformDNSWin.cpp Bug 1122907 - Fix GetAddrInfo functions to pass in a uint32_t flags instead of uint16_t r=necko-reviewers,kershaw 2024-10-14 18:19:01 +00:00
PNativeDNSResolverOverride.ipdl
prepare_tlds.py
PTRRService.ipdl
PublicSuffixList.sys.mjs
TRR.cpp Backed out changeset fcdba2439ab1 (bug 1922235) for causing build bustages. CLOSED TREE 2024-10-09 17:19:18 +03:00
TRR.h
TRRQuery.cpp
TRRQuery.h
TRRService.cpp Bug 1920562 - Remove C++ Telemetry::SetEventRecordingEnabled r=florian,necko-reviewers,valentin 2024-10-08 20:14:41 +00:00
TRRService.h
TRRServiceBase.cpp
TRRServiceBase.h
TRRServiceChild.cpp
TRRServiceChild.h
TRRServiceParent.cpp
TRRServiceParent.h