Open
Bug 1255980
Opened 9 years ago
Updated 2 years ago
Links to chrome JS sources in snapshots of about:home don't load
Categories
(DevTools :: Memory, defect, P3)
DevTools
Memory
Tracking
(firefox45 affected, firefox46 affected, firefox47 affected, firefox48 affected, firefox-esr45 affected)
People
(Reporter: magicp.jp, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:48.0) Gecko/20100101 Firefox/48.0
Build ID: 20160311030233
Steps to reproduce:
1. Start Nightly
2. Go to "about:home"
3. Open DevTools > Memory
4. Check-on "Record allocation stacks"
5. Reload current page
6. Switch group by to "Call Stack"
7. Take snapshot
8. Click frame-link-filename (e.g. transport.js)
Actual results:
"Problem loading page" is opened.
Expected results:
Linked file is opened.
Blocks: memory-frontend
Has STR: --- → yes
status-firefox45:
--- → affected
status-firefox46:
--- → affected
status-firefox47:
--- → affected
status-firefox48:
--- → affected
status-firefox-esr45:
--- → affected
Component: Untriaged → Developer Tools: Memory
OS: Unspecified → All
Hardware: Unspecified → All
Comment 1•9 years ago
|
||
Works for me for aboutHome.js.
I didn't see any transport.js listed.
Ok, ThreadSafeDevToolsUtils.js appears in the census but does not load.
Priority: -- → P3
Summary: [DevTools][Memory] frame-link-filename has incorrect url → Links to chrome JS sources in snapshots of about:home don't load
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•