Closed
Bug 898626
Opened 12 years ago
Closed 12 years ago
Log4Moz should use lazy module getters for osfile.jsm and Task.jsm
Categories
(Cloud Services :: Firefox: Common, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla25
People
(Reporter: chmanchester, Assigned: chmanchester)
Details
Attachments
(1 file)
|
1.11 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
While working on Bug 896087, I found that the imports in log4moz.js were a significant performance penalty. While this only a real problem for users that repeatedly import, in general there's no need incur the cost of these imports for those that don't make use of the file appenders. Let's use lazy getters instead.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #781931 -
Flags: review?(gps)
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → cmanchester
Updated•12 years ago
|
Attachment #781931 -
Flags: review?(gps) → review+
| Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•12 years ago
|
Target Milestone: mozilla26 → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•