Closed
Bug 295434
Opened 20 years ago
Closed 19 years ago
[FIX]Make jsgc logging output pointers to objects in the path
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
1.19 KB,
patch
|
shaver
:
review+
shaver
:
approval1.8b4+
|
Details | Diff | Splinter Review |
I found a change along these lines very useful for debugging, because I could match up these numbers with the ones from xpconnect debug logging to see what objects were actually marking which other objects.
| Assignee | ||
Comment 1•20 years ago
|
||
Attachment #184470 -
Flags: review?(brendan)
| Assignee | ||
Updated•20 years ago
|
Summary: Make jsgc logging output pointers to objects in the path → [FIX]Make jsgc logging output pointers to objects in the path
Target Milestone: --- → mozilla1.8beta3
Updated•19 years ago
|
Flags: testcase-
| Assignee | ||
Comment 2•19 years ago
|
||
Comment on attachment 184470 [details] [diff] [review] Proposed change shaver, could you maybe review, since brendan is awol?
Attachment #184470 -
Flags: superreview?(shaver)
Comment 3•19 years ago
|
||
I'm absent with leave (as in paternity leave), and shaver is covering for me. Thanks, sorry for not requeueing requests to him, or mailing the world, or something. I'm not sure what would have been best. Having shaver, mrbkap, and of course you (bz) cover for me is pretty darn good, though. /be
Comment 4•19 years ago
|
||
Comment on attachment 184470 [details] [diff] [review] Proposed change r+a=shaver
Attachment #184470 -
Flags: superreview?(shaver)
Attachment #184470 -
Flags: review?(brendan)
Attachment #184470 -
Flags: review+
Attachment #184470 -
Flags: approval1.8b4+
| Assignee | ||
Comment 5•19 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Target Milestone: mozilla1.8beta3 → mozilla1.8beta4
You need to log in
before you can comment on or make changes to this bug.
Description
•