Closed
Bug 261086
Opened 21 years ago
Closed 21 years ago
docshell needs not give out progresslisteners in GetInterface
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
People
(Reporter: Biesinger, Assigned: adamlock)
References
Details
Once bug 261083 is fixed, all channels will ask the loadgroup's notification
callbacks for a progresseventsink, if the channel's callbacks don't have it.
That means that docshell, being the channel's callbacks, does no longer need to
give out progress event sinks, since the loadgroup's observer (nsDocLoader) does.
http://lxr.mozilla.org/seamonkey/source/docshell/base/nsDocShell.cpp#420
Comment 2•21 years ago
|
||
Fixed by checkin in bug 272471
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•