Closed
Bug 527870
Opened 16 years ago
Closed 16 years ago
Bug in async code
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: sicking)
References
Details
Attachments
(1 file, 1 obsolete file)
1.74 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
I'm not sure if there is a way to actually make this matter, bug just in case the loop that executes async scripts has a bug when it's attempting to reset its counter. Patch attached
Attachment #411617 -
Flags: review?(jst)
Comment 1•16 years ago
|
||
Comment on attachment 411617 [details] [diff] [review]
Patch to fix
r=jst
Attachment #411617 -
Flags: review?(jst) → review+
Assignee | ||
Comment 2•16 years ago
|
||
This is an even better fix. What we really want to do is to look for *any* script (async or not) that's ready to execute after we've executed a script.
Assignee: nobody → jonas
Attachment #411617 -
Attachment is obsolete: true
Comment 3•16 years ago
|
||
Comment on attachment 411620 [details] [diff] [review]
better fix
Yup, that's better yet! r=jst for that as well.
Attachment #411620 -
Flags: review+
Assignee | ||
Comment 4•16 years ago
|
||
This was fixed a long time ago
http://hg.mozilla.org/mozilla-central/rev/d2429d660af8
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•