Bug 1647354 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Here is a few examples of things that should probably be tweaked when toggling this:

Toolbox.onTargetAvailable should probably avoid calling startListeners["NetworkActivity"] on worker targets. (It may also be only useful on the top level target)
This other code of Toolbox.onTargetAvailable will enable worker in the context selector. But it will be broken for the console until this bug is fixed.
Otherwise, it looks good from the WebConsole codebase.
We do ignore worker targets from WebConsoleUI and from legacy listeners.

So that it may be good to have a dedicated bug to focus on just that.
Here is a few examples of things that should probably be tweaked when toggling this:

- Toolbox.onTargetAvailable should probably avoid calling startListeners["NetworkActivity"] on worker targets. (It may also be only useful on the top level target)
- This other code of Toolbox.onTargetAvailable will enable worker in the context selector. But it will be broken for the console until this bug is fixed.

Otherwise, it looks good from the WebConsole codebase.
We do ignore worker targets from WebConsoleUI and from legacy listeners.

So that it may be good to have a dedicated bug to focus on just that.

Back to Bug 1647354 Comment 1