Closed
Bug 797066
Opened 11 years ago
Closed 11 years ago
make javascript.options.mem.log only log the GC/CC details in the Console
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla18
People
(Reporter: Optimizer, Assigned: Optimizer)
References
Details
Attachments
(1 file, 1 obsolete file)
1.80 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
since javascript.options.mem.notify has landed and is around for more than 3 months, javascript.options.mem.log should now not emit the notification containing GC/CC details.
![]() |
||
Comment 1•11 years ago
|
||
I don't follow. Didn't bug 773734 already do that?
Assignee | ||
Comment 2•11 years ago
|
||
No, and luckily, the patch attached to that bug is not the one that was checked in as the sudden change might have broken some addons. So doing it now.
Assignee | ||
Comment 3•11 years ago
|
||
OR statement removal
Assignee: nobody → scrapmachines
Status: NEW → ASSIGNED
Attachment #667107 -
Flags: review?(terrence)
Assignee | ||
Updated•11 years ago
|
Attachment #667107 -
Attachment is obsolete: true
Attachment #667107 -
Attachment is patch: false
Attachment #667107 -
Flags: review?(terrence)
Comment 5•11 years ago
|
||
Comment on attachment 667111 [details] [diff] [review] Patch v0.0 Review of attachment 667111 [details] [diff] [review]: ----------------------------------------------------------------- Looks good to me.
Attachment #667111 -
Flags: review?(terrence) → review+
Comment 6•11 years ago
|
||
Also I forgot to mention, thanks for doing the legwork to implement this!
Assignee | ||
Comment 7•11 years ago
|
||
np :) It was fairly straight forward. Otherwise, I have never touched C++ code of Firefox.
Whiteboard: [checkin-needed]
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Whiteboard: [checkin-needed]
Comment 8•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c92cb673ade1
Flags: in-testsuite-
Keywords: checkin-needed
Comment 9•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/c92cb673ade1
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•