Closed
Bug 311674
Opened 20 years ago
Closed 20 years ago
[FIX]nsObjectLoadingContent::Fallback never notifies
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
VERIFIED
FIXED
mozilla1.9alpha1
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
|
2.15 KB,
patch
|
Biesinger
:
review+
peterv
:
superreview+
|
Details | Diff | Splinter Review |
Our notifier is destroyed as soon as it's created.
| Assignee | ||
Comment 1•20 years ago
|
||
Peter, this just makes sure that our object that's supposed to notify sticks
around through the end of the method and so picks up our state changes.
Attachment #198939 -
Flags: superreview?(peterv)
Attachment #198939 -
Flags: review?(cbiesinger)
| Assignee | ||
Updated•20 years ago
|
Blocks: 310515
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Summary: nsObjectLoadingContent::Fallback never notifies → [FIX]nsObjectLoadingContent::Fallback never notifies
Target Milestone: --- → mozilla1.9alpha
Updated•20 years ago
|
Attachment #198939 -
Flags: review?(cbiesinger) → review+
Updated•20 years ago
|
Attachment #198939 -
Flags: superreview?(peterv) → superreview+
| Assignee | ||
Comment 2•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
This fix was what fixed bug 310515, so verifying this one as well (since that is
already verified by me).
Status: RESOLVED → VERIFIED
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
•