forked from mirrors/gecko-dev
The issue is that some calls to JSProcess Actor's would throw when trying to reach content processes that get destroyed while DevTools are opening. We have to reach out all the content processes as navigations may spawn document in a process other than the currently's debugged tab's process. We should ignore these failures. There isn't any explicit flag on DOM Process object to identify destroyed processes, but `canSend` is a good fallback. Differential Revision: https://phabricator.services.mozilla.com/D212118 |
||
|---|---|---|
| .. | ||
| client | ||
| docs | ||
| perfdocs | ||
| platform | ||
| server | ||
| shared | ||
| startup | ||
| .eslintrc.js | ||
| .eslintrc.xpcshell.js | ||
| CODE_OF_CONDUCT.md | ||
| moz.build | ||
| rename.py | ||
| templates.mozbuild | ||
| tsconfig.json | ||