gecko-dev/browser
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
..
actors Bug 1716883 - fix autoscroll behaviour over various SVG elements, r=masayuki 2021-07-19 11:36:55 +00:00
app Backed out changeset 0ceb86d2fcc1 (bug 1719755) for xpcshell failures on test_AboutHomeStartupCacheWorker.js. CLOSED TREE 2021-07-19 23:16:28 +03:00
base Bug 1708008 - Remove browser's extension icon, always use extensionGeneric as default extension icon. r=mixedpuppy 2021-07-19 16:58:11 +00:00
branding Bug 1714462 - Part 3: Remove CSS rules from browser/themes using "not (-proton)" r=Gijs,preferences-reviewers 2021-07-07 20:59:03 +00:00
components Bug 1691575 - [devtools] Don't rely on webconsole fronts to fetch longStrings fullText. r=bomsy. 2021-07-20 15:20:11 +00:00
config Bug 1720403 - reenable what's new page on release for 90+. r=releng-reviewers,mtabara DONTBUILD 2021-07-14 08:58:11 +00:00
docs
extensions Bug 1719492 - Migrates screenshot icons into the browser/component/screenshots directory. r=emalysz 2021-07-20 14:49:00 +00:00
fonts Bug 1714632 - Update bundled TwemojiMozilla font to 0.6.0 (Twemoji 13.1). r=lsalzman 2021-07-16 23:04:00 +00:00
fxr Bug 1704970 - Move fxr's refresh icon to its own assets directory. 2021-07-09 20:07:08 +00:00
installer Bug 1708008 - Remove browser's extension icon, always use extensionGeneric as default extension icon. r=mixedpuppy 2021-07-19 16:58:11 +00:00
locales Bug 1719727 - Change "Personalize" on New Tab to gear icon. r=prathiksha,fluent-reviewers,Gijs,thecount 2021-07-15 19:36:50 +00:00
modules Bug 1720610 - Remove expiring unique site origins per loaded tabs telemetry r=Gijs 2021-07-19 22:25:56 +00:00
themes Bug 1714791 - Removes illustration from empty search result. r=mconley 2021-07-20 13:51:05 +00:00
tools/mozscreenshots
.eslintrc.js Bug 1515695 - Remove Task.jsm. r=florian,jdescottes 2021-06-17 08:28:02 +00:00
app.mozbuild
build.mk
confvars.sh
defs.mk
l10n-registry.manifest
LICENSE
Makefile.in
moz.build
moz.configure