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)

All
Linux
defect

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.
Why was this working at the demo today?  I cannot get a buglist to happen on
WinNT or linux.
have you tried changing your user agent string as I suggested?
Assignee: gagan → valeski
Summary: [Feature] Implement stream converters → [Feature][DOGFOOD] Implement stream converters
couldn't find agent string to change,
do we hvae to do this in the debugger?

valeski, per gagan conversation in hallway.
dogfood.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
*** This bug has been marked as a duplicate of 1775 ***
Status: RESOLVED → VERIFIED
verified dup...see Bug 1775
Status: VERIFIED → REOPENED
Status: REOPENED → ASSIGNED
reopening for tracking purposes
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.
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).
Summary: [Feature][DOGFOOD] Implement multipart/x-mixed-replace stream converter → [Feature][DOGFOOD] Hook stream converter service into DocLoader
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).
Here's our original doc outlining this bastard of a MIME-type.

http://home.netscape.com/assist/net_sites/pushpull.html
Component: Necko → Localization
Whiteboard: problem understood. waiting on Jud. → fix in hand. waiting for checkin opportunity.
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.
Blocks: 6819
Adding bug 6819 to the dependency tree.
Blocks: 12833
Blocks: 12839
Status: ASSIGNED → RESOLVED
Closed: 25 years ago25 years ago
Resolution: --- → FIXED
Fix checked in 8/29/99, AM.
*** Bug 6819 has been marked as a duplicate of this bug. ***
No longer blocks: 12833
Status: RESOLVED → VERIFIED
verified fixed
You need to log in before you can comment on or make changes to this bug.