Closed
Bug 568695
Opened 15 years ago
Closed 12 years ago
Jetpack-process primitives for the timer module
Categories
(Mozilla Labs :: Jetpack Prototype, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: benjamin, Unassigned)
References
Details
With a primitive or two exposed, the timer module can/should be in the jetpack process only.
Comment 1•15 years ago
|
||
Note that in order to land e10s support in the Jetpack SDK for bug 567703--specifically, to run async tests in the Jetpack SDK--we needed timer support, so for the time being we've got a gimpy timer "placeholder" in addon processes that implements setTimeout() and clearTimeout() by message-passing with the chrome process. Once this bug is fixed, though, we can remove the gimpy version and use the native implementation.
| Reporter | ||
Updated•12 years ago
|
Assignee: benjamin → nobody
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•