Closed
Bug 1526996
Opened 7 years ago
Closed 3 years ago
Handle no parameters in the querystring for about:devtools-toolbox
Categories
(DevTools :: about:debugging, enhancement, P3)
DevTools
about:debugging
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ladybenko, Unassigned)
References
(Blocks 1 open bug)
Details
(Follow up to bug 1509121)
We should handle the case where we open the about:devtools-toolbox with an empty querystring.
See :jdescottes comment at https://phabricator.services.mozilla.com/D18842#inline-101738
This is too generic and breaks the regular devtools. The reason for that is that we always load toolbox.xul to start DevTools, which will load toolbox-init.js. In case of the regular DevTools showToolbox is called by another file though. So here we would need to detect that we are really on about:devtools-toolbox, and not in an iframe.
Updated•7 years ago
|
Priority: -- → P3
Comment 1•3 years ago
|
||
With what I have in mind for bug 1791059. I think I'll fix this and make this invalid.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•