gecko-dev/devtools
Julian Descottes dff8d66458 Bug 1797785 - [devtools] Add tests for Network Observer r=bomsy
Depends on D162193

This adds only very basic tests for the observer, but I would like to discuss about switching the API to a fully event-based solution.
I initially decided against it because I didn't want to create unnecessary changes for DevTools, but in the end, the owner pattern is quite verbose if
we want to use it for testing. Having events instead would make it more flexible, we could test only what we are interested in, with minimal overhead.

If we agree on this, we can land those very simple tests and I can move on to change the API to use events and update the tests, before we add more
tests.

Differential Revision: https://phabricator.services.mozilla.com/D162195
2022-11-18 15:52:05 +00:00
..
client Bug 1801045 - Replaced ObjectInspector handling for custom formatter output by separate one. r=nchevobbe 2022-11-18 08:27:39 +00:00
docs Bug 1788033 - [devtools] Update StyleEditor documentation for at-rules sidebar. r=jdescottes. 2022-11-09 16:29:51 +00:00
perfdocs Backed out changeset b0f8e402178c (bug 1753413) for causing perfdocs lint failures. CLOSED TREE 2022-02-03 21:36:02 +02:00
platform Bug 1793575 - [devtools] Convert jsdebugger.jsm to jsdebugger.sys.mjs. r=Honza,webdriver-reviewers,whimboo 2022-10-06 14:21:22 +00:00
server Bug 1797785 - [devtools] Switch NetworkObserver constructor to named arguments r=bomsy 2022-11-18 15:52:04 +00:00
shared Bug 1797785 - [devtools] Add tests for Network Observer r=bomsy 2022-11-18 15:52:05 +00:00
startup Backed out 19 changesets (bug 1541508) for causing xpcshell failures on test_notHeadlessByDefault.js CLOSED TREE 2022-11-01 22:38:52 -04:00
.eslintrc.js Bug 1793604 - [devtools] Inject JSM/ESM globals directly from Loader.jsm/sys.mjs. r=jdescottes 2022-10-14 12:19:42 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
rename.py Bug 1793760 - [devtools] Use same URL for development version of react. r=jdescottes 2022-10-10 11:44:59 +00:00
templates.mozbuild Bug 1793760 - [devtools] Use same URL for development version of react. r=jdescottes 2022-10-10 11:44:59 +00:00
tsconfig.json