Closed
Bug 297121
Opened 20 years ago
Closed 20 years ago
many timer messages in javascript console
Categories
(Toolkit :: Application Update, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Peter6, Unassigned)
Details
Attachments
(1 file)
|
1.50 KB,
patch
|
darin.moz
:
review+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050608
Firefox/1.0+ ID:2005060812
repro:
1.Open Firefox
2.Open Javascript Console
3.See an ever increasing number of the following 2 lines appear
*** self._timers = ({'background-update-timer':{timer:{},
lastUpdateTime:1118261960}})
*** notify = 5 > 86400000
no messages in 20050606 08:11 pdt build
messages in 20050606 14:59 pdt build
suggested by Swalker on IRC to look for
mozilla/ toolkit/ mozapps/ update/ src/ nsUpdateService.js.in
2005-06-06 14:07 ben%bengoodger.com mozilla/ toolkit/ mozapps/ update/ src/
nsUpdateService.js.in 1.13 928/954
Comment 1•20 years ago
|
||
Yeah, nsUpdateService.js.in is currently very noisy. This is something that
will be fixed over time. The Update Service is still in development! :)
Comment 2•20 years ago
|
||
pref app.update.logEnabled defaulted to false to turn off the noise.
Attachment #185805 -
Flags: review?(darin)
Updated•20 years ago
|
Attachment #185805 -
Flags: review?(darin) → review+
Comment 3•20 years ago
|
||
fixed-on-trunk
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•