gecko-dev/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
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 Bug 1649221: Update ChromeUtils.generateQI callers to pass strings. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,preferences-reviewers,agi,whimboo,Bebe,twisniewski 2020-07-10 23:58:28 +00:00
ConsoleCommon.h Bug 1671641 - Make `dom/console` buildable outside of `unified-build` environment. r=sg 2020-10-21 08:00:16 +00:00
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 Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ConsoleReportCollector.h Bug 1626570 - Improve handling of copying arrays in dom/console/. r=baku 2020-05-06 11:49:25 +00:00
ConsoleUtils.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
ConsoleUtils.h
components.conf
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsIConsoleAPIStorage.idl
nsIConsoleReportCollector.h Bug 1619971 - Clear-site-data operations show appear in the console - part 1 - report and flush console events, r=dragana 2020-03-04 15:12:05 +00:00