Closed
Bug 35561
Opened 25 years ago
Closed 25 years ago
Need to be able to Stream Data into DocShell
Categories
(Core :: DOM: Navigation, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: travis, Assigned: rpotts)
References
Details
(Keywords: embed, Whiteboard: [NEED INFO][nsbeta2-])
DocShell needs the ability to have data streamed into it. This will be
important for readonly views that are simply using the docShell as a rendering
engine.
Comment 1•25 years ago
|
||
-> potts
We at least need a LoadData(nsIInputStream) method, maybe even a LoadBuf(char *)
too.
Assignee: travis → rpotts
Comment 2•25 years ago
|
||
Don't do LoadBuf(char*) -- make them use a string stream.
Comment 4•25 years ago
|
||
Making [nsbeta2-] and Putting on [NEED INFO] radar. PDT needs to know impact to
user and risk of fix to make a call on this bug. Please let us know when you
have a fix in hand so we can discuss whether to land this thing or not.
Whiteboard: [NEED INFO][nsbeta2-]
Assignee | ||
Comment 5•25 years ago
|
||
I believe that jud checked in nsIDocShell::LoadStream(...) - possibly under
another bug... So, I'm marking this fixed.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•