fune/dom/console
Simon Giesecke ad01a10a3b Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin
Note that this patch only transforms the use of the nsDataHashtable type alias
to a directly equivalent use of nsTHashMap. It does not change the specification
of the hash key type to make use of the key class deduction that nsTHashMap
allows for in some cases. That can be done in a separate step, but requires more
attention.

Differential Revision: https://phabricator.services.mozilla.com/D106008
2021-03-10 10:47:47 +00:00
..
tests Bug 1683228 - Check maxLogLevelPref value each time and use it when available. r=smaug 2021-01-06 01:11:24 +00:00
components.conf
Console.cpp Bug 1688833 - Migrate LookupForAdd to WithEntryHandle in dom/console. r=nika 2021-02-09 18:19:44 +00:00
Console.h Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
ConsoleAPIStorage.jsm
ConsoleCommon.h
ConsoleInstance.cpp Bug 1683228 - Check maxLogLevelPref value each time and use it when available. r=smaug 2021-01-06 01:11:24 +00:00
ConsoleInstance.h
ConsoleReportCollector.cpp
ConsoleReportCollector.h
ConsoleUtils.cpp
ConsoleUtils.h
moz.build
nsIConsoleAPIStorage.idl
nsIConsoleReportCollector.h