Open
Bug 1607705
Opened 5 years ago
Updated 3 years ago
Use SmartTrace in StackTracePanel
Categories
(DevTools :: Netmonitor, task, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
The StackTracePanel is responsible for rendering a stacktrace indicating what code initiated the selected HTTP request (usually XHR).
It's currently using StackTrace
and this bug is about refactoring the code and utilize SmartTrace
instead.
StackTracePanel - https://searchfox.org/mozilla-central/rev/a92ed79b0bc746159fc31af1586adbfa9e45e264/devtools/client/netmonitor/src/components/StackTracePanel.js#67
SmartTrace component - https://searchfox.org/mozilla-central/rev/a92ed79b0bc746159fc31af1586adbfa9e45e264/devtools/client/shared/components/SmartTrace.js#28
An example of using SmartTrace
- https://searchfox.org/mozilla-central/rev/a92ed79b0bc746159fc31af1586adbfa9e45e264/devtools/client/webconsole/components/Output/Message.js#348
Honza
Reporter | ||
Updated•5 years ago
|
Blocks: netmonitor-stacktrace-sidepanel
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•