Open
Bug 1241333
Opened 9 years ago
Updated 1 year ago
Memory panel does not work with addon debugging
Categories
(DevTools :: Memory, defect, P3)
DevTools
Memory
Tracking
(Not tracked)
NEW
People
(Reporter: fitzgen, Unassigned)
Details
In the process of fixing bug 1241298, I noticed that the memory panel does not work with addon debugging. The panel is blank and the tool never loads. Can't figure out how to get at a console for chrome code in the addon debugger process, so I couldn't find out if there was any obvious error messages either.
In the meantime, we should disable the memory panel for addon debugging.
Reporter | ||
Updated•9 years ago
|
Priority: -- → P3
Reporter | ||
Updated•9 years ago
|
Has STR: --- → irrelevant
It looks working for purely-WebExtensions, change https://hg.mozilla.org/mozilla-central/rev/b9d5aa8be125#l1.13 to isWebExtension()?
Flags: needinfo?(nfitzgerald)
Reporter | ||
Comment 2•7 years ago
|
||
Is there a way to write a sanity test? If you want to submit a patch, Greg Tatum would be a great reviewer! I'm not actively working on the devtools anymore, personally.
Flags: needinfo?(nfitzgerald)
Anyone can find someone to deal this issue? I guess the panel will works for WebExtensions.
Flags: needinfo?(gtatum)
Comment 4•7 years ago
|
||
Sorry, I'll probably only fix regressions on the memory panel for right now as I'm focused on profiler work.
Flags: needinfo?(gtatum)
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
•