Closed
Bug 297086
Opened 20 years ago
Closed 18 years ago
Enable xpcom c++ code to reset the slow script counter
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
this code is from Cenzic Hailstorm 2.5-2.6 We'd like to check this (or something like it) in #ifdef CENZIC. We unfortunately call out to another native module from js, and that module spends an uncontrollable amount of time doing work. not resetting the slow script counter has resulted in slow script warnings. Note that we don't want to disable slow script warnings in general as they're almost always correct with the exception of when certain code is on the stack.
We'd like to check this (or something like it) in #ifdef CENZIC.
Attachment #185681 -
Flags: superreview?(jst)
Attachment #185681 -
Flags: review?(jst)
Comment 2•18 years ago
|
||
This isn't exactly something we like to do in Mozilla source code. Does Cenzic still care about this? If so, please reopen for further discussion. WONTFIX until then.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WONTFIX
Updated•18 years ago
|
Attachment #185681 -
Flags: superreview?(jst)
Attachment #185681 -
Flags: review?(jst)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•