Closed
Bug 806618
Opened 13 years ago
Closed 13 years ago
rewrite PR_NewLogModule calls to not generate static initializers
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: froydnj, Assigned: froydnj)
References
(Depends on 1 open bug)
Details
Attachments
(2 files)
156.69 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
2.03 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
Ted mentioned wanting to turn logging on unconditionally everywhere. I
objected because of the number of static initializers created by logging
modules.
Let's fix that.
![]() |
Assignee | |
Comment 1•13 years ago
|
||
First cut, compiles for me on Linux.
There's a log of ugly things that really deserve their own cleanup; this
is a fairly mechanical translation.
Attachment #676390 -
Flags: review?(ehsan)
Comment 2•13 years ago
|
||
Comment on attachment 676390 [details] [diff] [review]
patch
Review of attachment 676390 [details] [diff] [review]:
-----------------------------------------------------------------
r=me if this builds!
Attachment #676390 -
Flags: review?(ehsan) → review+
Updated•13 years ago
|
Assignee: nobody → nfroyd
![]() |
Assignee | |
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
![]() |
Assignee | |
Comment 5•13 years ago
|
||
Somehow missed this one while grepping around.
Attachment #679344 -
Flags: review?(ehsan)
Updated•13 years ago
|
Attachment #679344 -
Flags: review?(ehsan) → review+
![]() |
Assignee | |
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•