Closed
Bug 817731
Opened 12 years ago
Closed 12 years ago
nsAsyncMessageToParent::Run doesn't check if element exists in mASyncMessages
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: enndeakin, Assigned: enndeakin)
References
Details
Attachments
(1 file)
(deleted),
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #687878 -
Flags: review?(bugs)
Comment 1•12 years ago
|
||
Comment on attachment 687878 [details] [diff] [review]
patch
> NS_IMETHOD Run()
> {
>+ if (mRun)
>+ return NS_OK;
if (mRun) {
return NS_OK;
}
Attachment #687878 -
Flags: review?(bugs) → review+
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
(In reply to Ed Morley [UTC+0; email:edmorley@moco] from comment #2)
> Backed out for xpcshell timeouts on Windows:
> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Rev3%20WINNT%206.
> 1%20mozilla-inbound%20debug%20test%20xpcshell&rev=25c589434eae
>
> https://hg.mozilla.org/integration/mozilla-inbound/rev/3e3800d9e4b6
Sorry looks like this was a push prior to yours, you were just really unlucky with retriggers (2 green on push prior, then 6 purples on yours onwards). See bug 821685 for more info.
This should be able to reland.
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
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
•