gecko-dev/devtools
Nicolas Chevobbe cc96b2b490 Bug 1782488 - [devtools] Clear console service cache in browser_console_modes.js for non-fission case. r=jdescottes.
In the test, when fission isn't supported, we use Cu.reportError within
a SpecialPowers task, which puts the message in the console service cache.
If the test runs multiple time, the next iteration will run the test
with Fission support, which will consume cached messages, making the reportError
message appears more than we want.
This isn't a problem we can face in normal usage as when Fission is not supported,
we don't retrieve cached messages.
In order to fix the test failure, we simply clear the console service cache from
the content process.

Depends on D153327

Differential Revision: https://phabricator.services.mozilla.com/D153353
2022-08-02 06:54:06 +00:00
..
client Bug 1782488 - [devtools] Clear console service cache in browser_console_modes.js for non-fission case. r=jdescottes. 2022-08-02 06:54:06 +00:00
docs Bug 1780396 - [devtools] fix typo in docs for devtools throttling speeds r=nchevobbe 2022-07-21 16:29:17 +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 1667455 - Part 5: Stop importing Services.jsm from chrome-priv JS code, top-level single-line cases. r=kmag,webdriver-reviewers,perftest-reviewers,webcompat-reviewers,geckoview-reviewers,extension-reviewers,application-update-reviewers,pip-reviewers,twisniewski,m_kato,jdescottes,mconley,AlexandruIonescu,mossop 2022-07-11 12:41:50 +00:00
server Bug 1776853 - [devtools] Don't restore target configuration when it is destroyed because of switching mode. r=jdescottes. 2022-08-01 09:33:19 +00:00
shared Bug 1777253 - [devtools] Remove content messages from console when switching to parent process only mode. r=jdescottes. 2022-08-01 09:33:19 +00:00
startup Bug 1777486 - Part 2: Migrate XPCOMUtils.jsm consumers with automatic migration. r=webdriver-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,kmag,owlish,whimboo 2022-07-12 04:21:34 +00:00
.eslintrc.js Bug 1508688 - Enable 'react/no-deprecated' ESLint rule for devtools/. r=devtools-reviewers,nchevobbe 2022-06-16 10:03:12 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build Bug 1737573 - [devtools] Migrate MDN docs into Sphinx (connect docs to toc + css) r=nchevobbe,ahal 2021-11-03 10:45:52 +00:00
templates.mozbuild
tsconfig.json