Closed
Bug 1191193
Opened 10 years ago
Closed 8 years ago
Introduce Timeout object to simplify some usage of setTimeout and clearTimeout
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: xidorn, Unassigned)
Details
A Timeout object is added in bug 1160023 patch 2 to simplify some usage in fullscreen part. I think it could be useful in several other places in the browser code.
Reporter | ||
Comment 1•8 years ago
|
||
IIRC it didn't end up being useful when I tried this bug.
I want to move it to global level because it was painful to declare an object inside another object. This situation has been changed since es6-class gets enabled. The Timeout object is now implemented using es6-class from bug 1326581. It doesn't make much sense to keep this bug open now.
Assignee: xidorn+moz → nobody
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•