Closed
Bug 725885
Opened 13 years ago
Closed 13 years ago
Worker interval timers can be deleted prematurely.
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla13
Tracking | Status | |
---|---|---|
firefox12 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
1.54 KB,
patch
|
bent.mozilla
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta-
|
Details | Diff | Splinter Review |
No description provided.
Attachment #595910 -
Flags: review?(bent.mozilla)
Assignee | ||
Updated•13 years ago
|
Updated•13 years ago
|
Attachment #595910 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla13
Comment 2•13 years ago
|
||
Assignee | ||
Comment 3•13 years ago
|
||
Comment on attachment 595910 [details] [diff] [review]
Patch
[Approval Request Comment]
Regression caused by (bug #): N/A
User impact if declined: setInterval timers in workers will disappear on slower machines.
Testing completed (on m-c, etc.): On m-c
Risk to taking this patch (and alternatives if risky): Low risk.
String changes made by this patch: N/A
This fixes a bug in a web feature that causes it to randomly break depending on the speed of the machine. The patch is simple enough that we could uplift it (as a bonus it fixes some randomorange bugs).
Attachment #595910 -
Flags: approval-mozilla-beta?
Attachment #595910 -
Flags: approval-mozilla-aurora?
Comment 4•13 years ago
|
||
Comment on attachment 595910 [details] [diff] [review]
Patch
[Triage Comment]
Our earliest instance of this bug was from 2010 in comment 0 of 612311. Given the low-risk nature of the patch, we'll take it for Aurora 12. But we don't have any significant need for this on Beta, especially when we're only 3 weeks from finishing up the release.
Attachment #595910 -
Flags: approval-mozilla-beta?
Attachment #595910 -
Flags: approval-mozilla-beta-
Attachment #595910 -
Flags: approval-mozilla-aurora?
Attachment #595910 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 5•13 years ago
|
||
status-firefox12:
--- → fixed
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
•