Closed
Bug 128547
Opened 23 years ago
Closed 22 years ago
Merge nsITimer and nsITimerScriptable into a scriptable nsITimer
Categories
(Core :: XPCOM, defect)
Core
XPCOM
Tracking
()
RESOLVED
DUPLICATE
of bug 157136
mozilla1.0.1
People
(Reporter: pavlov, Assigned: dougt)
Details
nsITimer and nsITimerScriptable need to be merged into a single scriptable
interface.
Reporter | ||
Comment 1•23 years ago
|
||
Don't know if this is needed for 1.0 or embedding.
Comment 2•23 years ago
|
||
What's wrong with setTimeout?
/be
Comment 3•23 years ago
|
||
Was nsITimerScriptable (which I'm about to rename to nsIScriptableTimer) added
only for JS components, which lack a DOM global window object, and therefore
lack setTimeout? That would explain something.
/be
Reporter | ||
Comment 4•23 years ago
|
||
setTimeout doesn't work in JS components where you have no DOM window
Reporter | ||
Comment 5•23 years ago
|
||
Yes, that is the only reason it was added.
Assignee | ||
Comment 7•22 years ago
|
||
*** This bug has been marked as a duplicate of 157136 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•