Closed
Bug 1940079
Opened 2 months ago
Closed 2 months ago
Reloading extension from DevTools Toolbox with a manifest error fails without doing nor showing anything
Categories
(WebExtensions :: Developer Tools, defect)
WebExtensions
Developer Tools
Tracking
(firefox136 fixed)
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR:
- install a local add-on
- open a toolbox for it from about:debugging
- change add-on's manifest.json to introduce a typo in the JSON
- request the add-on reload from the toolbox
Current result: nothing happens. The add-on isn't reloaded. The reinstall actually fails because of the typo, but the exception isn't shown anywhere.
Expected result: Show the manifest typo exception in DevTools when hitting the reload button.
Assignee | ||
Updated•2 months ago
|
Blocks: webextension-debugging
Assignee | ||
Comment 1•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a8edbd662c04
[devtools] Show manifest errors when reloading an addon from DevTools. r=devtools-reviewers,nchevobbe,jdescottes
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•