gecko-dev/devtools
Alexandre Poirot c43fe05565 Bug 1696471 - [devtools] Notify about content process target destruction via watcher's target-destroyed-form. r=nchevobbe,jdescottes
We are currently receiving tabDetached for content process targets
when we destroy them via:
  Services.ppmm.broadcastAsyncMessage("debug:destroy-process-script")
done from process-helper and we stop watching for process targets.
Tests now depends on this behavior.

So I'm trying to replicate this behavior in order to later get rid of tabDetached
in favor of target-destroyed-form.

Differential Revision: https://phabricator.services.mozilla.com/D107248
2021-03-09 12:30:53 +00:00
..
client Bug 1696471 - [devtools] Notify about top level target destruction via watcher's target-destroyed-form. r=nchevobbe,jdescottes 2021-03-09 12:30:52 +00:00
docs Bug 1694140 - [devtools] Stop using TargetFactory.forTab in devtools code r=perftest-reviewers,ochameau 2021-02-25 18:02:51 +00:00
platform Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
server Bug 1696471 - [devtools] Notify about content process target destruction via watcher's target-destroyed-form. r=nchevobbe,jdescottes 2021-03-09 12:30:53 +00:00
shared Bug 1696471 - [devtools] Notify about content process target destruction via watcher's target-destroyed-form. r=nchevobbe,jdescottes 2021-03-09 12:30:53 +00:00
startup Bug 1695255 - Fixed capitalization of DevtoolsStartup. r=Honza 2021-03-03 09:29:07 +00:00
.eslintrc.js Bug 1652690 - Remove outdated eslint rule for devtools/shared/platform r=nchevobbe,perftest-reviewers,sparky 2020-07-15 14:59:19 +00:00
.eslintrc.mochitests.js Bug 1694140 - [devtools] Rename TargetFactory to TabTargetFactory and update filename r=ochameau 2021-02-25 18:02:53 +00:00
.eslintrc.xpcshell.js Bug 1620537 - Fix eslint issues in devtools .eslintrc*.js files now that ESLint 7 will lint them. r=mossop 2020-07-24 20:39:07 +00:00
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