Closed
Bug 1249932
Opened 10 years ago
Closed 10 years ago
indicate in the GC and CC log to browser console whether it is about default or content process
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla47
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | fixed |
People
(Reporter: smaug, Assigned: smaug)
Details
Attachments
(1 file, 1 obsolete file)
|
3.48 KB,
patch
|
mccr8
:
review+
|
Details | Diff | Splinter Review |
This trivial change is for CC and GC_CYCLE_END
The process name comes from http://mxr.mozilla.org/mozilla-central/source/xpcom/build/nsXULAppAPI.h#361
I won't change GC_SLICE_END case since that is super spammy and it isn't clear to me what should be done to it in general. (it needs to be disabled somehow, or it needs to merge the results or perhaps it could be behind some other pref?)
Attachment #8721717 -
Flags: review?(continuation)
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8721717 -
Attachment is obsolete: true
Attachment #8721717 -
Flags: review?(continuation)
Attachment #8721719 -
Flags: review?(continuation)
Updated•10 years ago
|
Version: 36 Branch → unspecified
Comment 2•10 years ago
|
||
Comment on attachment 8721719 [details] [diff] [review]
tweak coding style
Review of attachment 8721719 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for fixing this! I wished I had this just a few days ago.
Attachment #8721719 -
Flags: review?(continuation) → review+
Comment 4•10 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla47
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•