Closed
Bug 1462232
Opened 7 years ago
Closed 7 years ago
Links in application panel empty screen don't work if DevTools are in a separate window
Categories
(DevTools :: Application Panel, enhancement, P3)
Tracking
(firefox62 fixed)
RESOLVED
FIXED
Firefox 62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: jdescottes, Assigned: ladybenko)
References
Details
Attachments
(1 file)
The links opening a new tab in the application panel should use devtools/client/shared/link.js
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → balbeza
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8980337 [details]
Bug 1462232 - Links don't work if devtools are in a separate window.
https://reviewboard.mozilla.org/r/246490/#review252790
Looks good to me and works well, thanks Belén !
Could we add a test to make sure we don't regress this ?
Attachment #8980337 -
Flags: review?(nchevobbe) → review+
Reporter | ||
Comment 3•7 years ago
|
||
Note if you want to add a test, the bet will be to test this with about:debugging, because the other links would trigger a network request which is not allowed in tests (or we need a way to update the URLs used to point to local test files instead of MDN links).
Comment 4•7 years ago
|
||
(In reply to Julian Descottes [:jdescottes][:julian] from comment #3)
> Note if you want to add a test, the bet will be to test this with
> about:debugging, because the other links would trigger a network request
> which is not allowed in tests (or we need a way to update the URLs used to
> point to local test files instead of MDN links).
We could only test the about:debugging link maybe ? That way we don't reach the network and we don't have to shim URL opening (that's what we do in the console).
Pushed by balbeza@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f5807715395d
Links don't work if devtools are in a separate window. r=nchevobbe
Comment 6•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•