Closed
Bug 39560
Opened 25 years ago
Closed 24 years ago
change gtk embedding widget to use an nsIPipe
Categories
(Core Graveyard :: Embedding: GTK Widget, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
M17
People
(Reporter: blizzard, Assigned: blizzard)
Details
(Keywords: embed)
Attachments
(2 files)
Change the embedding widget to use an nsIPipe instead of its custom stream class
since it does exactly what the stream class does and it's there for free.
Assignee | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 2•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Attached implementation from valeski. I'll check this in after M16
Status: NEW → ASSIGNED
Target Milestone: --- → M17
Assignee | ||
Comment 4•24 years ago
|
||
Update the bug summary to reflect recent changes to the docshell api.
Summary: change gtk embedding widget to use an nsIPipe instead of it's own custom stream class → change gtk embedding widget to use an nsIPipe and use nsIDocShell::loadStream()
Assignee | ||
Comment 5•24 years ago
|
||
Break out the docshell req into its own bug since the docshell is busted and I
can do the pipe work independently.
Summary: change gtk embedding widget to use an nsIPipe and use nsIDocShell::loadStream() → change gtk embedding widget to use an nsIPipe
Assignee | ||
Comment 6•24 years ago
|
||
That's bug #47642, btw.
Assignee | ||
Comment 7•24 years ago
|
||
Fix checked in.
Assignee | ||
Comment 8•24 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•