gecko-dev/devtools
Nicolas Chevobbe 9ef7faec7e Bug 1687485 - [devtools] Fix error count on navigation when console isn't enabled. r=ladybenko.
We used to not do anything on navigation for the error count
at the toolbox level, but the test we had to check that the
count was reset on navigation was working; this is because
there's a hook in the console panel to clear the error count
when the console is cleared, and in the test, the console panel
was selected.
This patch fixes that and adds a new test that run some assertion
on reload, without ever enabling the console panel.
Since some assertions seem redundant with the test we already had,
we remove them from the old test.

Differential Revision: https://phabricator.services.mozilla.com/D102325
2021-01-21 16:53:09 +00:00
..
client Bug 1687485 - [devtools] Fix error count on navigation when console isn't enabled. r=ladybenko. 2021-01-21 16:53:09 +00:00
docs Bug 1682780 - [devtools] Adapt tests and doc now that ThreadActor.attach no longer pause the thread. r=nchevobbe 2021-01-07 13:33:40 +00:00
platform Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
server Backed out changeset acc496d59a30 (bug 1682220) after backing out Bug 1657130 for being its blocker. 2021-01-21 14:11:55 +02:00
shared Backed out 3 changesets (bug 1662129) for causing devtools failures in browser_dbg-pause-points.js a=backout 2021-01-21 11:40:48 +02:00
startup Bug 1682780 - [devtools] Avoid pausing on thread actor's attach request. r=nchevobbe,jdescottes 2021-01-07 15:02:11 +00:00
.eslintrc.js
.eslintrc.mochitests.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
templates.mozbuild
tsconfig.json