Closed
Bug 1787409
Opened 1 year ago
Closed 1 year ago
Allow opening DevTools for an add-on when installing it remotely
Categories
(DevTools :: General, enhancement)
DevTools
General
Tracking
(firefox106 fixed)
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
This is to support the following request from webext cli tool:
https://github.com/mozilla/web-ext/issues/759
The idea is to show the DevTools for the add-on when running:
$ webext run --devtools
This will install the add-on and show the devtools for that add-on right away,
so that you don't have to go through about:debugging for this.
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
This patch works alongside https://github.com/mozilla/web-ext/pull/2488.
Assignee | ||
Comment 3•1 year ago
|
||
_buildTabs/_setInitialMeatballState wasn't awaited for.
So that preference front request might be pending when closing the toolbox too quickly in tests.
We should wait for all RDP requests to be completed before resolving Toolbox.open.
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Pushed by apoirot@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9285c88795e1 [devtools] Resolve toolbox's opening only once the meatball menu is updated. r=nchevobbe https://hg.mozilla.org/integration/autoland/rev/8eab39068a3c [devtools] Allow to open DevTools when installing an add-on remotely. r=nchevobbe,devtools-backward-compat-reviewers
Comment 5•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9285c88795e1
https://hg.mozilla.org/mozilla-central/rev/8eab39068a3c
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•