Closed
Bug 1354021
Opened 8 years ago
Closed 8 years ago
click link in Stack Trace panel does not open trace code on debugger
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox55 verified)
VERIFIED
FIXED
Firefox 55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | verified |
People
(Reporter: gasolin, Assigned: Honza)
References
Details
Attachments
(1 file)
Tested on Linux Nightly Desktop (fx55)
1. pen a website https://en.wikipedia.org/wiki/United_States and open devtools > netmonitor
2. Click on a request with (js) label on it, will show the `Stack Trace` panel
3. Click on right side links in `Stack Trace` panel
Expect:
Open the source on debugger panel
Actual:
Open a blank new browser tab
| Assignee | ||
Comment 1•8 years ago
|
||
I can confirm this bug. A blank new browser tab is opened.
I can also see this exception:
[JavaScript Error: "NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.loadURI]" {file: "chrome://global/content/viewSource-content.js" line: 354}]
Could this issue be related to bug 1350234?
Or was the problem already there before?
Honza
| Reporter | ||
Comment 2•8 years ago
|
||
I can link to debugger correctly last week (before moving to Stack Trace panel in bug 1350234), so it might related
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → odvarko
Status: NEW → ASSIGNED
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8855249 [details]
Bug 1354021 - Open source in the Debugger panel;
https://reviewboard.mozilla.org/r/127118/#review129898
Fixes the issue, thanks!
Attachment #8855249 -
Flags: review?(ntim.bugs) → review+
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/c47a7f943eab
Open source in the Debugger panel; r=ntim
| Assignee | ||
Comment 6•8 years ago
|
||
Thanks for the reviews Tim!
Honza
Comment 7•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Comment 8•8 years ago
|
||
I have reproduced this bug with nightly 55.0a1 (2017-04-06) on Ubuntu 16.04(64 Bit).
The bug's fix is now verified on Latest nightly 55.0a1.
Build ID : 20170518100156
User Agent : Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0
[Bugday-20170517]
Updated•8 years ago
|
Status: RESOLVED → VERIFIED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•