gecko-dev/devtools
Nicolas Chevobbe f928f3a26d Bug 1691575 - [devtools] Don't rely on webconsole fronts to fetch longStrings fullText. r=bomsy.
The Netmonitor used to call the WebConsoleFront `getString` method to get the full
text of a long string. This could make some test to fail with Fission and target
switching.
Since the webconsole actor is not even involved in the webconsole method, there's
no reason to keep using it. A similar function is added into a util file; the only
difference is that it doesn't cache the front it creates, which does not matter
as the netmonitor only calls this once and then put the full text in its redux
store.
This allows us to re-enable `browser_ext_devtools_network.js` with Fission.

Differential Revision: https://phabricator.services.mozilla.com/D120333
2021-07-20 15:20:11 +00:00
..
client Bug 1691575 - [devtools] Don't rely on webconsole fronts to fetch longStrings fullText. r=bomsy. 2021-07-20 15:20:11 +00:00
docs Bug 1717861 - [devtools] Remove poppedFrames from ThreadActor paused event r=ochameau,devtools-backward-compat-reviewers 2021-07-05 15:58:46 +00:00
platform
server Bug 1712983 - memoize decoded certificates in devtools to avoid unnecessary work r=ochameau 2021-07-19 20:15:49 +00:00
shared Bug 1712983 - memoize decoded certificates in devtools to avoid unnecessary work r=ochameau 2021-07-19 20:15:49 +00:00
startup Bug 1703167 - [devtools] Replaces aboutdevtools footer-link display to inline. r=Honza 2021-07-09 09:43:53 +00:00
.eslintrc.js
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
templates.mozbuild
tsconfig.json