Closed
Bug 531542
Opened 15 years ago
Closed 15 years ago
"ASSERTION: DOM_MIN_TIMEOUT_VALUE lies" with negative setTimeout
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a1
People
(Reporter: jruderman, Assigned: peterv)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
###!!! ASSERTION: DOM_MIN_TIMEOUT_VALUE lies: 'interval >= 0', file /Users/jruderman/central/dom/base/nsGlobalWindow.cpp, line 7741
Looks like a regression from bug 512645.
In addition, the setTimeout'd function never gets called. So if any web pages use negative timeouts, they'll break. I could imagine web pages using negative timeouts as a result of arithmetic on the "delay" callback argument.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → peterv
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•15 years ago
|
||
Attachment #415139 -
Flags: review?(jst)
Updated•15 years ago
|
Attachment #415139 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a1
Assignee | ||
Comment 3•15 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•