Closed
Bug 73244
Opened 24 years ago
Closed 24 years ago
DocLoader needs to deal with both nsIRequests and nsIChannels now...
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
RESOLVED
FIXED
People
(Reporter: rpotts, Assigned: rpotts)
Details
Attachments
(1 file)
11.03 KB,
patch
|
Details | Diff | Splinter Review |
The recent necko landings have caused nsIStreamListener and nsIProgressEventSink
notifications to pass out nsIRequests instead of nsIChannel instances...
Because of this, the nsDocLoader needs to deal with nsIRequests instead of
nsIChannels when handling nsIProgressEventSink notifications.
-- rick
Assignee | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
looks pretty straightforward and good to me... r=darin
Comment 3•24 years ago
|
||
looks good rick.
sr=mscott
Assignee | ||
Comment 4•24 years ago
|
||
fix checked in...
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•