Open Bug 1567839 Opened 5 years ago Updated 2 years ago

Application panel should check multi-e10s/can-debug-sw on the server

Categories

(DevTools :: Application Panel, enhancement)

enhancement

Tracking

(Not tracked)

People

(Reporter: jdescottes, Unassigned)

References

Details

Currently the application panel checks for multi-e10s on the client side:

// NOTE: this API may change names for these functions. See Bug 1531349.
const {
  addMultiE10sListener,
  isMultiE10s,
  removeMultiE10sListener,
} = require("devtools/shared/multi-e10s-helper");

https://searchfox.org/mozilla-central/rev/b9041f813de0a05bf6de95a145d4e25004499517/devtools/client/application/initializer.js#31-36

Information relative to the debug target should be retrieved from the server, to work with remote debugging.

For now the application panel is only available for local tabs (see definitions.js) so it's not urgent to address it.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.