Closed
Bug 1476670
Opened 6 years ago
Closed 6 years ago
Memory panel doesn't work in the browser content toolbox
Categories
(DevTools :: Memory, defect)
DevTools
Memory
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1264873
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Thus disallowing debugging leaks happening in the content processes.
Today, switching to the memory panel from the browser content toolbox leads to:
TypeError: undefined is not a valid URL.console.error: (new Error("Can't manage front without an actor ID.\nEnsure server supports memory.", "resource://devtools/shared/base-loader.js -> resource://devtools/shared/protocol.js", 1297))
That's mostly because the Content Process actor doesn't export the memory actor:
https://searchfox.org/mozilla-central/source/devtools/server/actors/targets/content-process.js#112-113
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Comment 1•6 years ago
|
||
Seems like a duplicate of the (unassigned) bug 1264873. That other bug may have more information in the comments.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•6 years ago
|
||
Comment on attachment 8993331 [details]
Bug 1476670 - Ensure exposing memory actor for the browser content toolbox.
Oh wait I attached it to the wrong bug.
Attachment #8993331 -
Attachment is obsolete: true
Attachment #8993331 -
Flags: review?(ystartsev)
You need to log in
before you can comment on or make changes to this bug.
Description
•