Closed
Bug 11310
Opened 25 years ago
Closed 25 years ago
[Feature][DOGFOOD] Hook stream converter service into DocLoader
Categories
(Core :: Internationalization: Localization, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: mcafee, Assigned: jud)
References
()
Details
(Whiteboard: fix in hand. waiting for checkin opportunity.)
WinNT, Linux.
Bugzilla bug lists won't work until we
implement stream converters. Instead of
getting a buglist, you get a file save-as dialog.
Reporter | ||
Comment 1•25 years ago
|
||
Why was this working at the demo today? I cannot get a buglist to happen on
WinNT or linux.
Comment 2•25 years ago
|
||
have you tried changing your user agent string as I suggested?
Reporter | ||
Updated•25 years ago
|
Assignee: gagan → valeski
Summary: [Feature] Implement stream converters → [Feature][DOGFOOD] Implement stream converters
Reporter | ||
Comment 3•25 years ago
|
||
couldn't find agent string to change,
do we hvae to do this in the debugger?
valeski, per gagan conversation in hallway.
dogfood.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•25 years ago
|
Status: VERIFIED → REOPENED
Assignee | ||
Updated•25 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 6•25 years ago
|
||
reopening for tracking purposes
Assignee | ||
Updated•25 years ago
|
Depends on: 1775
Hardware: PC → All
Resolution: DUPLICATE → ---
Summary: [Feature][DOGFOOD] Implement stream converters → [Feature][DOGFOOD] Implement multipart/x-mixed-replace stream converter
Whiteboard: problem understood. waiting on Jud.
Assignee | ||
Comment 7•25 years ago
|
||
Here's a dump of the multipart/x-mixed-replace content-type that bugzilla spits
back at us:
http://JAZZ/users/valeski/publish/buzillaQuery.txt
It was generated from my own query (not the one in the URL field of this bug).
Once I get my stream converter stuff checked in, I need to add the stream
converter logic to the doc loader which allows it to decide if it should push
the data through a stream converter prior digesting it. I also need to write the
multipart/x-mixed-replace stream converter. This stream converter will simply
take the from type (mixed) and parse the boundry tokens out of the stream and
call through to the final consumer's (just the parser in this case)
OnStartRequest(), OnDataAvail(), OnStopRequest() method for each "part"
(delimited by the boundry token in the content-type field).
Assignee | ||
Updated•25 years ago
|
Summary: [Feature][DOGFOOD] Implement multipart/x-mixed-replace stream converter → [Feature][DOGFOOD] Hook stream converter service into DocLoader
Assignee | ||
Comment 8•25 years ago
|
||
The multipart/x-mixed-replace stream converter is done (changing summary). Now
we just need to figure out how to hook up the new stream converter service so it
can sit inbetween incomming streams and the docLoader (I think the docLoader is
the right place for this, but I'm not sure).
Assignee | ||
Comment 9•25 years ago
|
||
Here's our original doc outlining this bastard of a MIME-type.
http://home.netscape.com/assist/net_sites/pushpull.html
Assignee | ||
Updated•25 years ago
|
Component: Necko → Localization
Whiteboard: problem understood. waiting on Jud. → fix in hand. waiting for checkin opportunity.
Assignee | ||
Comment 10•25 years ago
|
||
I've got a fix for this. Tree's hosed right now though so I can't check it in.
MAC projects still need to be created for netwerk/streamconv/* before it works
on mac.
Comment 11•25 years ago
|
||
Adding bug 6819 to the dependency tree.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 12•25 years ago
|
||
Fix checked in 8/29/99, AM.
Assignee | ||
Comment 13•25 years ago
|
||
*** Bug 6819 has been marked as a duplicate of this bug. ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 14•25 years ago
|
||
verified fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•