gecko-dev/netwerk/dns
Simon Giesecke 8ecfb38a41 Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika
GetValue is going to be removed in a subsequent patch. It is no longer needed,
because it can be replaced by functions already provided by nsBaseHashtable,
in particular Lookup and Contains.

Also, its name was confusing, since it specifically returns a pointer that
allows and is intended for modifying the entry within the hashtable, rather
than returning by-value. According to the naming rules to be set on
nsBaseHashtable, it would also needed to be renamed to "Lookup*. Removing
its uses saves this effort.

Differential Revision: https://phabricator.services.mozilla.com/D105476
2021-03-01 09:59:30 +00:00
..
mdns Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
tests
ChildDNSService.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
ChildDNSService.h Bug 1689987 - P4: Add a telemetry probe to collect channel success rate when ODoH is used r=necko-reviewers,valentin 2021-02-18 12:50:03 +00:00
DNS.cpp Bug 1689987 - P1: Don't mess up TRR telemetry when ODoH is used r=necko-reviewers,valentin 2021-02-18 12:50:02 +00:00
DNS.h Bug 1694604 - Fix static analysis warnings in netwerk/dns r=necko-reviewers,dragana 2021-02-24 16:37:04 +00:00
DNSByTypeRecord.h
DNSListenerProxy.cpp
DNSListenerProxy.h
DNSPacket.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
DNSPacket.h Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
DNSRequestBase.h
DNSRequestChild.cpp Bug 1688092 - Update ODoHConfigs when the TTL expires r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
DNSRequestChild.h
DNSRequestParent.cpp
DNSRequestParent.h
DNSResolverInfo.cpp
DNSResolverInfo.h
effective_tld_names.dat No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=RyanVM 2021-02-27 00:22:47 +00:00
GetAddrInfo.cpp Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
GetAddrInfo.h
HTTPSSVC.cpp
HTTPSSVC.h
IDNBlocklistUtils.cpp
IDNBlocklistUtils.h Bug 1694604 - Fix static analysis warnings in netwerk/dns r=necko-reviewers,dragana 2021-02-24 16:37:04 +00:00
IDNCharacterBlocklist.inc
moz.build
NativeDNSResolverOverrideChild.cpp
NativeDNSResolverOverrideChild.h
NativeDNSResolverOverrideParent.cpp
NativeDNSResolverOverrideParent.h
nsDNSService2.cpp Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
nsDNSService2.h Bug 1689987 - P4: Add a telemetry probe to collect channel success rate when ODoH is used r=necko-reviewers,valentin 2021-02-18 12:50:03 +00:00
nsEffectiveTLDService.cpp
nsEffectiveTLDService.h
nsHostResolver.cpp Bug 1691913 - Rename nsBaseHashtable::GetOrInsert(With) to LookupOrInsert(With). r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:45 +00:00
nsHostResolver.h Bug 1688092 - Update ODoHConfigs when the TTL expires r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
nsIDNKitInterface.h
nsIDNSByTypeRecord.idl Bug 1688092 - Update ODoHConfigs when the TTL expires r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
nsIDNService.cpp
nsIDNService.h
nsIDNSListener.idl
nsIDNSRecord.idl
nsIDNSResolverInfo.idl
nsIDNSService.idl Bug 1689987 - P4: Add a telemetry probe to collect channel success rate when ODoH is used r=necko-reviewers,valentin 2021-02-18 12:50:03 +00:00
nsIEffectiveTLDService.idl
nsIIDNService.idl
nsINativeDNSResolverOverride.idl
nsPIDNSService.idl
ODoH.cpp Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
ODoH.h Bug 1689987 - P3: Add some ODoH specific skip reasons r=necko-reviewers,valentin 2021-02-18 12:50:03 +00:00
ODoHService.cpp Bug 1688092 - Update ODoHConfigs when the TTL expires r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
ODoHService.h Bug 1688092 - Update ODoHConfigs when the TTL expires r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
PDNSRequest.ipdl
PDNSRequestParams.ipdlh
PNativeDNSResolverOverride.ipdl
prepare_tlds.py
PTRRService.ipdl
PublicSuffixList.jsm
punycode.c
punycode.h
TRR.cpp Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
TRR.h Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
TRRQuery.cpp Bug 1688092 - Make sure mTrrA and mTrrAAAA are set properly before dispatching them r=necko-reviewers,valentin 2021-02-25 13:07:04 +00:00
TRRQuery.h Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
TRRService.cpp Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
TRRService.h Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00
TRRServiceBase.cpp
TRRServiceBase.h
TRRServiceChild.cpp
TRRServiceChild.h
TRRServiceParent.cpp
TRRServiceParent.h
TRRSkippedReason.h Bug 1694604 - Move TRRSkippedReason out of nsHostResolver.h r=necko-reviewers,dragana 2021-02-24 16:37:03 +00:00