This is a followup bug of 1539321. Currently, because we assumed that debugging in new tab is only tab, the icon is fixed. https://searchfox.org/mozilla-central/source/devtools/client/framework/components/DebugTargetInfo.js#104 However, in that bug, extensions, since workers and processes became to be the target of debugging on new tab, we need to change the icon by the type.
Bug 1539344 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is a followup of bug 1539321. Currently, because we assumed that debugging in new tab is only tab, the icon is fixed. https://searchfox.org/mozilla-central/source/devtools/client/framework/components/DebugTargetInfo.js#104 However, in that bug, extensions, since workers and processes became to be the target of debugging on new tab, we need to change the icon by the type.