Closed
Bug 1361853
Opened 8 years ago
Closed 8 years ago
switch network monitor to use client-side source map service
Categories
(DevTools :: Netmonitor, defect, P1)
DevTools
Netmonitor
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The network monitor should use the client-side source map service to handle
source maps for its stack traces.
This is similar to bug 1306261, but I think that one is specific to the old
network panel implementation.
Comment 1•8 years ago
|
||
Just a note that the Net monitor is displaying the stack trace in a side panel and the corresponding code is here:
http://searchfox.org/mozilla-central/rev/b0e1da2a90ada7e00f265838a3fafd00af33e547/devtools/client/netmonitor/src/components/stack-trace-panel.js#23
(it's based on shared StackTrace component (devtools/client/shared/components/stack-trace)
Honza
Assignee | ||
Comment 2•8 years ago
|
||
I'm going to the attach the patch momentarily.
I would appreciate a review, but it can't be put in until bug 1317962 re-lands.
Depends on: 1317962
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
Bug 1317962 landed (hopefully will stick this time), so I rebased.
Rebasing had a conflict, so I'm attaching the new version.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 8•8 years ago
|
||
Also update the test...
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8866991 [details]
Bug 1361853 - use client-side source map service in network monitor;
https://reviewboard.mozilla.org/r/138586/#review145484
Looks great to me, thanks for working on this Tom!
Honza
Attachment #8866991 -
Flags: review?(odvarko) → review+
Assignee | ||
Comment 10•8 years ago
|
||
Updating for eslint.
Comment hidden (mozreview-request) |
Comment 12•8 years ago
|
||
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ec3dbc16d7bb
use client-side source map service in network monitor; r=Honza
Comment 13•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•