Closed
Bug 1921947
Opened 7 months ago
Closed 7 months ago
Revise checks when debugging web extensions
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(firefox133 fixed)
RESOLVED
FIXED
133 Branch
Tracking | Status | |
---|---|---|
firefox133 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 months ago
|
||
Instead, query the simpler and more reliable descriptor front's isWebExtensionDescriptor
attribute.
Simplify the logic around target's name
attribute by making the server return the addon name right away.
TargetMixin.isWebExtension
is kept in tree solely for backward compat reasons.
Updated•7 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/91528026db9b
[devtools] Stop relying on TargetMixin.isWebExtension. r=devtools-reviewers,bomsy
Comment 3•7 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 months ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•