Open
Bug 1916789
Opened 1 year ago
Return source code for the Firefox-internal JS code to the profiler
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P2)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
NEW
People
(Reporter: canova, Unassigned)
References
Details
For the source code view, we should have a way to request the source code for the Firefox-internal JS code (chrome:// etc.).
They can be hosted on hg.mozilla.org, or for local builds, they can be found locally.
Question:
How do we get the content for a resource:// or chrome:// file?
- Local builds: access resources directly or through the Web Channel
- Nightly / Beta / Release resources: need a mapping from
resource://andchrome://to the source file
The frontend side for this task: https://github.com/firefox-devtools/profiler/issues/5112
You need to log in
before you can comment on or make changes to this bug.
Description
•